@nautical-commerce/graphql-schema 1.61.0-2-ge7fd31e0b → 1.61.0-3-g8ae73ad47
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +1 -10
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -8891,9 +8891,6 @@ type Shop {
|
|
8891
8891
|
"""Include taxes in prices."""
|
8892
8892
|
includeTaxesInPrices: Boolean!
|
8893
8893
|
|
8894
|
-
"""Display prices with tax in store."""
|
8895
|
-
displayGrossPrices: Boolean! @deprecated(reason: "This will be removed on November 22, 2024. Use the includeTaxesInPrices setting instead.")
|
8896
|
-
|
8897
8894
|
"""Charge taxes on shipping."""
|
8898
8895
|
chargeTaxesOnShipping: Boolean!
|
8899
8896
|
|
@@ -8924,9 +8921,6 @@ type Shop {
|
|
8924
8921
|
"""Is authenticated user required for to view product price information."""
|
8925
8922
|
loginForPrice: Boolean
|
8926
8923
|
|
8927
|
-
"""Is authenticated user required to view product listings."""
|
8928
|
-
loginForProducts: Boolean @deprecated(reason: "This will be removed on November 22, 2024. Use the loginForPrice setting instead.")
|
8929
|
-
|
8930
8924
|
"""Gets active plugins."""
|
8931
8925
|
activePlugins: [Plugin!]!
|
8932
8926
|
|
@@ -13484,7 +13478,7 @@ type Mutation {
|
|
13484
13478
|
description: String
|
13485
13479
|
|
13486
13480
|
"""
|
13487
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13481
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/heif, text/x-comma-separated-values, application/x-acad, application/x-rar-compressed, application/svg+xml, application/x-tif, image/vnd.dwg, application/x-dxf, application/vnd.pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-dwg, application/vnd.ms-word, image/dxf, text/rtf, text/x-pdf, application/zip, image/png, application/x-zip-compressed, image/svg+xml, application/x-pdf, drawing/dwg, application/tif, text/x-csv, image/x-tif, application/x-dwg, application/gzip, application/vnd.oasis.opendocument.spreadsheet, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/postscript, application/acad, image/heic, application/gzipped, image/tiff, image/webp, application/x-rar, text/pdf, application/acrobat, image/jpg, image/x-dxf, application/gzip-compressed, application/vnd.openxmlformats-officedocument.presentationml.presentation, pplication/vnd.rar, drawing/x-dwg, image/x-ms-bmp, application/vnd.ms-powerpoint, application/tiff, application/x-jpg, image/svg, application/x-rtf, image/tif, application/jpg, image/x-eps, application/pdf, application/eps, application/excel, image/jpeg, application/x-gzip, text/plain, image/heif-sequence, application/rtf, application/csv, image/heic-sequence, image/eps, text/svg, drawing/x-dwf, text/svg-xml, image/x-tiff, application/x-eps, application/dxf, application/x-autocad, text/csv, image/bmp, text/comma-separated-values, application/x-tar, application/vnd.oasis.opendocument.presentation, application/vnd.ms-excel, image/x-bmp, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/dwg, image/gif, application/msword, application/x-csv, application/vnd.oasis.opendocument.text, application/x-tiff.
|
13488
13482
|
"""
|
13489
13483
|
file: Upload!
|
13490
13484
|
|
@@ -18632,9 +18626,6 @@ input ShopSettingsInput {
|
|
18632
18626
|
"""Include taxes in prices."""
|
18633
18627
|
includeTaxesInPrices: Boolean
|
18634
18628
|
|
18635
|
-
"""Display prices with tax in store."""
|
18636
|
-
displayGrossPrices: Boolean @deprecated(reason: "This will be removed on November 22, 2024.")
|
18637
|
-
|
18638
18629
|
"""Charge taxes on shipping."""
|
18639
18630
|
chargeTaxesOnShipping: Boolean
|
18640
18631
|
|