@nautical-commerce/graphql-schema 1.79.0-1-g9e65da5cf → 1.79.1-1-g6c214d07f
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 -26
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -12707,7 +12707,7 @@ type Mutation {
|
|
12707
12707
|
description: String
|
12708
12708
|
|
12709
12709
|
"""
|
12710
|
-
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-
|
12710
|
+
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-csv, pplication/vnd.rar, application/gzip-compressed, application/vnd.ms-powerpoint, image/x-dwg, image/x-eps, application/vnd.oasis.opendocument.presentation, application/vnd.pdf, text/x-csv, image/tiff, application/x-tif, image/x-tif, application/x-dxf, application/tif, application/vnd.ms-excel, text/svg, application/rtf, application/x-gzip, application/gzipped, application/postscript, application/msword, application/vnd.oasis.opendocument.spreadsheet, image/png, text/csv, application/x-rtf, image/svg, application/jpg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/svg-xml, image/jpg, application/svg+xml, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/svg+xml, image/webp, image/x-tiff, image/vnd.dwg, application/csv, application/x-tar, application/dwg, image/heif, application/acrobat, application/vnd.ms-word, application/x-jpg, application/x-rar, application/vnd.oasis.opendocument.text, application/x-tiff, text/plain, drawing/dwg, image/x-ms-bmp, image/dxf, image/tif, application/pdf, application/x-rar-compressed, drawing/x-dwf, text/x-comma-separated-values, application/x-dwg, application/gzip, image/eps, text/x-pdf, text/comma-separated-values, application/tiff, application/dxf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-autocad, image/gif, image/x-dxf, image/heic-sequence, application/x-pdf, drawing/x-dwg, application/x-acad, image/x-bmp, application/x-zip-compressed, image/bmp, application/acad, application/zip, application/x-eps, image/jpeg, image/heic, application/excel, text/pdf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/rtf, application/eps, image/heif-sequence.
|
12711
12711
|
"""
|
12712
12712
|
file: Upload!
|
12713
12713
|
|
@@ -16586,15 +16586,6 @@ input AgreementInput {
|
|
16586
16586
|
|
16587
16587
|
"""Last update date. ISO 8601 standard."""
|
16588
16588
|
updatedAt: String
|
16589
|
-
|
16590
|
-
"""Gross Price, Markup, Absolute etc"""
|
16591
|
-
commissionType: CommissionTypeEnum @deprecated(reason: "This will be removed on April 23, 2025.")
|
16592
|
-
|
16593
|
-
"""Percentage by default"""
|
16594
|
-
markupCommissionType: MarkupCommissionTypeEnum @deprecated(reason: "This will be removed on April 23, 2025.")
|
16595
|
-
|
16596
|
-
"""Markup commission percentage for all items"""
|
16597
|
-
markupCommissionValue: Decimal @deprecated(reason: "This will be removed on April 23, 2025.")
|
16598
16589
|
}
|
16599
16590
|
|
16600
16591
|
input SeoInput {
|
@@ -16605,22 +16596,6 @@ input SeoInput {
|
|
16605
16596
|
description: String
|
16606
16597
|
}
|
16607
16598
|
|
16608
|
-
enum CommissionTypeEnum {
|
16609
|
-
"""Gross Price Commission"""
|
16610
|
-
MARKETPLACE
|
16611
|
-
|
16612
|
-
"""Markup Commission"""
|
16613
|
-
WHOLESALE
|
16614
|
-
|
16615
|
-
"""Absolute Price Commission"""
|
16616
|
-
DROPSHIPPING
|
16617
|
-
}
|
16618
|
-
|
16619
|
-
enum MarkupCommissionTypeEnum {
|
16620
|
-
"""Percentage"""
|
16621
|
-
PERCENTAGE
|
16622
|
-
}
|
16623
|
-
|
16624
16599
|
"""Deletes a agreement."""
|
16625
16600
|
type AgreementDelete {
|
16626
16601
|
agreementErrors: [AgreementError!]!
|