@nautical-commerce/graphql-schema 1.81.0-26-g9f3698a44 → 1.81.0-28-g0d7c3ded3
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 +4 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -3258,6 +3258,9 @@ type MarketplaceConfiguration {
|
|
3258
3258
|
The marketplace's end trial date, or null if the marketplace is not in trial mode.
|
3259
3259
|
"""
|
3260
3260
|
trialEndsAt: DateTime
|
3261
|
+
|
3262
|
+
"""Indicates whether the marketplace is subscribed to an active pro plan."""
|
3263
|
+
hasActiveProPlanSubscription: Boolean
|
3261
3264
|
}
|
3262
3265
|
|
3263
3266
|
"""
|
@@ -12126,7 +12129,7 @@ type Mutation {
|
|
12126
12129
|
description: String
|
12127
12130
|
|
12128
12131
|
"""
|
12129
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/vnd.oasis.opendocument.text, application/
|
12132
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/webp, text/pdf, application/x-tif, application/msword, application/x-rar-compressed, application/vnd.oasis.opendocument.text, application/rtf, image/eps, image/vnd.dwg, text/x-pdf, application/vnd.ms-powerpoint, image/svg, image/heif-sequence, application/x-pdf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-rar, text/x-csv, image/jpeg, application/x-autocad, application/tif, application/x-acad, application/vnd.pdf, application/eps, text/plain, application/x-dwg, application/x-tar, image/heif, text/comma-separated-values, image/x-ms-bmp, application/jpg, image/tif, drawing/dwg, application/x-tiff, drawing/x-dwg, image/bmp, application/postscript, pplication/vnd.rar, application/dwg, image/png, image/dxf, image/x-tif, image/tiff, image/heic, application/svg+xml, text/rtf, image/x-tiff, image/heic-sequence, application/gzip, application/x-eps, application/zip, application/acad, application/tiff, application/pdf, text/csv, text/svg-xml, drawing/x-dwf, application/x-csv, image/x-dwg, application/x-dxf, application/vnd.ms-word, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/x-bmp, application/x-rtf, image/x-dxf, application/acrobat, application/x-gzip, application/vnd.oasis.opendocument.spreadsheet, image/svg+xml, application/csv, image/x-eps, application/gzipped, application/excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-zip-compressed, text/x-comma-separated-values, image/jpg, image/gif, application/vnd.oasis.opendocument.presentation, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-jpg, application/gzip-compressed, application/dxf, application/vnd.ms-excel, text/svg.
|
12130
12133
|
"""
|
12131
12134
|
file: Upload!
|
12132
12135
|
|