@nautical-commerce/graphql-schema 1.58.1-5-ga75ba72cd → 1.58.1-7-gd500cfb24
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +7 -7
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -8024,7 +8024,7 @@ input CustomerOrderFilterInput {
|
|
8024
8024
|
search: String
|
8025
8025
|
source: [OrderSourceFilter!]
|
8026
8026
|
isHistorical: Boolean
|
8027
|
-
subStatus: [OfferOrderSubStatusFilter!]
|
8027
|
+
subStatus: [OfferOrderSubStatusFilter!] @deprecated(reason: "This will be removed on Feb 1, 2025")
|
8028
8028
|
payoutStatus: [OrderPayoutStatusEnum!]
|
8029
8029
|
vendorPayouts: [ID]
|
8030
8030
|
payouts: [ID]
|
@@ -8129,7 +8129,7 @@ input CustomerNauticalOrderFilterInput {
|
|
8129
8129
|
search: String
|
8130
8130
|
source: [OrderSourceFilter!]
|
8131
8131
|
isHistorical: Boolean
|
8132
|
-
subStatus: [OfferOrderSubStatusFilter!]
|
8132
|
+
subStatus: [OfferOrderSubStatusFilter!] @deprecated(reason: "This will be removed on Feb 1, 2025")
|
8133
8133
|
}
|
8134
8134
|
|
8135
8135
|
type UserPermission {
|
@@ -10832,7 +10832,7 @@ input OrderFilterInput {
|
|
10832
10832
|
search: String
|
10833
10833
|
source: [OrderSourceFilter!]
|
10834
10834
|
isHistorical: Boolean
|
10835
|
-
subStatus: [OfferOrderSubStatusFilter!]
|
10835
|
+
subStatus: [OfferOrderSubStatusFilter!] @deprecated(reason: "This will be removed on Feb 1, 2025")
|
10836
10836
|
payoutStatus: [OrderPayoutStatusEnum!]
|
10837
10837
|
vendorPayouts: [ID]
|
10838
10838
|
payouts: [ID]
|
@@ -10849,7 +10849,7 @@ input NauticalOrderFilterInput {
|
|
10849
10849
|
search: String
|
10850
10850
|
source: [OrderSourceFilter!]
|
10851
10851
|
isHistorical: Boolean
|
10852
|
-
subStatus: [OfferOrderSubStatusFilter!]
|
10852
|
+
subStatus: [OfferOrderSubStatusFilter!] @deprecated(reason: "This will be removed on Feb 1, 2025")
|
10853
10853
|
}
|
10854
10854
|
|
10855
10855
|
input OrderDraftFilterInput {
|
@@ -10861,7 +10861,7 @@ input OrderDraftFilterInput {
|
|
10861
10861
|
search: String
|
10862
10862
|
isHistorical: Boolean
|
10863
10863
|
source: [OrderSourceFilter!]
|
10864
|
-
subStatus: [OfferOrderSubStatusFilter!]
|
10864
|
+
subStatus: [OfferOrderSubStatusFilter!] @deprecated(reason: "This will be removed on Feb 1, 2025")
|
10865
10865
|
}
|
10866
10866
|
|
10867
10867
|
input NauticalOrderDraftFilterInput {
|
@@ -10873,7 +10873,7 @@ input NauticalOrderDraftFilterInput {
|
|
10873
10873
|
search: String
|
10874
10874
|
isHistorical: Boolean
|
10875
10875
|
source: [OrderSourceFilter!]
|
10876
|
-
subStatus: [OfferOrderSubStatusFilter!]
|
10876
|
+
subStatus: [OfferOrderSubStatusFilter!] @deprecated(reason: "This will be removed on Feb 1, 2025")
|
10877
10877
|
}
|
10878
10878
|
|
10879
10879
|
input NauticalOrderQuoteFilterInput {
|
@@ -13452,7 +13452,7 @@ type Mutation {
|
|
13452
13452
|
description: String
|
13453
13453
|
|
13454
13454
|
"""
|
13455
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13455
|
+
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-eps, application/vnd.ms-excel, application/x-csv, application/x-jpg, image/heif, application/vnd.ms-word, application/x-tar, image/heic-sequence, application/tif, text/csv, image/gif, application/x-autocad, text/x-csv, application/acrobat, image/x-tif, text/x-comma-separated-values, image/tiff, application/jpg, image/bmp, image/jpeg, application/svg+xml, application/tiff, drawing/dwg, text/svg, application/vnd.ms-powerpoint, application/x-zip-compressed, application/acad, image/png, image/heic, application/x-dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/msword, application/vnd.oasis.opendocument.presentation, application/x-pdf, image/x-eps, text/rtf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/x-pdf, image/dxf, image/webp, text/svg-xml, image/x-tiff, application/x-dxf, image/svg, application/gzipped, text/comma-separated-values, application/pdf, application/eps, application/zip, image/svg+xml, image/x-ms-bmp, application/x-tif, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/jpg, image/tif, image/x-dxf, application/x-gzip, application/rtf, text/plain, image/vnd.dwg, application/postscript, application/gzip, application/x-rar-compressed, pplication/vnd.rar, image/x-dwg, image/x-bmp, application/gzip-compressed, application/vnd.pdf, drawing/x-dwf, application/x-rar, application/x-tiff, application/vnd.oasis.opendocument.text, image/heif-sequence, text/pdf, application/vnd.oasis.opendocument.spreadsheet, application/dwg, application/excel, application/x-acad, image/eps, drawing/x-dwg, application/csv, application/dxf, application/x-rtf.
|
13456
13456
|
"""
|
13457
13457
|
file: Upload!
|
13458
13458
|
|