@nautical-commerce/graphql-schema 1.81.0-2-gbcbfc635f → 1.81.0-21-g0f1d17b45
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 +61 -11
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -1859,6 +1859,14 @@ type Query {
|
|
1859
1859
|
last: Int
|
1860
1860
|
): UserCountableConnection!
|
1861
1861
|
|
1862
|
+
"""
|
1863
|
+
List of SSO integrations that are active and can be used to authenticate users.
|
1864
|
+
"""
|
1865
|
+
ssoIntegrations(
|
1866
|
+
"""Whether the SSO integration is for the dashboard."""
|
1867
|
+
isDashboard: Boolean!
|
1868
|
+
): [SSOIntegration!]!
|
1869
|
+
|
1862
1870
|
"""Look up a user by ID."""
|
1863
1871
|
user(
|
1864
1872
|
"""ID of the user."""
|
@@ -3239,9 +3247,6 @@ type MarketplaceConfiguration {
|
|
3239
3247
|
|
3240
3248
|
"""URL of a view where customers can set their password."""
|
3241
3249
|
customerSetPasswordUrl: String
|
3242
|
-
|
3243
|
-
"""Include taxes in prices."""
|
3244
|
-
includeTaxesInPrices: Boolean! @deprecated(reason: "This will be removed on April 29, 2025.")
|
3245
3250
|
chargeTaxesOnShipping: Boolean!
|
3246
3251
|
|
3247
3252
|
"""
|
@@ -5997,6 +6002,9 @@ type NauticalOrder implements Node & ObjectWithMetadata {
|
|
5997
6002
|
vatIdentificationNumber: String
|
5998
6003
|
mpVatIdentificationNumber: String
|
5999
6004
|
token: String!
|
6005
|
+
|
6006
|
+
"""Token of the checkout instance that this order was created from."""
|
6007
|
+
checkoutToken: String
|
6000
6008
|
voucher: Voucher
|
6001
6009
|
shippingDiscount: Money
|
6002
6010
|
discount: Money
|
@@ -8884,9 +8892,6 @@ type Shop {
|
|
8884
8892
|
"""List of possible phone prefixes."""
|
8885
8893
|
phonePrefixes: [String!]!
|
8886
8894
|
|
8887
|
-
"""Include taxes in prices."""
|
8888
|
-
includeTaxesInPrices: Boolean! @deprecated(reason: "This will be removed on April 29, 2025.")
|
8889
|
-
|
8890
8895
|
"""Charge taxes on shipping."""
|
8891
8896
|
chargeTaxesOnShipping: Boolean!
|
8892
8897
|
|
@@ -12044,6 +12049,29 @@ enum StaffMemberStatus {
|
|
12044
12049
|
DEACTIVATED
|
12045
12050
|
}
|
12046
12051
|
|
12052
|
+
"""Represents a SSO integration."""
|
12053
|
+
type SSOIntegration implements Node {
|
12054
|
+
"""The ID of the SSO integration."""
|
12055
|
+
id: ID!
|
12056
|
+
|
12057
|
+
"""The name of the SSO integration."""
|
12058
|
+
name: SSOProviderEnum!
|
12059
|
+
|
12060
|
+
"""Whether the SSO integration is enabled."""
|
12061
|
+
isActive: Boolean!
|
12062
|
+
|
12063
|
+
"""The URL to authorize the SSO integration."""
|
12064
|
+
oauthAuthorizationUrl: String!
|
12065
|
+
}
|
12066
|
+
|
12067
|
+
enum SSOProviderEnum {
|
12068
|
+
"""Google"""
|
12069
|
+
GOOGLE
|
12070
|
+
|
12071
|
+
"""Keycloak"""
|
12072
|
+
KEYCLOAK
|
12073
|
+
}
|
12074
|
+
|
12047
12075
|
union _Entity = WishlistItem | Wishlist | User | Address | ProductVariant | Product | Category | ProductType | App | Collection | ProductImage | ProductStatusLog | Group
|
12048
12076
|
|
12049
12077
|
scalar _Any
|
@@ -12084,7 +12112,7 @@ type Mutation {
|
|
12084
12112
|
description: String
|
12085
12113
|
|
12086
12114
|
"""
|
12087
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
12115
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/csv, application/x-tar, text/svg, image/x-dxf, drawing/x-dwg, image/x-dwg, application/x-acad, application/dwg, image/heic, application/vnd.ms-powerpoint, application/vnd.oasis.opendocument.presentation, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, drawing/x-dwf, application/rtf, image/tif, image/svg, application/eps, image/tiff, image/heif-sequence, image/x-tiff, image/jpeg, application/tif, application/x-tif, drawing/dwg, application/gzip, text/rtf, application/x-pdf, application/x-autocad, application/x-dxf, application/vnd.pdf, application/x-eps, image/svg+xml, application/postscript, application/x-jpg, image/heic-sequence, application/excel, application/gzip-compressed, image/x-tif, application/x-rtf, image/png, application/x-rar, application/gzipped, text/pdf, text/csv, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-rar-compressed, text/x-pdf, application/zip, image/heif, application/pdf, application/x-tiff, image/dxf, application/vnd.ms-word, image/x-eps, application/vnd.oasis.opendocument.text, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-bmp, image/bmp, image/eps, text/comma-separated-values, application/x-dwg, pplication/vnd.rar, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-ms-bmp, image/gif, application/acad, application/vnd.ms-excel, application/x-gzip, application/tiff, application/acrobat, application/svg+xml, application/x-zip-compressed, application/msword, image/vnd.dwg, text/plain, text/x-csv, image/jpg, image/webp, application/vnd.oasis.opendocument.spreadsheet, application/dxf, text/x-comma-separated-values, application/x-csv, text/svg-xml, application/jpg.
|
12088
12116
|
"""
|
12089
12117
|
file: Upload!
|
12090
12118
|
|
@@ -14305,7 +14333,7 @@ type Mutation {
|
|
14305
14333
|
exchangeRatesRefresh(
|
14306
14334
|
"""ID of the plugin to use to refresh exchange rates."""
|
14307
14335
|
plugin: String!
|
14308
|
-
): ExchangeRatesRefresh
|
14336
|
+
): ExchangeRatesRefresh @deprecated(reason: "This will be removed on Aug 2, 2025")
|
14309
14337
|
|
14310
14338
|
"""Create a checkout event."""
|
14311
14339
|
checkoutEventTriggered(
|
@@ -14978,6 +15006,18 @@ type Mutation {
|
|
14978
15006
|
token: String!
|
14979
15007
|
): EmailChangeConfirm
|
14980
15008
|
|
15009
|
+
"""Login via SSO."""
|
15010
|
+
ssoLogin(
|
15011
|
+
"""The oauth code"""
|
15012
|
+
code: String!
|
15013
|
+
|
15014
|
+
"""Whether the user is logging in to the dashboard"""
|
15015
|
+
isDashboard: Boolean!
|
15016
|
+
|
15017
|
+
"""The oauth state"""
|
15018
|
+
state: String!
|
15019
|
+
): SSOLogin
|
15020
|
+
|
14981
15021
|
"""Create a new address for the customer."""
|
14982
15022
|
accountAddressCreate(
|
14983
15023
|
"""Fields required to create address."""
|
@@ -15486,9 +15526,6 @@ input MarketplaceConfigurationInput {
|
|
15486
15526
|
"""URL of a view where customers can set their password."""
|
15487
15527
|
customerSetPasswordUrl: String
|
15488
15528
|
|
15489
|
-
"""Include taxes in prices."""
|
15490
|
-
includeTaxesInPrices: Boolean @deprecated(reason: "This will be removed on April 29, 2025.")
|
15491
|
-
|
15492
15529
|
"""Charge taxes on shipping."""
|
15493
15530
|
chargeTaxesOnShipping: Boolean
|
15494
15531
|
}
|
@@ -21920,6 +21957,19 @@ type EmailChangeConfirm {
|
|
21920
21957
|
accountErrors: [AccountError!]!
|
21921
21958
|
}
|
21922
21959
|
|
21960
|
+
"""Login via SSO."""
|
21961
|
+
type SSOLogin {
|
21962
|
+
"""JWT token, required to authenticate."""
|
21963
|
+
token: String
|
21964
|
+
|
21965
|
+
"""JWT refresh token, required to re-generate access token."""
|
21966
|
+
refreshToken: String
|
21967
|
+
|
21968
|
+
"""A user instance."""
|
21969
|
+
user: User
|
21970
|
+
accountErrors: [AccountError!]!
|
21971
|
+
}
|
21972
|
+
|
21923
21973
|
"""Create a new address for the customer."""
|
21924
21974
|
type AccountAddressCreate {
|
21925
21975
|
"""A user instance for which the address was created."""
|