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