17.23.0
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 propertytriggerPattern
of typeCartDiscountPatternTarget
to be required- changed property
images
of typeProductTailoringSetExternalImagesAction
to be optional
Added Property(s)
- added property
inheritedStores
to typeBusinessUnit
- added property
inheritedStores
to typeCompany
- added property
inheritedStores
to typeDivision
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 propertyextensions
of typeGraphQLError
from typeGraphQLErrorObject
toobject
Required Property(s)
⚠️ changed propertytriggerPattern
of typeChangeTargetPatternChangeValue
to be required
Removed Type(s)
⚠️ removed typeGraphQLErrorObject
Full Changelog: 17.22.0...17.23.0