@nautical-commerce/graphql-schema 1.81.0-12-g3c93e582b → 1.81.0-14-gc56a697a5
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 +1 -10
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -3247,9 +3247,6 @@ type MarketplaceConfiguration {
|
|
3247
3247
|
|
3248
3248
|
"""URL of a view where customers can set their password."""
|
3249
3249
|
customerSetPasswordUrl: String
|
3250
|
-
|
3251
|
-
"""Include taxes in prices."""
|
3252
|
-
includeTaxesInPrices: Boolean! @deprecated(reason: "This will be removed on April 29, 2025.")
|
3253
3250
|
chargeTaxesOnShipping: Boolean!
|
3254
3251
|
|
3255
3252
|
"""
|
@@ -8895,9 +8892,6 @@ type Shop {
|
|
8895
8892
|
"""List of possible phone prefixes."""
|
8896
8893
|
phonePrefixes: [String!]!
|
8897
8894
|
|
8898
|
-
"""Include taxes in prices."""
|
8899
|
-
includeTaxesInPrices: Boolean! @deprecated(reason: "This will be removed on April 29, 2025.")
|
8900
|
-
|
8901
8895
|
"""Charge taxes on shipping."""
|
8902
8896
|
chargeTaxesOnShipping: Boolean!
|
8903
8897
|
|
@@ -12118,7 +12112,7 @@ type Mutation {
|
|
12118
12112
|
description: String
|
12119
12113
|
|
12120
12114
|
"""
|
12121
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12115
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/x-csv, image/x-tiff, pplication/vnd.rar, application/pdf, application/rtf, image/heif-sequence, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/x-dxf, application/x-autocad, image/heic-sequence, image/tif, image/svg, application/gzip-compressed, application/vnd.ms-powerpoint, text/comma-separated-values, application/vnd.pdf, image/eps, application/svg+xml, image/x-ms-bmp, application/tiff, application/x-rar, image/png, application/tif, application/x-pdf, application/vnd.ms-word, image/svg+xml, application/postscript, application/zip, image/heif, application/gzip, application/jpg, application/vnd.oasis.opendocument.presentation, text/rtf, image/x-eps, application/x-csv, application/x-eps, application/x-gzip, application/acad, application/x-rar-compressed, application/dwg, application/msword, text/svg-xml, image/jpg, text/plain, image/x-dwg, application/x-tiff, application/vnd.ms-excel, image/dxf, application/eps, image/gif, application/x-tif, application/acrobat, image/vnd.dwg, application/gzipped, application/dxf, image/heic, drawing/x-dwf, drawing/dwg, image/bmp, image/tiff, application/x-dxf, image/x-tif, text/svg, application/x-jpg, application/excel, application/x-rtf, application/csv, text/pdf, text/csv, application/x-dwg, text/x-pdf, application/x-tar, drawing/x-dwg, application/vnd.oasis.opendocument.text, application/x-zip-compressed, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/x-bmp, image/jpeg, application/x-acad, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/webp, application/vnd.oasis.opendocument.spreadsheet, text/x-comma-separated-values.
|
12122
12116
|
"""
|
12123
12117
|
file: Upload!
|
12124
12118
|
|
@@ -15520,9 +15514,6 @@ input MarketplaceConfigurationInput {
|
|
15520
15514
|
"""URL of a view where customers can set their password."""
|
15521
15515
|
customerSetPasswordUrl: String
|
15522
15516
|
|
15523
|
-
"""Include taxes in prices."""
|
15524
|
-
includeTaxesInPrices: Boolean @deprecated(reason: "This will be removed on April 29, 2025.")
|
15525
|
-
|
15526
15517
|
"""Charge taxes on shipping."""
|
15527
15518
|
chargeTaxesOnShipping: Boolean
|
15528
15519
|
}
|