@nautical-commerce/graphql-schema 1.62.0-11-g60282ade2 → 1.62.0-3-g535b77087
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 +4 -4
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -3563,7 +3563,7 @@ type VendorPayout implements Node & ObjectWithMetadata {
|
|
3563
3563
|
updated: DateTime!
|
3564
3564
|
gateway: String!
|
3565
3565
|
payout: Payout!
|
3566
|
-
seller: Seller
|
3566
|
+
seller: Seller
|
3567
3567
|
currency: String!
|
3568
3568
|
average: Decimal!
|
3569
3569
|
discounts: Decimal!
|
@@ -13284,7 +13284,7 @@ type Mutation {
|
|
13284
13284
|
description: String
|
13285
13285
|
|
13286
13286
|
"""
|
13287
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13287
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/dwg, image/jpg, application/acrobat, application/tiff, image/heif-sequence, image/tiff, application/tif, application/vnd.ms-excel, text/plain, application/x-gzip, application/pdf, application/svg+xml, application/acad, application/eps, drawing/x-dwf, image/png, application/x-pdf, application/jpg, application/x-dxf, application/x-zip-compressed, application/vnd.oasis.opendocument.text, application/gzip-compressed, application/x-tiff, application/x-dwg, image/jpeg, application/x-jpg, image/svg, application/x-rar, application/dxf, image/vnd.dwg, image/webp, application/csv, application/gzipped, text/svg, text/x-comma-separated-values, image/x-ms-bmp, image/x-dxf, image/tif, image/bmp, image/x-tif, image/x-bmp, application/x-rar-compressed, application/zip, application/msword, image/gif, image/svg+xml, text/comma-separated-values, image/x-eps, text/pdf, pplication/vnd.rar, application/vnd.ms-powerpoint, image/x-tiff, application/postscript, application/x-eps, application/x-tif, application/x-acad, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.pdf, application/x-tar, application/x-autocad, application/excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/heif, application/x-csv, drawing/x-dwg, text/rtf, application/vnd.oasis.opendocument.spreadsheet, image/x-dwg, text/x-csv, application/rtf, application/vnd.oasis.opendocument.presentation, application/gzip, drawing/dwg, image/heic, application/x-rtf, text/svg-xml, text/x-pdf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.ms-word, image/eps, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/csv, image/dxf, image/heic-sequence.
|
13288
13288
|
"""
|
13289
13289
|
file: Upload!
|
13290
13290
|
|
@@ -22421,10 +22421,10 @@ input SaleInput {
|
|
22421
22421
|
"""End date of the sale in ISO 8601 format."""
|
22422
22422
|
endDate: DateTime
|
22423
22423
|
|
22424
|
-
"""Min purchase amount required to apply the
|
22424
|
+
"""Min purchase amount required to apply the voucher."""
|
22425
22425
|
minSpentAmount: PositiveDecimal
|
22426
22426
|
|
22427
|
-
"""Minimal quantity of checkout items required to apply the
|
22427
|
+
"""Minimal quantity of checkout items required to apply the voucher."""
|
22428
22428
|
minCheckoutItemsQuantity: Int
|
22429
22429
|
|
22430
22430
|
"""Sale type: SPECIFICT PRODUCT or SHIPPING"""
|