@nautical-commerce/graphql-schema 1.60.0-11-g392353ea7 → 1.60.0-3-g2c558a772
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +2 -28
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -3891,10 +3891,7 @@ type Order implements Node & ObjectWithMetadata {
|
|
3891
3891
|
payoutStatus: OrderPayoutStatusEnum
|
3892
3892
|
|
3893
3893
|
"""Summary of all payouts of this order"""
|
3894
|
-
payoutsSummary
|
3895
|
-
"""Order payout status."""
|
3896
|
-
payoutStatus: PayoutStatusEnum
|
3897
|
-
): [OrderPayoutSummary!]!
|
3894
|
+
payoutsSummary: [OrderPayoutSummary!]!
|
3898
3895
|
|
3899
3896
|
"""Remaining available balance to be paid out."""
|
3900
3897
|
availablePayoutBalance: Money
|
@@ -7195,23 +7192,6 @@ type OrderPayoutSummary {
|
|
7195
7192
|
vendorPayout: VendorPayout!
|
7196
7193
|
}
|
7197
7194
|
|
7198
|
-
enum PayoutStatusEnum {
|
7199
|
-
"""Draft"""
|
7200
|
-
DRAFT
|
7201
|
-
|
7202
|
-
"""Paid"""
|
7203
|
-
PAID
|
7204
|
-
|
7205
|
-
"""Archived"""
|
7206
|
-
ARCHIVED
|
7207
|
-
|
7208
|
-
"""Locked"""
|
7209
|
-
LOCKED
|
7210
|
-
|
7211
|
-
"""Error"""
|
7212
|
-
ERROR
|
7213
|
-
}
|
7214
|
-
|
7215
7195
|
type AgreementSellersCountableConnection {
|
7216
7196
|
"""Pagination data for this connection."""
|
7217
7197
|
pageInfo: PageInfo!
|
@@ -9138,9 +9118,6 @@ type StorefrontTheme implements Node {
|
|
9138
9118
|
|
9139
9119
|
"""Font to be used on the storefront"""
|
9140
9120
|
font: Font
|
9141
|
-
|
9142
|
-
"""Font color in hex."""
|
9143
|
-
fontColor: String
|
9144
9121
|
}
|
9145
9122
|
|
9146
9123
|
"""Font for a storefront."""
|
@@ -13489,7 +13466,7 @@ type Mutation {
|
|
13489
13466
|
description: String
|
13490
13467
|
|
13491
13468
|
"""
|
13492
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13469
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/csv, application/x-pdf, image/heic-sequence, application/x-dwg, image/vnd.dwg, application/x-eps, text/csv, application/svg+xml, drawing/dwg, text/svg-xml, image/gif, image/svg+xml, image/svg, image/bmp, text/x-csv, application/x-gzip, application/x-tiff, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/pdf, image/heic, pplication/vnd.rar, application/x-rtf, application/rtf, application/x-rar-compressed, application/dxf, application/x-autocad, application/tif, image/jpeg, image/eps, image/x-tiff, image/dxf, image/heif, image/x-tif, text/pdf, application/vnd.ms-powerpoint, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/jpg, text/comma-separated-values, application/vnd.oasis.opendocument.spreadsheet, image/jpg, application/dwg, application/acad, application/excel, image/x-bmp, image/heif-sequence, image/x-ms-bmp, image/tif, application/vnd.pdf, image/webp, application/vnd.ms-word, drawing/x-dwg, text/x-comma-separated-values, application/x-jpg, application/x-acad, image/png, application/vnd.ms-excel, application/vnd.oasis.opendocument.text, application/zip, text/rtf, application/x-tif, application/x-zip-compressed, text/x-pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-tar, application/x-rar, application/x-dxf, drawing/x-dwf, application/msword, application/gzip, image/x-eps, image/tiff, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/gzipped, application/x-csv, text/plain, application/postscript, application/vnd.oasis.opendocument.presentation, application/gzip-compressed, application/tiff, image/x-dwg, application/eps, image/x-dxf, text/svg, application/acrobat.
|
13493
13470
|
"""
|
13494
13471
|
file: Upload!
|
13495
13472
|
|
@@ -18760,9 +18737,6 @@ input StorefrontThemeInput {
|
|
18760
18737
|
|
18761
18738
|
"""ID of of the selected font."""
|
18762
18739
|
font: String
|
18763
|
-
|
18764
|
-
"""Font color in hex."""
|
18765
|
-
fontColor: String
|
18766
18740
|
}
|
18767
18741
|
|
18768
18742
|
"""Update a storefront theme."""
|