@nautical-commerce/graphql-schema 1.80.0-19-g730421054 → 1.80.0-20-g3c7491e89
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 +1 -34
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -5371,9 +5371,6 @@ type App implements Node & ObjectWithMetadata {
|
|
5371
5371
|
"""List of public metadata items. Can be accessed without permissions."""
|
5372
5372
|
metadata: [MetadataItem!]!
|
5373
5373
|
|
5374
|
-
"""Type of the app."""
|
5375
|
-
type: AppTypeEnum @deprecated(reason: "This will be removed on April 30, 2025.")
|
5376
|
-
|
5377
5374
|
"""List of dashboard integrations for this app"""
|
5378
5375
|
dashboardIntegrations: [AppDashboardIntegration!]
|
5379
5376
|
|
@@ -5383,27 +5380,6 @@ type App implements Node & ObjectWithMetadata {
|
|
5383
5380
|
"""List of webhooks assigned to this app."""
|
5384
5381
|
webhooks: [Webhook!]
|
5385
5382
|
|
5386
|
-
"""Description of this app."""
|
5387
|
-
aboutApp: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
5388
|
-
|
5389
|
-
"""Description of the data privacy defined for this app."""
|
5390
|
-
dataPrivacy: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
5391
|
-
|
5392
|
-
"""Url to details about the privacy policy on the app owner page."""
|
5393
|
-
dataPrivacyUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
5394
|
-
|
5395
|
-
"""Homepage of the app."""
|
5396
|
-
homepageUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
5397
|
-
|
5398
|
-
"""Support page for the app."""
|
5399
|
-
supportUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
5400
|
-
|
5401
|
-
"""Url to iframe with the configuration for the app."""
|
5402
|
-
configurationUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
5403
|
-
|
5404
|
-
"""Url to iframe with the app."""
|
5405
|
-
appUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
|
5406
|
-
|
5407
5383
|
"""Version number of the app."""
|
5408
5384
|
version: String
|
5409
5385
|
|
@@ -5464,14 +5440,6 @@ type AppToken implements Node {
|
|
5464
5440
|
id: ID!
|
5465
5441
|
}
|
5466
5442
|
|
5467
|
-
enum AppTypeEnum {
|
5468
|
-
"""local"""
|
5469
|
-
LOCAL
|
5470
|
-
|
5471
|
-
"""thirdparty"""
|
5472
|
-
THIRDPARTY
|
5473
|
-
}
|
5474
|
-
|
5475
5443
|
"""Represents a dashboard integration for an App."""
|
5476
5444
|
type AppDashboardIntegration implements Node {
|
5477
5445
|
"""The ID of the object"""
|
@@ -12376,7 +12344,6 @@ type AppCountableEdge {
|
|
12376
12344
|
input AppFilterInput {
|
12377
12345
|
search: String
|
12378
12346
|
isActive: Boolean
|
12379
|
-
type: AppTypeEnum
|
12380
12347
|
}
|
12381
12348
|
|
12382
12349
|
input AppSortingInput {
|
@@ -12520,7 +12487,7 @@ type Mutation {
|
|
12520
12487
|
description: String
|
12521
12488
|
|
12522
12489
|
"""
|
12523
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
12490
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/gzip, application/svg+xml, image/png, drawing/x-dwg, text/x-comma-separated-values, application/x-tif, drawing/x-dwf, text/x-pdf, application/jpg, text/csv, application/acad, text/pdf, application/vnd.oasis.opendocument.text, image/webp, application/dxf, text/svg-xml, application/x-autocad, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/gif, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-eps, application/x-gzip, image/svg+xml, application/x-zip-compressed, application/tiff, image/x-bmp, image/heic, image/x-eps, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/bmp, application/vnd.oasis.opendocument.presentation, application/acrobat, image/heic-sequence, application/x-tiff, application/postscript, application/x-rtf, application/x-dxf, application/gzip-compressed, image/dxf, application/vnd.ms-excel, application/x-rar-compressed, application/gzipped, application/x-pdf, application/vnd.pdf, image/eps, application/pdf, application/x-acad, application/rtf, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/rtf, application/zip, image/x-dwg, application/csv, application/x-jpg, image/x-tiff, text/x-csv, application/dwg, image/vnd.dwg, text/svg, application/x-tar, text/plain, image/heif, application/msword, application/vnd.ms-word, image/x-tif, application/vnd.oasis.opendocument.spreadsheet, text/comma-separated-values, image/svg, application/eps, image/heif-sequence, image/tif, image/tiff, application/tif, image/x-ms-bmp, application/x-csv, application/excel, application/x-dwg, image/jpg, image/jpeg, image/x-dxf, application/x-rar, application/vnd.ms-powerpoint, drawing/dwg, pplication/vnd.rar.
|
12524
12491
|
"""
|
12525
12492
|
file: Upload!
|
12526
12493
|
|