@nautical-commerce/graphql-schema 1.68.0-7-g51d39e010 → 1.68.0-9-gb4a066193
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 +6 -6
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -2862,7 +2862,6 @@ type ProductVariant implements Node & ObjectWithMetadata {
|
|
2862
2862
|
"""Whether the product variant is published."""
|
2863
2863
|
isPublished: Boolean!
|
2864
2864
|
overrideCurrency: Boolean!
|
2865
|
-
requiresQuote: Boolean!
|
2866
2865
|
allowBackorders: Boolean
|
2867
2866
|
|
2868
2867
|
"""
|
@@ -2963,6 +2962,7 @@ type ProductVariant implements Node & ObjectWithMetadata {
|
|
2963
2962
|
|
2964
2963
|
"""List of vouchers associated with the product."""
|
2965
2964
|
vouchers: [Voucher!]!
|
2965
|
+
requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
|
2966
2966
|
|
2967
2967
|
"""
|
2968
2968
|
The sub status of the product variant. This will be the same as product's sub status.
|
@@ -4745,7 +4745,7 @@ type Permission {
|
|
4745
4745
|
enum PermissionEnum {
|
4746
4746
|
MANAGE_USERS
|
4747
4747
|
MANAGE_STAFF
|
4748
|
-
MANAGE_PERMISSIONS
|
4748
|
+
MANAGE_PERMISSIONS @deprecated(reason: "This will be removed on April 23, 2025.")
|
4749
4749
|
MANAGE_APPS
|
4750
4750
|
MANAGE_DISCOUNTS
|
4751
4751
|
MANAGE_DOCUMENTS
|
@@ -13190,7 +13190,7 @@ type Mutation {
|
|
13190
13190
|
description: String
|
13191
13191
|
|
13192
13192
|
"""
|
13193
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/
|
13193
|
+
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.spreadsheetml.sheet, application/tif, text/csv, application/x-csv, application/dxf, application/x-rtf, application/vnd.oasis.opendocument.presentation, application/x-tiff, text/x-comma-separated-values, pplication/vnd.rar, application/eps, application/x-acad, image/jpeg, image/svg, application/gzip-compressed, application/vnd.ms-excel, application/vnd.pdf, image/x-tif, image/x-eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-tar, application/x-eps, image/x-bmp, image/tif, application/csv, application/postscript, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/zip, text/comma-separated-values, application/acad, image/tiff, drawing/dwg, drawing/x-dwf, application/dwg, image/png, image/x-dwg, text/plain, image/jpg, application/gzipped, application/msword, image/gif, application/rtf, image/heif-sequence, text/svg-xml, image/heic-sequence, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-jpg, application/vnd.ms-word, application/jpg, text/svg, image/x-tiff, application/x-pdf, drawing/x-dwg, text/pdf, application/x-tif, image/eps, application/x-dxf, application/excel, application/svg+xml, application/vnd.oasis.opendocument.text, application/x-gzip, application/vnd.ms-powerpoint, image/bmp, image/x-dxf, application/pdf, application/gzip, image/webp, application/x-rar, image/heic, text/x-pdf, application/x-zip-compressed, image/x-ms-bmp, application/acrobat, application/tiff, application/x-dwg, application/vnd.oasis.opendocument.spreadsheet, text/rtf, image/svg+xml, application/x-autocad, application/x-rar-compressed, image/heif, image/dxf, image/vnd.dwg, text/x-csv.
|
13194
13194
|
"""
|
13195
13195
|
file: Upload!
|
13196
13196
|
|
@@ -19796,7 +19796,7 @@ input ProductVariantCreateInput {
|
|
19796
19796
|
name: String
|
19797
19797
|
|
19798
19798
|
"""True if variant requires quote pricing."""
|
19799
|
-
requiresQuote: Boolean
|
19799
|
+
requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
|
19800
19800
|
|
19801
19801
|
"""Substatus the variant is to be changed to."""
|
19802
19802
|
subStatus: ProductVariantSubStatusEnum @deprecated(reason: "This field will be removed on April 15th, 2025. ProductVariant substatus will be the same as product substatus")
|
@@ -19937,7 +19937,7 @@ input ProductVariantBulkCreateInput {
|
|
19937
19937
|
name: String
|
19938
19938
|
|
19939
19939
|
"""True if variant requires quote pricing."""
|
19940
|
-
requiresQuote: Boolean
|
19940
|
+
requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
|
19941
19941
|
|
19942
19942
|
"""Substatus the variant is to be changed to."""
|
19943
19943
|
subStatus: ProductVariantSubStatusEnum @deprecated(reason: "This field will be removed on April 15th, 2025. ProductVariant substatus will be the same as product substatus")
|
@@ -20116,7 +20116,7 @@ input ProductVariantInput {
|
|
20116
20116
|
name: String
|
20117
20117
|
|
20118
20118
|
"""True if variant requires quote pricing."""
|
20119
|
-
requiresQuote: Boolean
|
20119
|
+
requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
|
20120
20120
|
|
20121
20121
|
"""Substatus the variant is to be changed to."""
|
20122
20122
|
subStatus: ProductVariantSubStatusEnum @deprecated(reason: "This field will be removed on April 15th, 2025. ProductVariant substatus will be the same as product substatus")
|