@nautical-commerce/graphql-schema 1.74.2-9-g789a382c6 → 1.74.2
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 +109 -14
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -1958,6 +1958,9 @@ type Query {
|
|
1958
1958
|
contentType: CustomFieldTemplateEnum
|
1959
1959
|
): CustomFieldTemplate
|
1960
1960
|
|
1961
|
+
"""List of all apps installations"""
|
1962
|
+
appsInstallations: [AppInstallation!]! @deprecated(reason: "This will be removed on March 2nd, 2025")
|
1963
|
+
|
1961
1964
|
"""List of the apps."""
|
1962
1965
|
apps(
|
1963
1966
|
"""Filtering options for apps."""
|
@@ -2737,18 +2740,12 @@ type Checkout implements Node & ObjectWithMetadata {
|
|
2737
2740
|
"""The price of the shipping, with all the taxes included."""
|
2738
2741
|
shippingPrice: TaxedMoney!
|
2739
2742
|
|
2740
|
-
"""The price of the shipping after discount"""
|
2741
|
-
discountedShippingPrice: Money
|
2742
|
-
|
2743
|
-
"""The price of the checkout before discount, shipping and taxes"""
|
2744
|
-
originalPrice: Money! @deprecated(reason: "This will be removed on June 17, 2025")
|
2745
|
-
|
2746
|
-
"""The price of the checkout before discount"""
|
2747
|
-
originalSubtotalPrice: Money!
|
2748
|
-
|
2749
2743
|
"""The price of the checkout before shipping, with taxes included."""
|
2750
2744
|
subtotalPrice: TaxedMoney!
|
2751
2745
|
|
2746
|
+
"""The price of the checkout before discount, shipping and taxes"""
|
2747
|
+
originalPrice: Money!
|
2748
|
+
|
2752
2749
|
"""The checkout's token."""
|
2753
2750
|
token: NauticalUUID!
|
2754
2751
|
|
@@ -2757,9 +2754,6 @@ type Checkout implements Node & ObjectWithMetadata {
|
|
2757
2754
|
"""
|
2758
2755
|
totalPrice: TaxedMoney!
|
2759
2756
|
|
2760
|
-
"""The sum of the checkout line prices, without discount"""
|
2761
|
-
originalTotalPrice: Money!
|
2762
|
-
|
2763
2757
|
"""Discount Type if voucher is applied"""
|
2764
2758
|
discountType: VoucherTypeEnum
|
2765
2759
|
|
@@ -8581,6 +8575,9 @@ type Shop {
|
|
8581
8575
|
"""Whether the marketplace has enabled quote orders."""
|
8582
8576
|
enableQuoteOrders: Boolean @deprecated(reason: "Quotes will be removed on June 11, 2025")
|
8583
8577
|
|
8578
|
+
"""Whether the marketplace has enabled offer orders."""
|
8579
|
+
enableOfferOrders: Boolean @deprecated(reason: "This will be removed on February 20, 2025.")
|
8580
|
+
|
8584
8581
|
"""Shop's name."""
|
8585
8582
|
name: String!
|
8586
8583
|
|
@@ -8960,7 +8957,6 @@ input SellerFilterInput {
|
|
8960
8957
|
storefront: Boolean
|
8961
8958
|
metadata: MetadataFilterInput
|
8962
8959
|
privateMetadata: MetadataFilterInput
|
8963
|
-
isMarketplaceSeller: Boolean
|
8964
8960
|
}
|
8965
8961
|
|
8966
8962
|
enum SellerStatusFilter {
|
@@ -12982,6 +12978,27 @@ enum CustomFieldTemplateEnum {
|
|
12982
12978
|
FULFILLMENT
|
12983
12979
|
}
|
12984
12980
|
|
12981
|
+
"""Represents ongoing installation of app."""
|
12982
|
+
type AppInstallation implements Node & Job {
|
12983
|
+
appName: String!
|
12984
|
+
manifestUrl: String!
|
12985
|
+
|
12986
|
+
"""The ID of the object"""
|
12987
|
+
id: ID!
|
12988
|
+
|
12989
|
+
"""Job status."""
|
12990
|
+
status: JobStatusEnum!
|
12991
|
+
|
12992
|
+
"""Created date time of job in ISO 8601 format."""
|
12993
|
+
createdAt: DateTime!
|
12994
|
+
|
12995
|
+
"""Date time of job last update in ISO 8601 format."""
|
12996
|
+
updatedAt: DateTime!
|
12997
|
+
|
12998
|
+
"""Job message."""
|
12999
|
+
message: String
|
13000
|
+
}
|
13001
|
+
|
12985
13002
|
type AppCountableConnection {
|
12986
13003
|
"""Pagination data for this connection."""
|
12987
13004
|
pageInfo: PageInfo!
|
@@ -13171,7 +13188,7 @@ type Mutation {
|
|
13171
13188
|
description: String
|
13172
13189
|
|
13173
13190
|
"""
|
13174
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13191
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/dxf, application/x-dxf, application/x-csv, image/png, image/x-bmp, image/heic-sequence, application/x-gzip, image/x-eps, text/x-csv, image/x-tiff, text/svg-xml, application/x-tar, application/x-tiff, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/tif, application/x-acad, image/tiff, application/excel, application/acrobat, application/tif, application/dwg, application/svg+xml, image/gif, application/vnd.ms-excel, application/jpg, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.ms-powerpoint, application/vnd.oasis.opendocument.text, image/svg+xml, text/x-comma-separated-values, application/tiff, text/comma-separated-values, application/csv, image/jpeg, image/bmp, application/gzip-compressed, text/plain, image/webp, image/eps, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.ms-word, application/acad, text/x-pdf, application/pdf, application/postscript, application/x-jpg, application/x-eps, image/x-ms-bmp, image/x-dwg, application/x-tif, application/vnd.oasis.opendocument.presentation, text/svg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-dxf, application/gzipped, application/x-zip-compressed, application/x-dwg, text/rtf, application/x-autocad, application/x-rar, application/rtf, application/vnd.oasis.opendocument.spreadsheet, application/msword, text/csv, image/vnd.dwg, application/x-pdf, application/eps, image/svg, image/heif, drawing/x-dwg, application/vnd.pdf, application/gzip, image/jpg, application/x-rtf, application/x-rar-compressed, application/dxf, text/pdf, image/heif-sequence, drawing/x-dwf, pplication/vnd.rar, drawing/dwg, application/zip, image/x-tif, image/heic.
|
13175
13192
|
"""
|
13176
13193
|
file: Upload!
|
13177
13194
|
|
@@ -15983,6 +16000,30 @@ type Mutation {
|
|
15983
16000
|
id: ID!
|
15984
16001
|
): AppStorefrontIntegrationDelete
|
15985
16002
|
|
16003
|
+
"""Install new app by using app manifest."""
|
16004
|
+
appInstall(
|
16005
|
+
"""Fields required to install a new app."""
|
16006
|
+
input: AppInstallInput!
|
16007
|
+
): AppInstall @deprecated(reason: "This will be removed on March 2nd, 2025")
|
16008
|
+
|
16009
|
+
"""Retry failed installation of new app."""
|
16010
|
+
appRetryInstall(
|
16011
|
+
"""Determine if app will be set active or not."""
|
16012
|
+
activateAfterInstallation: Boolean = true
|
16013
|
+
|
16014
|
+
"""ID of failed installation."""
|
16015
|
+
id: ID!
|
16016
|
+
): AppRetryInstall @deprecated(reason: "This will be removed on March 2nd, 2025")
|
16017
|
+
|
16018
|
+
"""Delete failed installation."""
|
16019
|
+
appDeleteFailedInstallation(
|
16020
|
+
"""ID of failed installation to delete."""
|
16021
|
+
id: ID!
|
16022
|
+
): AppDeleteFailedInstallation @deprecated(reason: "This will be removed on March 2nd, 2025")
|
16023
|
+
|
16024
|
+
"""Fetch and validate manifest."""
|
16025
|
+
appFetchManifest(manifestUrl: String!): AppFetchManifest @deprecated(reason: "This will be removed on March 2nd, 2025")
|
16026
|
+
|
15986
16027
|
"""Activate the app."""
|
15987
16028
|
appActivate(
|
15988
16029
|
"""ID of app to activate."""
|
@@ -23081,6 +23122,60 @@ type AppStorefrontIntegrationDelete {
|
|
23081
23122
|
appStorefrontIntegration: AppStorefrontIntegration
|
23082
23123
|
}
|
23083
23124
|
|
23125
|
+
"""Install new app by using app manifest."""
|
23126
|
+
type AppInstall {
|
23127
|
+
appErrors: [AppError!]!
|
23128
|
+
appInstallation: AppInstallation
|
23129
|
+
}
|
23130
|
+
|
23131
|
+
input AppInstallInput {
|
23132
|
+
"""Name of the app to install."""
|
23133
|
+
appName: String
|
23134
|
+
|
23135
|
+
"""Url to app's manifest in JSON format."""
|
23136
|
+
manifestUrl: String
|
23137
|
+
|
23138
|
+
"""Determine if app will be set active or not."""
|
23139
|
+
activateAfterInstallation: Boolean = true
|
23140
|
+
|
23141
|
+
"""List of permission code names to assign to this app."""
|
23142
|
+
permissions: [PermissionEnum!]
|
23143
|
+
}
|
23144
|
+
|
23145
|
+
"""Retry failed installation of new app."""
|
23146
|
+
type AppRetryInstall {
|
23147
|
+
appErrors: [AppError!]!
|
23148
|
+
appInstallation: AppInstallation
|
23149
|
+
}
|
23150
|
+
|
23151
|
+
"""Delete failed installation."""
|
23152
|
+
type AppDeleteFailedInstallation {
|
23153
|
+
appErrors: [AppError!]!
|
23154
|
+
appInstallation: AppInstallation
|
23155
|
+
}
|
23156
|
+
|
23157
|
+
"""Fetch and validate manifest."""
|
23158
|
+
type AppFetchManifest {
|
23159
|
+
manifest: Manifest
|
23160
|
+
appErrors: [AppError!]!
|
23161
|
+
}
|
23162
|
+
|
23163
|
+
"""The manifest definition."""
|
23164
|
+
type Manifest {
|
23165
|
+
identifier: String!
|
23166
|
+
version: String!
|
23167
|
+
name: String!
|
23168
|
+
about: String
|
23169
|
+
permissions: [Permission!]
|
23170
|
+
appUrl: String
|
23171
|
+
configurationUrl: String
|
23172
|
+
tokenTargetUrl: String
|
23173
|
+
dataPrivacy: String
|
23174
|
+
dataPrivacyUrl: String
|
23175
|
+
homepageUrl: String
|
23176
|
+
supportUrl: String
|
23177
|
+
}
|
23178
|
+
|
23084
23179
|
"""Activate the app."""
|
23085
23180
|
type AppActivate {
|
23086
23181
|
appErrors: [AppError!]!
|