@nautical-commerce/graphql-schema 2.24.2 → 2.26.1
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 +3 -3
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
|
@@ -3892,7 +3892,7 @@ enum FulfillmentModelEnum {
|
|
|
3892
3892
|
HYBRID
|
|
3893
3893
|
}
|
|
3894
3894
|
|
|
3895
|
-
"\
|
|
3895
|
+
"\nString enum counterpart of the LengthUnits.\n"
|
|
3896
3896
|
enum LengthUnitsStrEnum {
|
|
3897
3897
|
IN
|
|
3898
3898
|
FT
|
|
@@ -6395,7 +6395,7 @@ enum JobStatusEnum {
|
|
|
6395
6395
|
DELETED
|
|
6396
6396
|
}
|
|
6397
6397
|
|
|
6398
|
-
"Represents possible statuses of a payment.\n\
|
|
6398
|
+
"Represents possible statuses of a payment.\n\nThe following statuses are possible:\n- NOT_CHARGED - no funds were take off the customer founding source yet.\n- PARTIALLY_CHARGED - funds were taken off the customer's funding source,\npartly covering the payment amount.\n- FULLY_CHARGED - funds were taken off the customer founding source,\npartly or completely covering the payment amount.\n- PARTIALLY_REFUNDED - part of charged funds were returned to the customer.\n- FULLY_REFUNDED - all charged funds were returned to the customer.\n"
|
|
6399
6399
|
enum PaymentChargeStatusEnum {
|
|
6400
6400
|
NOT_CHARGED
|
|
6401
6401
|
PENDING
|
|
@@ -12631,7 +12631,7 @@ type Mutation {
|
|
|
12631
12631
|
description: String
|
|
12632
12632
|
|
|
12633
12633
|
"""
|
|
12634
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
|
12634
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/gzip-compressed, application/x-zip-compressed, application/x-rar-compressed, application/x-dxf, drawing/x-dwf, application/vnd.oasis.opendocument.spreadsheet, image/jpeg, application/x-jpg, text/svg, application/x-tif, application/pdf, application/vnd.ms-word, application/x-pdf, drawing/dwg, application/x-csv, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.pdf, image/svg+xml, image/x-dwg, text/svg-xml, application/csv, application/zip, application/excel, application/acad, application/x-autocad, image/heif, text/plain, text/pdf, application/x-rtf, image/heif-sequence, application/eps, application/vnd.ms-excel, image/heic, application/gzipped, application/x-tar, application/x-eps, image/vnd.dwg, image/x-eps, image/gif, application/x-tiff, image/dxf, image/x-ms-bmp, pplication/vnd.rar, application/x-gzip, image/webp, application/tif, text/x-pdf, application/vnd.ms-powerpoint, image/eps, text/rtf, application/x-acad, application/svg+xml, image/x-tif, text/csv, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/dxf, text/comma-separated-values, image/tiff, image/x-dxf, application/jpg, application/acrobat, image/x-tiff, image/svg, image/jpg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.oasis.opendocument.text, application/postscript, application/gzip, image/heic-sequence, application/vnd.oasis.opendocument.presentation, drawing/x-dwg, application/msword, application/x-dwg, application/dwg, image/x-bmp, application/tiff, image/png, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/tif, application/rtf, text/x-comma-separated-values, application/x-rar, image/bmp, text/x-csv.
|
|
12635
12635
|
"""
|
|
12636
12636
|
file: Upload!
|
|
12637
12637
|
|