@nautical-commerce/graphql-schema 1.80.0-40-g16a826736 → 1.80.0-42-g0c9ab5005
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
@@ -1880,6 +1880,7 @@ type MarketplaceSubscription implements Node {
|
|
1880
1880
|
id: ID!
|
1881
1881
|
providerCustomerId: String!
|
1882
1882
|
isActive: Boolean!
|
1883
|
+
plan: String
|
1883
1884
|
|
1884
1885
|
"""The provider of the marketplace subscription"""
|
1885
1886
|
provider: MarketplaceSubscriptionProviderTypeEnum
|
@@ -12074,7 +12075,7 @@ type Mutation {
|
|
12074
12075
|
description: String
|
12075
12076
|
|
12076
12077
|
"""
|
12077
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12078
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/excel, application/vnd.pdf, image/png, image/x-tif, application/x-rar-compressed, application/gzip, image/vnd.dwg, text/x-pdf, application/vnd.oasis.opendocument.spreadsheet, text/csv, application/x-dwg, application/dxf, image/eps, pplication/vnd.rar, image/heic, application/acrobat, application/x-eps, application/vnd.ms-word, application/x-tif, image/x-ms-bmp, application/gzip-compressed, application/x-gzip, application/vnd.oasis.opendocument.presentation, image/dxf, drawing/x-dwf, application/x-csv, application/vnd.ms-powerpoint, application/dwg, application/eps, application/acad, application/jpg, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/pdf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-pdf, application/x-rar, application/x-rtf, application/tif, image/tif, image/x-tiff, text/x-comma-separated-values, image/jpg, drawing/x-dwg, application/rtf, image/x-dwg, application/msword, application/x-acad, application/x-zip-compressed, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/x-csv, image/x-eps, image/heif, application/x-jpg, application/x-autocad, application/svg+xml, application/x-tiff, application/x-dxf, image/bmp, image/svg, text/svg, text/svg-xml, application/csv, drawing/dwg, image/heif-sequence, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-bmp, image/jpeg, image/x-dxf, application/vnd.ms-excel, application/zip, application/x-tar, image/tiff, image/svg+xml, text/rtf, image/webp, application/postscript, application/gzipped, image/gif, application/vnd.oasis.opendocument.text, text/pdf, application/tiff, text/comma-separated-values, image/heic-sequence, text/plain.
|
12078
12079
|
"""
|
12079
12080
|
file: Upload!
|
12080
12081
|
|