@nautical-commerce/graphql-schema 1.62.0-33-g9e296b5c6 → 1.62.0-35-g48bff62b9
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 +6 -6
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -1949,7 +1949,7 @@ type Query {
|
|
1949
1949
|
): CustomFieldTemplate
|
1950
1950
|
|
1951
1951
|
"""List of all apps installations"""
|
1952
|
-
appsInstallations: [AppInstallation!]!
|
1952
|
+
appsInstallations: [AppInstallation!]! @deprecated(reason: "This will be removed on March 2nd, 2025")
|
1953
1953
|
|
1954
1954
|
"""List of the apps."""
|
1955
1955
|
apps(
|
@@ -13164,7 +13164,7 @@ type Mutation {
|
|
13164
13164
|
description: String
|
13165
13165
|
|
13166
13166
|
"""
|
13167
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13167
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/bmp, application/x-rar, application/acrobat, image/x-eps, image/x-bmp, application/x-tif, text/x-comma-separated-values, application/gzip-compressed, application/x-rtf, application/excel, application/vnd.oasis.opendocument.text, text/x-csv, image/heic-sequence, image/webp, application/gzipped, text/comma-separated-values, image/x-tiff, image/png, text/csv, application/zip, application/x-csv, image/vnd.dwg, image/heic, application/msword, application/vnd.oasis.opendocument.presentation, image/dxf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, drawing/x-dwg, image/heif, application/vnd.ms-excel, application/x-autocad, application/jpg, application/dxf, image/x-tif, drawing/x-dwf, pplication/vnd.rar, text/x-pdf, application/eps, application/vnd.oasis.opendocument.spreadsheet, text/plain, application/gzip, application/pdf, application/tif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-dwg, text/svg-xml, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-dxf, drawing/dwg, application/postscript, image/x-dxf, image/eps, image/gif, text/svg, image/tif, application/vnd.ms-word, application/x-acad, image/jpg, application/rtf, image/svg, application/svg+xml, application/vnd.pdf, application/acad, application/x-gzip, application/x-tiff, application/dwg, application/x-zip-compressed, application/x-tar, image/svg+xml, image/x-ms-bmp, application/x-pdf, application/x-dwg, image/jpeg, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/tiff, application/vnd.ms-powerpoint, image/heif-sequence, application/x-rar-compressed, image/tiff, text/rtf, text/pdf, application/x-jpg, application/x-eps, application/csv.
|
13168
13168
|
"""
|
13169
13169
|
file: Upload!
|
13170
13170
|
|
@@ -15966,7 +15966,7 @@ type Mutation {
|
|
15966
15966
|
appInstall(
|
15967
15967
|
"""Fields required to install a new app."""
|
15968
15968
|
input: AppInstallInput!
|
15969
|
-
): AppInstall
|
15969
|
+
): AppInstall @deprecated(reason: "This will be removed on March 2nd, 2025")
|
15970
15970
|
|
15971
15971
|
"""Retry failed installation of new app."""
|
15972
15972
|
appRetryInstall(
|
@@ -15975,16 +15975,16 @@ type Mutation {
|
|
15975
15975
|
|
15976
15976
|
"""ID of failed installation."""
|
15977
15977
|
id: ID!
|
15978
|
-
): AppRetryInstall
|
15978
|
+
): AppRetryInstall @deprecated(reason: "This will be removed on March 2nd, 2025")
|
15979
15979
|
|
15980
15980
|
"""Delete failed installation."""
|
15981
15981
|
appDeleteFailedInstallation(
|
15982
15982
|
"""ID of failed installation to delete."""
|
15983
15983
|
id: ID!
|
15984
|
-
): AppDeleteFailedInstallation
|
15984
|
+
): AppDeleteFailedInstallation @deprecated(reason: "This will be removed on March 2nd, 2025")
|
15985
15985
|
|
15986
15986
|
"""Fetch and validate manifest."""
|
15987
|
-
appFetchManifest(manifestUrl: String!): AppFetchManifest
|
15987
|
+
appFetchManifest(manifestUrl: String!): AppFetchManifest @deprecated(reason: "This will be removed on March 2nd, 2025")
|
15988
15988
|
|
15989
15989
|
"""Activate the app."""
|
15990
15990
|
appActivate(
|