Skip to content

Commit 5245a16

Browse files
Merge pull request #862 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 2559f6f + 851ae92 commit 5245a16

File tree

54 files changed

+695
-692
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+695
-692
lines changed

changes.md

Lines changed: 4 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,15 @@
11
**Api changes**
22

33
<details>
4-
<summary>Added QueryParameter(s)</summary>
4+
<summary>Required Property(s)</summary>
55

6-
- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products`
7-
- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products`
8-
- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections`
9-
- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/key={key}`
10-
- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/key={key}`
11-
- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/key={key}`
12-
- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/{ID}`
13-
- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/{ID}`
14-
- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/{ID}`
15-
- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/search`
16-
- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/key={key}`
17-
- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/{ID}`
18-
- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/key={key}`
19-
- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/{ID}`
6+
- changed property `facets` of type `ProductProjectionPagedSearchResponse` to be optional
207
</details>
218

229

2310
<details>
24-
<summary>Added Type(s)</summary>
11+
<summary>Removed QueryParameter(s)</summary>
2512

26-
- added type `CustomerGroupAssignment`
27-
- added type `CustomerGroupAssignmentDraft`
28-
- added type `CustomerAddCustomerGroupAssignmentAction`
29-
- added type `CustomerRemoveCustomerGroupAssignmentAction`
30-
- added type `CustomerSetCustomerGroupAssignmentsAction`
31-
- added type `CustomerGroupAssignmentAddedMessage`
32-
- added type `CustomerGroupAssignmentRemovedMessage`
33-
- added type `CustomerGroupAssignmentsSetMessage`
34-
- added type `CustomerGroupAssignmentAddedMessagePayload`
35-
- added type `CustomerGroupAssignmentRemovedMessagePayload`
36-
- added type `CustomerGroupAssignmentsSetMessagePayload`
37-
</details>
38-
39-
40-
<details>
41-
<summary>Added Property(s)</summary>
42-
43-
- added property `customerGroupAssignments` to type `Customer`
44-
- added property `customerGroupAssignments` to type `CustomerDraft`
45-
- added property `priceCustomerGroupAssignments` to type `ProductSearchProjectionParams`
13+
- :warning: removed query parameter `withTotal` from method `get /{projectKey}/product-projections/search`
4614
</details>
4715

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,7 +1850,6 @@ type CartDiscountLimitsProjection {
18501850
totalActiveWithoutDiscountCodes: CartDiscountLimitWithCurrent!
18511851
}
18521852

1853-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
18541853
type CartDiscountPatternTarget implements CartDiscountTarget {
18551854
triggerPattern: [PatternComponent!]!
18561855
targetPattern: [PatternComponent!]!
@@ -1859,7 +1858,6 @@ type CartDiscountPatternTarget implements CartDiscountTarget {
18591858
type: String!
18601859
}
18611860

1862-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
18631861
input CartDiscountPatternTargetInput {
18641862
triggerPattern: [PatternComponentInput!]!
18651863
targetPattern: [PatternComponentInput!]!
@@ -1915,8 +1913,6 @@ input CartDiscountTargetInput {
19151913
multiBuyLineItems: MultiBuyLineItemsTargetInput
19161914
multiBuyCustomLineItems: MultiBuyCustomLineItemsTargetInput
19171915
totalPrice: CartDiscountTotalPriceTargetInput
1918-
1919-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
19201916
pattern: CartDiscountPatternTargetInput
19211917
}
19221918

@@ -3131,8 +3127,6 @@ input ConfluentCloudDestinationInput {
31313127
key: String
31323128
}
31333129

3134-
3135-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
31363130
type CountOnCustomLineItemUnits implements PatternComponent {
31373131
predicate: String!
31383132
minCount: Int
@@ -3141,15 +3135,13 @@ type CountOnCustomLineItemUnits implements PatternComponent {
31413135
type: String!
31423136
}
31433137

3144-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
31453138
input CountOnCustomLineItemUnitsInput {
31463139
predicate: String!
31473140
minCount: Int = 1
31483141
maxCount: Int
31493142
excludeCount: Int @deprecated(reason: "Please use 'triggerPattern' to exclude.")
31503143
}
31513144

3152-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
31533145
type CountOnLineItemUnits implements PatternComponent {
31543146
predicate: String!
31553147
minCount: Int
@@ -3158,7 +3150,6 @@ type CountOnLineItemUnits implements PatternComponent {
31583150
type: String!
31593151
}
31603152

3161-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
31623153
input CountOnLineItemUnitsInput {
31633154
predicate: String!
31643155
minCount: Int = 1
@@ -7485,12 +7476,10 @@ type ParcelTrackingDataUpdated implements MessagePayload & OrderMessagePayload {
74857476
type: String!
74867477
}
74877478

7488-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
74897479
interface PatternComponent {
74907480
type: String!
74917481
}
74927482

7493-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
74947483
input PatternComponentInput {
74957484
CountOnLineItemUnits: CountOnLineItemUnitsInput
74967485
CountOnCustomLineItemUnits: CountOnCustomLineItemUnitsInput

0 commit comments

Comments
 (0)