Skip to content

10.13.0

Compare
Choose a tag to compare
@jenschude jenschude released this 05 Mar 08:08
· 122 commits to master since this release
1e35b3f

What's Changed

  • Update generated SDKs by @ct-sdks in #306
  • Update generated SDKs by @ct-sdks in #307
  • Update generated SDKs by @ct-sdks in #308
  • Update generated SDKs by @ct-sdks in #309
  • Update generated SDKs by @ct-sdks in #310
  • Update generated SDKs by @ct-sdks in #311
  • Update generated SDKs by @ct-sdks in #312
  • Update generated SDKs by @ct-sdks in #313
  • Update generated SDKs by @ct-sdks in #314
  • Update generated SDKs by @ct-sdks in #315
  • Update generated SDKs by @ct-sdks in #316
  • Update ci.yml by @jenschude in #319
  • Update generated SDKs by @ct-sdks in #318
  • update psalm and ecs by @jenschude in #320
  • Update generated SDKs by @ct-sdks in #322

Api changes

Required Property(s)
  • ⚠️ changed property triggerPattern of type CartDiscountPatternTarget to be required
  • changed property images of type ProductTailoringSetExternalImagesAction to be optional
Changed Property(s)
  • ⚠️ changed property discount of type DiscountedTotalPricePortion from type CartDiscountReference to Reference
Added Property(s)
  • added property inheritedStores to type BusinessUnit
  • added property inheritedStores to type Company
  • added property inheritedStores to type Division
  • added property discountTypeCombination to type Cart
  • added property discountTypeCombination to type StagedOrder
  • added property discountTypeCombination to type Order
  • added property businessUnit to type ShoppingList
  • added property businessUnit to type ShoppingListDraft
Added Type(s)
  • added type BestDeal
  • added type DiscountTypeCombination
  • added type Stacking
  • added type AssociateRoleNameSetMessage
  • added type AssociateRoleNameSetMessagePayload
  • added type ShoppingListSetBusinessUnitAction
Removed Type(s)
  • ⚠️ removed type AssociateRoleNameChangedMessage
  • ⚠️ removed type AssociateRoleNameChangedMessagePayload
  • ⚠️ removed type ProductSearchFacetScope
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}
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

Removed Enum(s)
  • ⚠️ removed enum setAsssetKey from type UpdateType
Added Enum(s)
  • added enum setAssetKey to type UpdateType
Required Property(s)
  • ⚠️ changed property triggerPattern of type ChangeTargetPatternChangeValue to be required
Changed Property(s)
  • ⚠️ changed property extensions of type GraphQLError from type GraphQLErrorObject to object
Removed Type(s)
  • ⚠️ removed type GraphQLErrorObject

Full Changelog: 10.12.0...10.13.0