Skip to content
Closed
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ scalar Country
scalar Currency
scalar KeyReferenceInput
scalar Locale
scalar Set
scalar YearMonth
type Product implements Versioned & ReviewTarget & ReferenceExpandable {
id: String!
Expand Down Expand Up @@ -3162,14 +3161,14 @@ type ImportStagedOrderCustomLineItemStateOutput implements StagedOrderUpdateActi
type: String!
customLineItemId: String
customLineItemKey: String
state: Set!
state: [ItemState!]!
}

type ImportStagedOrderLineItemStateOutput implements StagedOrderUpdateActionOutput {
type: String!
lineItemId: String
lineItemKey: String
state: Set!
state: [ItemState!]!
}

type InStore implements CartDiscountQueryInterface & CartQueryInterface & CustomerActiveCartInterface & OrderQueryInterface & CustomerQueryInterface & ShippingMethodsByCartInterface & MeFieldInterface {
Expand Down Expand Up @@ -4093,31 +4092,17 @@ type Mutation {
"""Queries with specified key"""
key: String
): TaxCategory
createDiscountCode(
draft: DiscountCodeDraft!
"""
The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions.
"""
storeKey: KeyReferenceInput
): DiscountCode
createDiscountCode(draft: DiscountCodeDraft!): DiscountCode
updateDiscountCode(
version: Long!
actions: [DiscountCodeUpdateAction!]!
"""
The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions.
"""
storeKey: KeyReferenceInput
"""Queries with specified ID"""
id: String
"""Queries with specified key"""
key: String
): DiscountCode
deleteDiscountCode(
version: Long!
"""
The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions.
"""
storeKey: KeyReferenceInput
"""Queries with specified ID"""
id: String
"""Queries with specified key"""
Expand Down Expand Up @@ -5464,7 +5449,7 @@ type OrderLineItemRemoved implements MessagePayload & OrderMessagePayload {
lineItemKey: String
removedQuantity: Long!
newQuantity: Long!
newState: Set!
newState: [ItemState!]!
newTotalPrice: Money!
newPrice: ProductPrice
newShippingDetails: ItemShippingDetails
Expand Down Expand Up @@ -6169,7 +6154,7 @@ type ProductData {
}

type ProductDeleted implements MessagePayload {
removedImageUrls: Set!
removedImageUrls: [String!]!
currentProjection: ProductProjectionMessagePayload
type: String!
}
Expand Down Expand Up @@ -6662,7 +6647,7 @@ type ProductRemovedFromCategory implements MessagePayload {
}

type ProductRevertedStagedChanges implements MessagePayload {
removedImageUrls: Set!
removedImageUrls: [String!]!
type: String!
}

Expand Down Expand Up @@ -7293,7 +7278,7 @@ type ProductVariantAvailabilityWithChannels {
}

type ProductVariantDeleted implements MessagePayload {
removedImageUrls: Set!
removedImageUrls: [String!]!
variant: ProductVariant
staged: Boolean
type: String!
Expand Down Expand Up @@ -10375,6 +10360,14 @@ enum ChosenDiscountType {
CartDiscount
ProductDiscount
}
enum VersionControl {
On
Off
}
enum BulkUpdateVariantsItemStatus {
Success
Fail
}
enum BusinessUnitStatus {
Active
Inactive
Expand Down
6 changes: 3 additions & 3 deletions licenses/commercetools-apachehttp-client/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-core",
"moduleVersion": "2.21.3",
"moduleVersion": "2.21.4",
"moduleUrls": [
"https://github.com/FasterXML/jackson-core"
],
Expand All @@ -28,7 +28,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
"moduleVersion": "2.21.3",
"moduleVersion": "2.21.4",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -41,7 +41,7 @@
},
{
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
"moduleVersion": "2.21.3",
"moduleVersion": "2.21.4",
"moduleUrls": [
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
],
Expand Down
34 changes: 17 additions & 17 deletions licenses/commercetools-async-http-client/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-core",
"moduleVersion": "2.21.3",
"moduleVersion": "2.21.4",
"moduleUrls": [
"https://github.com/FasterXML/jackson-core"
],
Expand All @@ -28,7 +28,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
"moduleVersion": "2.21.3",
"moduleVersion": "2.21.4",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -41,7 +41,7 @@
},
{
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
"moduleVersion": "2.21.3",
"moduleVersion": "2.21.4",
"moduleUrls": [
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
],
Expand Down Expand Up @@ -141,7 +141,7 @@
},
{
"moduleName": "io.netty:netty-buffer",
"moduleVersion": "4.2.13.Final",
"moduleVersion": "4.2.14.Final",
"moduleUrls": [
"https://netty.io/"
],
Expand All @@ -154,7 +154,7 @@
},
{
"moduleName": "io.netty:netty-codec",
"moduleVersion": "4.2.13.Final",
"moduleVersion": "4.2.14.Final",
"moduleUrls": [
"https://netty.io/"
],
Expand All @@ -167,7 +167,7 @@
},
{
"moduleName": "io.netty:netty-codec-base",
"moduleVersion": "4.2.13.Final",
"moduleVersion": "4.2.14.Final",
"moduleUrls": [
"https://netty.io/"
],
Expand All @@ -180,7 +180,7 @@
},
{
"moduleName": "io.netty:netty-codec-compression",
"moduleVersion": "4.2.13.Final",
"moduleVersion": "4.2.14.Final",
"moduleUrls": [
"https://netty.io/"
],
Expand All @@ -193,7 +193,7 @@
},
{
"moduleName": "io.netty:netty-codec-http",
"moduleVersion": "4.2.13.Final",
"moduleVersion": "4.2.14.Final",
"moduleUrls": [
"https://netty.io/"
],
Expand All @@ -206,7 +206,7 @@
},
{
"moduleName": "io.netty:netty-codec-marshalling",
"moduleVersion": "4.2.13.Final",
"moduleVersion": "4.2.14.Final",
"moduleUrls": [
"https://netty.io/"
],
Expand All @@ -219,7 +219,7 @@
},
{
"moduleName": "io.netty:netty-codec-protobuf",
"moduleVersion": "4.2.13.Final",
"moduleVersion": "4.2.14.Final",
"moduleUrls": [
"https://netty.io/"
],
Expand All @@ -232,7 +232,7 @@
},
{
"moduleName": "io.netty:netty-codec-socks",
"moduleVersion": "4.2.13.Final",
"moduleVersion": "4.2.14.Final",
"moduleUrls": [
"https://netty.io/"
],
Expand All @@ -245,7 +245,7 @@
},
{
"moduleName": "io.netty:netty-common",
"moduleVersion": "4.2.13.Final",
"moduleVersion": "4.2.14.Final",
"moduleUrls": [
"https://netty.io/"
],
Expand All @@ -258,7 +258,7 @@
},
{
"moduleName": "io.netty:netty-handler",
"moduleVersion": "4.2.13.Final",
"moduleVersion": "4.2.14.Final",
"moduleUrls": [
"https://netty.io/"
],
Expand All @@ -271,7 +271,7 @@
},
{
"moduleName": "io.netty:netty-handler-proxy",
"moduleVersion": "4.2.13.Final",
"moduleVersion": "4.2.14.Final",
"moduleUrls": [
"https://netty.io/"
],
Expand All @@ -284,7 +284,7 @@
},
{
"moduleName": "io.netty:netty-resolver",
"moduleVersion": "4.2.13.Final",
"moduleVersion": "4.2.14.Final",
"moduleUrls": [
"https://netty.io/"
],
Expand All @@ -297,7 +297,7 @@
},
{
"moduleName": "io.netty:netty-transport",
"moduleVersion": "4.2.13.Final",
"moduleVersion": "4.2.14.Final",
"moduleUrls": [
"https://netty.io/"
],
Expand Down Expand Up @@ -362,7 +362,7 @@
},
{
"moduleName": "io.netty:netty-transport-native-unix-common",
"moduleVersion": "4.2.13.Final",
"moduleVersion": "4.2.14.Final",
"moduleUrls": [
"https://netty.io/"
],
Expand Down
6 changes: 3 additions & 3 deletions licenses/commercetools-graphql-api/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-core",
"moduleVersion": "2.21.3",
"moduleVersion": "2.21.4",
"moduleUrls": [
"https://github.com/FasterXML/jackson-core"
],
Expand All @@ -28,7 +28,7 @@
},
{
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
"moduleVersion": "2.21.3",
"moduleVersion": "2.21.4",
"moduleUrls": [
"https://github.com/FasterXML/jackson"
],
Expand All @@ -41,7 +41,7 @@
},
{
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
"moduleVersion": "2.21.3",
"moduleVersion": "2.21.4",
"moduleUrls": [
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
],
Expand Down
Loading
Loading