@nautical-commerce/graphql-schema 1.80.0 → 1.80.2
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 +2 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -2047,6 +2047,7 @@ type MarketplaceSubscription implements Node {
|
|
2047
2047
|
id: ID!
|
2048
2048
|
providerCustomerId: String!
|
2049
2049
|
isActive: Boolean!
|
2050
|
+
plan: String
|
2050
2051
|
|
2051
2052
|
"""The provider of the marketplace subscription"""
|
2052
2053
|
provider: MarketplaceSubscriptionProviderTypeEnum
|
@@ -12557,7 +12558,7 @@ type Mutation {
|
|
12557
12558
|
description: String
|
12558
12559
|
|
12559
12560
|
"""
|
12560
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12561
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/heif, image/jpg, application/eps, image/heif-sequence, image/bmp, drawing/x-dwf, image/dxf, application/x-acad, application/gzip, application/vnd.oasis.opendocument.spreadsheet, application/x-pdf, image/x-dwg, text/x-csv, application/vnd.ms-excel, application/zip, application/postscript, application/dwg, text/plain, application/x-rar-compressed, application/jpg, application/x-dxf, application/x-tif, application/x-rtf, image/heic-sequence, application/x-autocad, drawing/x-dwg, application/x-csv, application/gzip-compressed, image/x-dxf, image/webp, drawing/dwg, application/svg+xml, application/gzipped, application/excel, application/vnd.oasis.opendocument.text, application/tif, application/x-rar, text/pdf, application/vnd.ms-word, text/csv, application/x-tar, application/x-zip-compressed, text/comma-separated-values, text/svg, image/gif, image/x-tif, image/tif, text/svg-xml, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-jpg, application/pdf, application/tiff, image/eps, application/csv, image/vnd.dwg, application/rtf, application/dxf, image/x-eps, image/x-ms-bmp, application/msword, pplication/vnd.rar, application/x-eps, text/x-comma-separated-values, image/x-bmp, image/png, application/vnd.pdf, image/svg+xml, application/x-gzip, image/tiff, application/acrobat, application/vnd.ms-powerpoint, image/x-tiff, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/acad, image/jpeg, image/heic, application/x-dwg, text/rtf, application/vnd.oasis.opendocument.presentation, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-tiff, text/x-pdf, image/svg.
|
12561
12562
|
"""
|
12562
12563
|
file: Upload!
|
12563
12564
|
|