@nautical-commerce/graphql-schema 1.79.1-20-g6d1b6a0b4 → 1.79.1-22-g3e17f1258
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.
- package/nautical/schema.graphql +2 -2
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -5447,7 +5447,6 @@ enum PermissionEnum {
|
|
5447
5447
|
MANAGE_ORDERS
|
5448
5448
|
MANAGE_DRAFT_AND_QUOTE_ORDERS
|
5449
5449
|
MANAGE_FULFILLMENTS
|
5450
|
-
MANAGE_PAGES @deprecated(reason: "This will be removed on March 10, 2025. If you are using MANAGE_PAGES, please use MANAGE_STOREFRONTS instead.")
|
5451
5450
|
MANAGE_PRODUCTS
|
5452
5451
|
MANAGE_INVENTORY
|
5453
5452
|
MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES
|
@@ -9290,6 +9289,7 @@ enum ConfigurationTypeFieldEnum {
|
|
9290
9289
|
PASSWORD
|
9291
9290
|
SINGLE_SELECT
|
9292
9291
|
OUTPUT
|
9292
|
+
OUTPUT_BOOLEAN
|
9293
9293
|
}
|
9294
9294
|
|
9295
9295
|
"""Represents a checkout page's options."""
|
@@ -12557,7 +12557,7 @@ type Mutation {
|
|
12557
12557
|
description: String
|
12558
12558
|
|
12559
12559
|
"""
|
12560
|
-
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-
|
12560
|
+
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-gzip, image/x-bmp, application/x-zip-compressed, application/x-dwg, application/x-pdf, application/tiff, image/heif, text/svg-xml, application/x-tiff, application/eps, image/x-dwg, application/vnd.oasis.opendocument.spreadsheet, drawing/x-dwf, image/heic-sequence, image/x-eps, image/png, application/gzipped, application/x-dxf, image/x-ms-bmp, image/gif, image/heif-sequence, application/excel, application/vnd.openxmlformats-officedocument.presentationml.presentation, drawing/dwg, application/x-csv, image/x-tif, application/vnd.oasis.opendocument.text, application/svg+xml, application/x-rtf, image/x-tiff, application/vnd.ms-powerpoint, application/x-eps, image/vnd.dwg, application/jpg, application/vnd.pdf, application/tif, text/csv, image/eps, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/x-comma-separated-values, image/jpeg, application/x-tar, application/vnd.ms-word, image/tiff, image/svg+xml, image/webp, text/pdf, application/gzip-compressed, application/acad, image/jpg, application/acrobat, image/tif, application/gzip, application/csv, image/x-dxf, application/msword, application/x-acad, application/rtf, text/comma-separated-values, text/x-pdf, application/x-autocad, application/x-tif, image/heic, application/x-rar-compressed, application/x-jpg, application/postscript, application/vnd.ms-excel, text/rtf, text/plain, text/x-csv, image/bmp, drawing/x-dwg, application/dwg, image/svg, application/pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-rar, application/vnd.oasis.opendocument.presentation, application/dxf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/zip, pplication/vnd.rar, image/dxf, text/svg.
|
12561
12561
|
"""
|
12562
12562
|
file: Upload!
|
12563
12563
|
|