@nautical-commerce/graphql-schema 1.73.0-27-g00424d590 → 1.73.0-29-gade2f4d05
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 +31 -31
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -742,7 +742,7 @@ type Query {
|
|
742
742
|
priceBook(
|
743
743
|
"""ID of a price book."""
|
744
744
|
id: ID!
|
745
|
-
): PriceBook
|
745
|
+
): PriceBook @deprecated(reason: "Price books will be removed on June 11, 2025")
|
746
746
|
|
747
747
|
"""List of price books."""
|
748
748
|
priceBooks(
|
@@ -763,7 +763,7 @@ type Query {
|
|
763
763
|
|
764
764
|
"""Return the last n elements from the list."""
|
765
765
|
last: Int
|
766
|
-
): PriceBookCountableConnection
|
766
|
+
): PriceBookCountableConnection @deprecated(reason: "Price books will be removed on June 11, 2025")
|
767
767
|
|
768
768
|
"""List of price book variants in."""
|
769
769
|
priceBookVariants(
|
@@ -790,7 +790,7 @@ type Query {
|
|
790
790
|
|
791
791
|
"""Return the last n elements from the list."""
|
792
792
|
last: Int
|
793
|
-
): PriceBookVariantCountableConnection
|
793
|
+
): PriceBookVariantCountableConnection @deprecated(reason: "Price books will be removed on June 11, 2025")
|
794
794
|
|
795
795
|
"""List of price book products."""
|
796
796
|
priceBookProducts(
|
@@ -817,7 +817,7 @@ type Query {
|
|
817
817
|
|
818
818
|
"""Return the last n elements from the list."""
|
819
819
|
last: Int
|
820
|
-
): PriceBookProductCountableConnection
|
820
|
+
): PriceBookProductCountableConnection @deprecated(reason: "Price books will be removed on June 11, 2025")
|
821
821
|
|
822
822
|
"""List of price book product types."""
|
823
823
|
priceBookProductTypes(
|
@@ -844,7 +844,7 @@ type Query {
|
|
844
844
|
|
845
845
|
"""Return the last n elements from the list."""
|
846
846
|
last: Int
|
847
|
-
): PriceBookProductTypeCountableConnection
|
847
|
+
): PriceBookProductTypeCountableConnection @deprecated(reason: "Price books will be removed on June 11, 2025")
|
848
848
|
|
849
849
|
"""List of price book variants in history table."""
|
850
850
|
priceBookVariantsHistory(
|
@@ -871,7 +871,7 @@ type Query {
|
|
871
871
|
|
872
872
|
"""Return the last n elements from the list."""
|
873
873
|
last: Int
|
874
|
-
): PriceBookVariantHistoryCountableConnection
|
874
|
+
): PriceBookVariantHistoryCountableConnection @deprecated(reason: "Price books will be removed on June 11, 2025")
|
875
875
|
|
876
876
|
"""List of price book products in history table."""
|
877
877
|
priceBookProductsHistory(
|
@@ -898,7 +898,7 @@ type Query {
|
|
898
898
|
|
899
899
|
"""Return the last n elements from the list."""
|
900
900
|
last: Int
|
901
|
-
): PriceBookProductHistoryCountableConnection
|
901
|
+
): PriceBookProductHistoryCountableConnection @deprecated(reason: "Price books will be removed on June 11, 2025")
|
902
902
|
|
903
903
|
"""List of price book product types in history tables."""
|
904
904
|
priceBookProductTypesHistory(
|
@@ -925,7 +925,7 @@ type Query {
|
|
925
925
|
|
926
926
|
"""Return the last n elements from the list."""
|
927
927
|
last: Int
|
928
|
-
): PriceBookProductTypeHistoryCountableConnection
|
928
|
+
): PriceBookProductTypeHistoryCountableConnection @deprecated(reason: "Price books will be removed on June 11, 2025")
|
929
929
|
|
930
930
|
"""Look up users attached to a price book by ID."""
|
931
931
|
priceBookUsers(
|
@@ -946,7 +946,7 @@ type Query {
|
|
946
946
|
|
947
947
|
"""Return the last n elements from the list."""
|
948
948
|
last: Int
|
949
|
-
): UserCountableConnection
|
949
|
+
): UserCountableConnection @deprecated(reason: "Price books will be removed on June 11, 2025")
|
950
950
|
|
951
951
|
"""Look up a plugin by ID."""
|
952
952
|
plugin(
|
@@ -2516,7 +2516,7 @@ type User implements Node & ObjectWithMetadata {
|
|
2516
2516
|
documents: [Document!]!
|
2517
2517
|
|
2518
2518
|
"""Returns values of price book the user is added to"""
|
2519
|
-
priceBook: PriceBook
|
2519
|
+
priceBook: PriceBook @deprecated(reason: "Price books will be removed on June 11, 2025")
|
2520
2520
|
|
2521
2521
|
"""
|
2522
2522
|
If null, then the environment isn't set and they don't have dashboard reporting enabled
|
@@ -5794,7 +5794,7 @@ type OrderLine implements Node & ObjectWithMetadata {
|
|
5794
5794
|
allocations: [Allocation!]
|
5795
5795
|
|
5796
5796
|
"""The pricebook, if any, that changed the price of this line."""
|
5797
|
-
priceBook: PriceBook
|
5797
|
+
priceBook: PriceBook @deprecated(reason: "Price books will be removed on June 11, 2025")
|
5798
5798
|
|
5799
5799
|
"""The number of items ordered on this order line."""
|
5800
5800
|
quantityOrdered: Int!
|
@@ -5893,7 +5893,7 @@ type NauticalOrderLine implements Node & ObjectWithMetadata {
|
|
5893
5893
|
translatedVariantName: String!
|
5894
5894
|
|
5895
5895
|
"""The pricebook, if any, that changed the price of this line"""
|
5896
|
-
priceBook: PriceBook
|
5896
|
+
priceBook: PriceBook @deprecated(reason: "Price books will be removed on June 11, 2025")
|
5897
5897
|
|
5898
5898
|
"""The related orderline attached to the connected seller order"""
|
5899
5899
|
sellerOrderline: OrderLine
|
@@ -13167,7 +13167,7 @@ type Mutation {
|
|
13167
13167
|
description: String
|
13168
13168
|
|
13169
13169
|
"""
|
13170
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/
|
13170
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/svg, application/x-tar, application/x-pdf, application/tiff, application/gzip, image/heif-sequence, image/eps, application/x-csv, image/svg+xml, application/x-tiff, image/bmp, pplication/vnd.rar, application/vnd.ms-excel, image/x-bmp, application/postscript, application/dwg, text/rtf, application/pdf, application/gzip-compressed, text/comma-separated-values, application/msword, image/vnd.dwg, application/acrobat, image/heic, text/x-comma-separated-values, application/x-gzip, image/x-dxf, drawing/x-dwg, text/svg, text/csv, application/csv, text/pdf, application/x-autocad, image/gif, image/x-dwg, application/x-zip-compressed, application/dxf, application/gzipped, text/x-pdf, application/vnd.oasis.opendocument.spreadsheet, image/dxf, application/acad, application/eps, application/x-rtf, image/x-ms-bmp, image/webp, application/vnd.oasis.opendocument.presentation, image/x-tiff, application/zip, image/png, image/x-eps, image/x-tif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/tif, application/svg+xml, application/vnd.ms-powerpoint, application/rtf, image/jpg, application/vnd.pdf, image/jpeg, application/vnd.ms-word, application/excel, application/vnd.oasis.opendocument.text, application/x-eps, text/x-csv, application/x-rar, application/jpg, text/svg-xml, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-dxf, application/x-rar-compressed, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-jpg, image/heif, drawing/x-dwf, image/heic-sequence, image/tif, application/x-dwg, drawing/dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-acad, image/tiff, application/x-tif, text/plain.
|
13171
13171
|
"""
|
13172
13172
|
file: Upload!
|
13173
13173
|
|
@@ -14015,7 +14015,7 @@ type Mutation {
|
|
14015
14015
|
priceBookCreate(
|
14016
14016
|
"""Fields required to create a price book."""
|
14017
14017
|
input: PriceBookCreateInput!
|
14018
|
-
): PriceBookCreate
|
14018
|
+
): PriceBookCreate @deprecated(reason: "Price books will be removed on June 11, 2025")
|
14019
14019
|
|
14020
14020
|
"""Updates an existing price book."""
|
14021
14021
|
priceBookUpdate(
|
@@ -14024,25 +14024,25 @@ type Mutation {
|
|
14024
14024
|
|
14025
14025
|
"""Fields required to update a price book."""
|
14026
14026
|
input: PriceBookUpdateInput!
|
14027
|
-
): PriceBookUpdate
|
14027
|
+
): PriceBookUpdate @deprecated(reason: "Price books will be removed on June 11, 2025")
|
14028
14028
|
|
14029
14029
|
"""Deletes a price book."""
|
14030
14030
|
priceBookDelete(
|
14031
14031
|
"""ID of a price book to delete."""
|
14032
14032
|
id: ID!
|
14033
|
-
): PriceBookDelete
|
14033
|
+
): PriceBookDelete @deprecated(reason: "Price books will be removed on June 11, 2025")
|
14034
14034
|
|
14035
14035
|
"""Deletes price books."""
|
14036
14036
|
priceBookBulkDelete(
|
14037
14037
|
"""List of price book IDs to delete."""
|
14038
14038
|
ids: [ID!]!
|
14039
|
-
): PriceBookBulkDelete
|
14039
|
+
): PriceBookBulkDelete @deprecated(reason: "Price books will be removed on June 11, 2025")
|
14040
14040
|
|
14041
14041
|
"""Add a variant to price book."""
|
14042
14042
|
priceBookVariantCreate(
|
14043
14043
|
"""Fields required to add a price book variant."""
|
14044
14044
|
input: PriceBookVariantCreateInput!
|
14045
|
-
): PriceBookVariantCreate
|
14045
|
+
): PriceBookVariantCreate @deprecated(reason: "Price books will be removed on June 11, 2025")
|
14046
14046
|
|
14047
14047
|
"""Updates an existing price book variant."""
|
14048
14048
|
priceBookVariantUpdate(
|
@@ -14051,25 +14051,25 @@ type Mutation {
|
|
14051
14051
|
|
14052
14052
|
"""Fields required to update a price book variant."""
|
14053
14053
|
input: PriceBookVariantUpdateInput!
|
14054
|
-
): PriceBookVariantUpdate
|
14054
|
+
): PriceBookVariantUpdate @deprecated(reason: "Price books will be removed on June 11, 2025")
|
14055
14055
|
|
14056
14056
|
"""Deletes a price book variant."""
|
14057
14057
|
priceBookVariantDelete(
|
14058
14058
|
"""ID of a price book variant to delete."""
|
14059
14059
|
id: ID!
|
14060
|
-
): PriceBookVariantDelete
|
14060
|
+
): PriceBookVariantDelete @deprecated(reason: "Price books will be removed on June 11, 2025")
|
14061
14061
|
|
14062
14062
|
"""Deletes price book's variants."""
|
14063
14063
|
priceBookVariantBulkDelete(
|
14064
14064
|
"""List of price book variant IDs to delete."""
|
14065
14065
|
ids: [ID!]!
|
14066
|
-
): PriceBookVariantBulkDelete
|
14066
|
+
): PriceBookVariantBulkDelete @deprecated(reason: "Price books will be removed on June 11, 2025")
|
14067
14067
|
|
14068
14068
|
"""Add a product to price book."""
|
14069
14069
|
priceBookProductCreate(
|
14070
14070
|
"""Fields required to add a price book product."""
|
14071
14071
|
input: PriceBookProductCreateInput!
|
14072
|
-
): PriceBookProductCreate
|
14072
|
+
): PriceBookProductCreate @deprecated(reason: "Price books will be removed on June 11, 2025")
|
14073
14073
|
|
14074
14074
|
"""Updates an existing price book product."""
|
14075
14075
|
priceBookProductUpdate(
|
@@ -14078,25 +14078,25 @@ type Mutation {
|
|
14078
14078
|
|
14079
14079
|
"""Fields required to update a price book product."""
|
14080
14080
|
input: PriceBookProductUpdateInput!
|
14081
|
-
): PriceBookProductUpdate
|
14081
|
+
): PriceBookProductUpdate @deprecated(reason: "Price books will be removed on June 11, 2025")
|
14082
14082
|
|
14083
14083
|
"""Deletes a price book product."""
|
14084
14084
|
priceBookProductDelete(
|
14085
14085
|
"""ID of a price book product to delete."""
|
14086
14086
|
id: ID!
|
14087
|
-
): PriceBookProductDelete
|
14087
|
+
): PriceBookProductDelete @deprecated(reason: "Price books will be removed on June 11, 2025")
|
14088
14088
|
|
14089
14089
|
"""Deletes price book's products."""
|
14090
14090
|
priceBookProductBulkDelete(
|
14091
14091
|
"""List of price book product IDs to delete."""
|
14092
14092
|
ids: [ID!]!
|
14093
|
-
): PriceBookProductBulkDelete
|
14093
|
+
): PriceBookProductBulkDelete @deprecated(reason: "Price books will be removed on June 11, 2025")
|
14094
14094
|
|
14095
14095
|
"""Add a product type to price book."""
|
14096
14096
|
priceBookProductTypeCreate(
|
14097
14097
|
"""Fields required to add a price book product type."""
|
14098
14098
|
input: PriceBookProductTypeCreateInput!
|
14099
|
-
): PriceBookProductTypeCreate
|
14099
|
+
): PriceBookProductTypeCreate @deprecated(reason: "Price books will be removed on June 11, 2025")
|
14100
14100
|
|
14101
14101
|
"""Updates an existing price book product type."""
|
14102
14102
|
priceBookProductTypeUpdate(
|
@@ -14105,31 +14105,31 @@ type Mutation {
|
|
14105
14105
|
|
14106
14106
|
"""Fields required to update a price book product type."""
|
14107
14107
|
input: PriceBookProductTypeUpdateInput!
|
14108
|
-
): PriceBookProductTypeUpdate
|
14108
|
+
): PriceBookProductTypeUpdate @deprecated(reason: "Price books will be removed on June 11, 2025")
|
14109
14109
|
|
14110
14110
|
"""Deletes a price book product type."""
|
14111
14111
|
priceBookProductTypeDelete(
|
14112
14112
|
"""ID of a price book product type to delete."""
|
14113
14113
|
id: ID!
|
14114
|
-
): PriceBookProductTypeDelete
|
14114
|
+
): PriceBookProductTypeDelete @deprecated(reason: "Price books will be removed on June 11, 2025")
|
14115
14115
|
|
14116
14116
|
"""Deletes price book's product types."""
|
14117
14117
|
priceBookProductTypeBulkDelete(
|
14118
14118
|
"""List of price book product type IDs to delete."""
|
14119
14119
|
ids: [ID!]!
|
14120
|
-
): PriceBookProductTypeBulkDelete
|
14120
|
+
): PriceBookProductTypeBulkDelete @deprecated(reason: "Price books will be removed on June 11, 2025")
|
14121
14121
|
|
14122
14122
|
"""Add a user to price book."""
|
14123
14123
|
userAddToPriceBook(
|
14124
14124
|
"""Fields required to add a user to price book."""
|
14125
14125
|
input: UserAddToPriceBookInput!
|
14126
|
-
): UserAddToPriceBook
|
14126
|
+
): UserAddToPriceBook @deprecated(reason: "Price books will be removed on June 11, 2025")
|
14127
14127
|
|
14128
14128
|
"""Removes a user from price book."""
|
14129
14129
|
userRemoveFromPriceBook(
|
14130
14130
|
"""ID of user to be removed from price book."""
|
14131
14131
|
id: ID!
|
14132
|
-
): UserRemoveFromPriceBook
|
14132
|
+
): UserRemoveFromPriceBook @deprecated(reason: "Price books will be removed on June 11, 2025")
|
14133
14133
|
|
14134
14134
|
"""Creates a new category."""
|
14135
14135
|
categoryCreate(
|