@nautical-commerce/graphql-schema 1.80.0-22-g2dff4d595 → 1.80.0-24-g71f536158
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 -47
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -1427,19 +1427,6 @@ type Query {
|
|
1427
1427
|
"""Return the last n elements from the list."""
|
1428
1428
|
last: Int
|
1429
1429
|
): FulfillmentCountableConnection
|
1430
|
-
optimizedHome(
|
1431
|
-
"""True if getting marketplace view"""
|
1432
|
-
isMarketplace: Boolean!
|
1433
|
-
|
1434
|
-
"""Vendor identifier to scope data to"""
|
1435
|
-
identifier: ID
|
1436
|
-
|
1437
|
-
"""Start date to filter cards and order data"""
|
1438
|
-
startDate: Date!
|
1439
|
-
|
1440
|
-
"""End date to filter cards and order data"""
|
1441
|
-
endDate: Date!
|
1442
|
-
): OptimizedHome @deprecated(reason: "This will be removed on April 29, 2025.")
|
1443
1430
|
|
1444
1431
|
"""Return requested nautical configuration item"""
|
1445
1432
|
nauticalConfiguration(
|
@@ -11125,17 +11112,6 @@ enum ReturnFulfillmentSortField {
|
|
11125
11112
|
RETURN_STATUS
|
11126
11113
|
}
|
11127
11114
|
|
11128
|
-
type OptimizedHome {
|
11129
|
-
sales: TaxedMoney
|
11130
|
-
orders: Int
|
11131
|
-
toFulfill: Int
|
11132
|
-
toCapture: Int
|
11133
|
-
outOfStock: Int
|
11134
|
-
topProducts: [ProductVariant!]!
|
11135
|
-
sellerActivities: [OrderEvent!]!
|
11136
|
-
marketplaceActivities: [NauticalOrderEvent!]!
|
11137
|
-
}
|
11138
|
-
|
11139
11115
|
"""Represents a nautical configuration resource."""
|
11140
11116
|
type NauticalConfiguration {
|
11141
11117
|
"""Primary key name of the configuration item"""
|
@@ -12481,7 +12457,7 @@ type Mutation {
|
|
12481
12457
|
description: String
|
12482
12458
|
|
12483
12459
|
"""
|
12484
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12460
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/x-tif, image/vnd.dwg, application/x-tar, application/x-rtf, application/excel, image/x-dxf, image/heif, application/pdf, image/jpg, application/x-gzip, image/tif, image/x-dwg, application/x-dxf, text/svg, image/x-tiff, text/x-csv, application/tif, application/svg+xml, application/rtf, application/acad, application/x-pdf, pplication/vnd.rar, application/vnd.ms-word, application/x-autocad, image/x-ms-bmp, text/x-pdf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/heic-sequence, application/vnd.pdf, application/eps, application/tiff, application/vnd.ms-excel, text/svg-xml, application/x-zip-compressed, image/svg, text/comma-separated-values, image/heic, application/csv, application/dwg, application/x-jpg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/dxf, application/acrobat, application/vnd.ms-powerpoint, application/x-rar, application/vnd.oasis.opendocument.text, application/x-rar-compressed, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-csv, application/x-tiff, image/svg+xml, application/jpg, image/gif, image/x-eps, drawing/x-dwg, application/msword, image/jpeg, application/gzip-compressed, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.oasis.opendocument.presentation, application/gzipped, drawing/dwg, application/x-acad, application/postscript, text/plain, text/csv, image/webp, application/dxf, image/x-bmp, application/x-tif, image/eps, application/gzip, application/vnd.oasis.opendocument.spreadsheet, text/x-comma-separated-values, text/rtf, image/png, image/tiff, text/pdf, application/x-dwg, application/x-eps, image/bmp, image/heif-sequence, drawing/x-dwf, application/zip.
|
12485
12461
|
"""
|
12486
12462
|
file: Upload!
|
12487
12463
|
|
@@ -12577,15 +12553,6 @@ type Mutation {
|
|
12577
12553
|
input: PayoutStatusInput
|
12578
12554
|
): PayoutStatusUpdate
|
12579
12555
|
|
12580
|
-
"""Modifies the dates of a payout"""
|
12581
|
-
payoutDatesUpdate(
|
12582
|
-
"""ID of the payout to update."""
|
12583
|
-
id: ID!
|
12584
|
-
|
12585
|
-
"""Fields required to update a payout date range."""
|
12586
|
-
input: PayoutDatesInput!
|
12587
|
-
): PayoutDatesUpdate @deprecated(reason: "This will be removed on April 29, 2025.")
|
12588
|
-
|
12589
12556
|
"""Process a payout asynchronously."""
|
12590
12557
|
payoutProcess(input: PayoutProcessInput!): PayoutProcess
|
12591
12558
|
|
@@ -16044,19 +16011,6 @@ input VendorPayoutDetails {
|
|
16044
16011
|
payout: String
|
16045
16012
|
}
|
16046
16013
|
|
16047
|
-
"""Modifies the dates of a payout"""
|
16048
|
-
type PayoutDatesUpdate {
|
16049
|
-
payoutErrors: [PayoutError!]!
|
16050
|
-
payout: Payout
|
16051
|
-
}
|
16052
|
-
|
16053
|
-
input PayoutDatesInput {
|
16054
|
-
"""
|
16055
|
-
Payout end date. ISO 8601 standard. Can not be greater than current date.
|
16056
|
-
"""
|
16057
|
-
endDate: Date!
|
16058
|
-
}
|
16059
|
-
|
16060
16014
|
"""Process a payout asynchronously."""
|
16061
16015
|
type PayoutProcess {
|
16062
16016
|
payout: Payout
|