Skip to content

Commit 8d2deba

Browse files
committed
build(codegen): updating SDK
1 parent 6339bac commit 8d2deba

2 files changed

Lines changed: 2 additions & 88 deletions

File tree

commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls

Lines changed: 1 addition & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@ type Query {
6464
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
6565
"""
6666
mcpServerType(type: McpServerType!, majorVersion: String): McpServerTypeCatalogEntry
67-
"""
68-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
69-
"""
70-
productsSearch(query: SearchQueryInput, postFilter: SearchQueryInput, sort: [SearchSortingInput!], limit: Int, offset: Int, markMatchingVariants: Boolean, facets: [ProductSearchFacetExpressionInput!]): ProductPagedSearchResponse
67+
productsSearch(query: SearchQueryInput, postFilter: SearchQueryInput, sort: [SearchSortingInput!], limit: Int, offset: Int, markMatchingVariants: Boolean, facets: [ProductSearchFacetExpressionInput!]): ProductPagedSearchResponse
7168
"""
7269
This field can only be used with an access token created with the password flow or with an anonymous session.
7370
@@ -1730,9 +1727,6 @@ type Product implements Versioned & ReviewTarget & ReferenceExpandable {
17301727
lastModifiedBy: Initiator
17311728
}
17321729

1733-
"""
1734-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
1735-
"""
17361730
type ProductPagedSearchResponse {
17371731
total: Long!
17381732
offset: Int
@@ -1741,33 +1735,21 @@ type ProductPagedSearchResponse {
17411735
facets: [ProductSearchFacetResult!]!
17421736
}
17431737

1744-
"""
1745-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
1746-
"""
17471738
type ProductSearchFacetResultBucket implements ProductSearchFacetResult {
17481739
name: String!
17491740
buckets: [ProductSearchFacetResultBucketEntry!]!
17501741
}
17511742

1752-
"""
1753-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
1754-
"""
17551743
type ProductSearchFacetResultBucketEntry {
17561744
key: String!
17571745
count: Int!
17581746
}
17591747

1760-
"""
1761-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
1762-
"""
17631748
type ProductSearchFacetResultCount implements ProductSearchFacetResult {
17641749
name: String!
17651750
value: Long!
17661751
}
17671752

1768-
"""
1769-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
1770-
"""
17711753
type ProductSearchFacetResultStats implements ProductSearchFacetResult {
17721754
name: String!
17731755
min: Json
@@ -1777,9 +1759,6 @@ type ProductSearchFacetResultStats implements ProductSearchFacetResult {
17771759
count: Long!
17781760
}
17791761

1780-
"""
1781-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
1782-
"""
17831762
type ProductSearchResult {
17841763
id: String!
17851764
product(localesProjection: [String!], storeProjection: String): Product!
@@ -9894,9 +9873,6 @@ interface McpServerConfig {
98949873
toolCustomizations: [ToolCustomization!]!
98959874
}
98969875

9897-
"""
9898-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
9899-
"""
99009876
interface ProductSearchFacetResult {
99019877
name: String!
99029878
}
@@ -11126,27 +11102,18 @@ input SetMcpServerToolOutputFormatting {
1112611102
toolOutputFormatting: McpServerToolOutputFormatting
1112711103
}
1112811104

11129-
"""
11130-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11131-
"""
1113211105
input ProductSearchFacetCountExpressionInput {
1113311106
name: String!
1113411107
scope: ProductSearchFacetScopeEnum = all
1113511108
filter: SearchQueryInput
1113611109
level: ProductSearchFacetCountLevelEnum = products
1113711110
}
1113811111

11139-
"""
11140-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11141-
"""
1114211112
input ProductSearchFacetDistinctBucketSortExpressionInput {
1114311113
by: ProductSearchFacetDistinctBucketSortBy!
1114411114
order: SearchSortOrder
1114511115
}
1114611116

11147-
"""
11148-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11149-
"""
1115011117
input ProductSearchFacetDistinctExpressionInput {
1115111118
name: String!
1115211119
scope: ProductSearchFacetScopeEnum
@@ -11161,19 +11128,13 @@ input ProductSearchFacetDistinctExpressionInput {
1116111128
missing: String
1116211129
}
1116311130

11164-
"""
11165-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11166-
"""
1116711131
input ProductSearchFacetExpressionInput {
1116811132
count: ProductSearchFacetCountExpressionInput
1116911133
distinct: ProductSearchFacetDistinctExpressionInput
1117011134
ranges: ProductSearchFacetRangesExpressionInput
1117111135
stats: ProductSearchFacetStatsExpressionInput
1117211136
}
1117311137

11174-
"""
11175-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11176-
"""
1117711138
input ProductSearchFacetRangesExpressionInput {
1117811139
name: String!
1117911140
scope: ProductSearchFacetScopeEnum
@@ -11185,18 +11146,12 @@ input ProductSearchFacetRangesExpressionInput {
1118511146
fieldType: SearchFieldType
1118611147
}
1118711148

11188-
"""
11189-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11190-
"""
1119111149
input ProductSearchFacetRangesFacetRangeInput {
1119211150
from: String
1119311151
to: String
1119411152
key: String
1119511153
}
1119611154

11197-
"""
11198-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11199-
"""
1120011155
input ProductSearchFacetStatsExpressionInput {
1120111156
name: String!
1120211157
scope: ProductSearchFacetScopeEnum
@@ -11205,9 +11160,6 @@ input ProductSearchFacetStatsExpressionInput {
1120511160
fieldType: SearchFieldType
1120611161
}
1120711162

11208-
"""
11209-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11210-
"""
1121111163
input SearchAnyValueExpressionInput {
1121211164
field: String!
1121311165
boost: Float
@@ -11218,9 +11170,6 @@ input SearchAnyValueExpressionInput {
1121811170
caseInsensitive: Boolean
1121911171
}
1122011172

11221-
"""
11222-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11223-
"""
1122411173
input SearchDateRangeExpressionInput {
1122511174
field: String!
1122611175
boost: Float
@@ -11231,9 +11180,6 @@ input SearchDateRangeExpressionInput {
1123111180
lt: Date
1123211181
}
1123311182

11234-
"""
11235-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11236-
"""
1123711183
input SearchDateTimeRangeExpressionInput {
1123811184
field: String!
1123911185
boost: Float
@@ -11244,19 +11190,13 @@ input SearchDateTimeRangeExpressionInput {
1124411190
lt: DateTime
1124511191
}
1124611192

11247-
"""
11248-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11249-
"""
1125011193
input SearchExistsInput {
1125111194
field: String!
1125211195
boost: Float
1125311196
fieldType: SearchFieldType
1125411197
language: String
1125511198
}
1125611199

11257-
"""
11258-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11259-
"""
1126011200
input SearchFilterExpressionInput {
1126111201
and: [SearchQueryInput!]
1126211202
or: [SearchQueryInput!]
@@ -11272,9 +11212,6 @@ input SearchFilterExpressionInput {
1127211212
fuzzy: SearchFuzzyExpressionInput
1127311213
}
1127411214

11275-
"""
11276-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11277-
"""
1127811215
input SearchFullTextExpressionInput {
1127911216
field: String!
1128011217
boost: Float
@@ -11284,9 +11221,6 @@ input SearchFullTextExpressionInput {
1128411221
mustMatch: SearchMatchType
1128511222
}
1128611223

11287-
"""
11288-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11289-
"""
1129011224
input SearchFullTextPrefixInput {
1129111225
field: String!
1129211226
boost: Float
@@ -11296,9 +11230,6 @@ input SearchFullTextPrefixInput {
1129611230
mustMatch: SearchMatchType
1129711231
}
1129811232

11299-
"""
11300-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11301-
"""
1130211233
input SearchFuzzyExpressionInput {
1130311234
field: String!
1130411235
boost: Float
@@ -11309,9 +11240,6 @@ input SearchFuzzyExpressionInput {
1130911240
mustMatch: SearchMatchType
1131011241
}
1131111242

11312-
"""
11313-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11314-
"""
1131511243
input SearchLongRangeExpressionInput {
1131611244
field: String!
1131711245
boost: Float
@@ -11322,9 +11250,6 @@ input SearchLongRangeExpressionInput {
1132211250
lt: Long
1132311251
}
1132411252

11325-
"""
11326-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11327-
"""
1132811253
input SearchNumberRangeExpressionInput {
1132911254
field: String!
1133011255
boost: Float
@@ -11335,9 +11260,6 @@ input SearchNumberRangeExpressionInput {
1133511260
lt: Float
1133611261
}
1133711262

11338-
"""
11339-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11340-
"""
1134111263
input SearchQueryInput {
1134211264
and: [SearchQueryInput!]
1134311265
or: [SearchQueryInput!]
@@ -11353,9 +11275,6 @@ input SearchQueryInput {
1135311275
fuzzy: SearchFuzzyExpressionInput
1135411276
}
1135511277

11356-
"""
11357-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11358-
"""
1135911278
input SearchQueryRangeExpressionInput {
1136011279
date: SearchDateRangeExpressionInput
1136111280
datetime: SearchDateTimeRangeExpressionInput
@@ -11364,9 +11283,6 @@ input SearchQueryRangeExpressionInput {
1136411283
float: SearchNumberRangeExpressionInput
1136511284
}
1136611285

11367-
"""
11368-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11369-
"""
1137011286
input SearchSortingInput {
1137111287
field: String!
1137211288
language: String
@@ -11376,9 +11292,6 @@ input SearchSortingInput {
1137611292
filter: SearchFilterExpressionInput
1137711293
}
1137811294

11379-
"""
11380-
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
11381-
"""
1138211295
input SearchTimeRangeExpressionInput {
1138311296
field: String!
1138411297
boost: Float

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,3 +566,4 @@ c773d9a208513584341545a4dd323673d09a4f74
566566
7404bc7e49c6a60a4210a5f3e776810e2c8bdf77
567567
fcb27938a97f506a41f873de9aee883686e9f755
568568
77410a43802d87bb491c829a03517bbe95797997
569+
131290cf309789377efacd1e9c5da4c219f29abe

0 commit comments

Comments
 (0)