Skip to content

Commit f8ee5df

Browse files
committed
build(codegen): updating SDK
1 parent 739982e commit f8ee5df

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

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

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3238,7 +3238,7 @@ input CountOnLineItemUnitsInput {
32383238
predicate: String!
32393239
minCount: Int = 1
32403240
maxCount: Int
3241-
excludeCount: Int
3241+
excludeCount: Int @deprecated(reason: "Please use 'triggerPattern' to exclude.")
32423242
}
32433243

32443244
type Counter implements SkipConfiguration {
@@ -8332,14 +8332,6 @@ enum Permission {
83328332
ViewOthersShoppingLists
83338333
}
83348334

8335-
enum Placement {
8336-
"The Order or Cart is placed in-store."
8337-
InStore
8338-
8339-
"The Order or Cart is placed online."
8340-
Online
8341-
}
8342-
83438335
type PlainEnumValue {
83448336
key: String!
83458337
label: String!
@@ -14750,6 +14742,7 @@ input ShippingTargetDraft {
1475014742
}
1475114743

1475214744
input ShippingTargetDraftType {
14745+
addressKey: String!
1475314746
quantity: Long!
1475414747
shippingMethodKey: String
1475514748
}
@@ -14803,6 +14796,7 @@ type ShoppingList implements Versioned & ReferenceExpandable {
1480314796
input ShoppingListDraft {
1480414797
name: [LocalizedStringItemInputType!]!
1480514798
description: [LocalizedStringItemInputType!]
14799+
businessUnit: ResourceIdentifierInput
1480614800
lineItems: [ShoppingListLineItemDraft!] = []
1480714801
textLineItems: [TextLineItemDraft!] = []
1480814802
custom: CustomFieldsDraft
@@ -14828,6 +14822,7 @@ type ShoppingListLineItem {
1482814822
id: String!
1482914823
key: String
1483014824
productId: String!
14825+
published: Boolean!
1483114826
variantId: Int
1483214827
productTypeRef: Reference!
1483314828
productType: ProductTypeDefinition!
@@ -15614,6 +15609,7 @@ enum SubscriptionHealthStatus {
1561415609
ConfigurationErrorDeliveryStopped
1561515610
Healthy
1561615611
ManuallySuspended
15612+
TemporaryError
1561715613
}
1561815614

1561915615
input SubscriptionUpdateAction {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,3 +434,4 @@ bb49fa04d50e4e0267846c7d805ae8ebc254bdea
434434
6d4cd1e87a3eacff648e213aa9aff88292e9b75d
435435
84839875c7243dce1c079f4b0a2b782c24c5810f
436436
c12d33dda145602c607dcf1bb77f503f4508a1ee
437+
0a2a61671b582388c376f777db72dba939ab4608

0 commit comments

Comments
 (0)