@nautical-commerce/graphql-schema 1.69.0-7-ge8b8634cf → 1.69.0-9-gea31319e3
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 +9 -9
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -4694,7 +4694,7 @@ type App implements Node & ObjectWithMetadata {
|
|
4694
4694
|
metadata: [MetadataItem!]!
|
4695
4695
|
|
4696
4696
|
"""Type of the app."""
|
4697
|
-
type: AppTypeEnum
|
4697
|
+
type: AppTypeEnum @deprecated(reason: "This will be removed on April 30, 2025.")
|
4698
4698
|
|
4699
4699
|
"""List of dashboard integrations for this app"""
|
4700
4700
|
dashboardIntegrations: [AppDashboardIntegration!]
|
@@ -4706,25 +4706,25 @@ type App implements Node & ObjectWithMetadata {
|
|
4706
4706
|
webhooks: [Webhook!]
|
4707
4707
|
|
4708
4708
|
"""Description of this app."""
|
4709
|
-
aboutApp: String
|
4709
|
+
aboutApp: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
4710
4710
|
|
4711
4711
|
"""Description of the data privacy defined for this app."""
|
4712
|
-
dataPrivacy: String
|
4712
|
+
dataPrivacy: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
4713
4713
|
|
4714
4714
|
"""Url to details about the privacy policy on the app owner page."""
|
4715
|
-
dataPrivacyUrl: String
|
4715
|
+
dataPrivacyUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
4716
4716
|
|
4717
4717
|
"""Homepage of the app."""
|
4718
|
-
homepageUrl: String
|
4718
|
+
homepageUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
4719
4719
|
|
4720
4720
|
"""Support page for the app."""
|
4721
|
-
supportUrl: String
|
4721
|
+
supportUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
4722
4722
|
|
4723
4723
|
"""Url to iframe with the configuration for the app."""
|
4724
|
-
configurationUrl: String
|
4724
|
+
configurationUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
4725
4725
|
|
4726
4726
|
"""Url to iframe with the app."""
|
4727
|
-
appUrl: String
|
4727
|
+
appUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
4728
4728
|
|
4729
4729
|
"""Version number of the app."""
|
4730
4730
|
version: String
|
@@ -13119,7 +13119,7 @@ type Mutation {
|
|
13119
13119
|
description: String
|
13120
13120
|
|
13121
13121
|
"""
|
13122
|
-
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.
|
13122
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/plain, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/x-bmp, text/x-pdf, application/x-pdf, application/vnd.ms-excel, application/vnd.oasis.opendocument.text, text/comma-separated-values, application/dwg, application/vnd.ms-word, application/x-autocad, text/rtf, application/svg+xml, image/tif, image/x-tif, application/gzip-compressed, application/pdf, application/postscript, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/x-comma-separated-values, image/tiff, drawing/x-dwf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-rar-compressed, image/heic, application/x-jpg, application/x-acad, image/png, image/svg, image/x-ms-bmp, image/jpeg, application/x-rtf, application/gzipped, text/pdf, image/jpg, application/msword, text/csv, application/x-gzip, application/x-tif, text/x-csv, application/x-tiff, image/heif, image/x-eps, application/vnd.oasis.opendocument.spreadsheet, application/csv, image/x-dwg, application/vnd.openxmlformats-officedocument.presentationml.presentation, drawing/x-dwg, application/tif, image/svg+xml, application/x-rar, application/x-zip-compressed, application/acad, application/jpg, application/x-eps, application/x-dwg, drawing/dwg, image/dxf, application/vnd.ms-powerpoint, application/eps, image/heic-sequence, image/x-dxf, text/svg-xml, image/vnd.dwg, application/vnd.oasis.opendocument.presentation, application/zip, application/x-tar, application/excel, image/eps, application/x-csv, text/svg, pplication/vnd.rar, image/webp, application/gzip, application/tiff, application/x-dxf, application/vnd.pdf, application/dxf, image/x-tiff, image/bmp, image/gif, application/rtf, application/acrobat, image/heif-sequence.
|
13123
13123
|
"""
|
13124
13124
|
file: Upload!
|
13125
13125
|
|