Skip to content

17.23.0

Compare
Choose a tag to compare
@jenschude jenschude released this 21 Jan 13:41
· 221 commits to main since this release
6d87b53

What's Changed

  • Update changelog by @ct-sdks in #790
  • Bump micromatch from 4.0.7 to 4.0.8 by @dependabot in #718
  • chore(deps): update gradle/actions action to v4 by @renovate in #710
  • chore(deps): update actions/setup-java digest to 7a6d8a8 by @renovate in #709
  • chore(deps): lock file maintenance by @renovate in #677
  • chore(deps): update actions/checkout digest to 11bd719 by @renovate in #676
  • chore(deps): update actions/create-github-app-token digest to c1a2851 by @renovate in #665
  • Update generated SDKs by @ct-sdks in #791
  • Update generated SDKs by @ct-sdks in #792
  • Update generated SDKs by @ct-sdks in #793
  • Update generated SDKs by @ct-sdks in #794
  • Update generated SDKs by @ct-sdks in #797
  • Update generated SDKs by @ct-sdks in #798
  • Update generated SDKs by @ct-sdks in #799
  • [DEVX-516] add HttpClient info to UserAgent by @jenschude in #784

Api changes

Added Resource(s)
  • added resource /{projectKey}/in-store/key={storeKey}/business-units
  • added resource /{projectKey}/in-store/key={storeKey}/business-units/key={key}
  • added resource /{projectKey}/in-store/key={storeKey}/business-units/{ID}
Required Property(s)
  • ⚠️ changed property triggerPattern of type CartDiscountPatternTarget to be required
  • changed property images of type ProductTailoringSetExternalImagesAction to be optional
Added Property(s)
  • added property inheritedStores to type BusinessUnit
  • added property inheritedStores to type Company
  • added property inheritedStores to type Division
Added Method(s)
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().get()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().head()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().post()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withKey().get()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withKey().head()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withKey().post()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withKey().delete()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withId().get()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withId().head()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withId().post()
  • added method apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withId().delete()

History changes

Changed Property(s)
  • ⚠️ changed property extensions of type GraphQLError from type GraphQLErrorObject to object
Required Property(s)
  • ⚠️ changed property triggerPattern of type ChangeTargetPatternChangeValue to be required
Removed Type(s)
  • ⚠️ removed type GraphQLErrorObject

Full Changelog: 17.22.0...17.23.0