Skip to content

19.11.0

Latest

Choose a tag to compare

@jenschude jenschude released this 28 May 12:41
· 2 commits to main since this release
bc02ab7

What's Changed

  • Update changelog by @ct-sdks[bot] in #1066
  • Update generated SDKs by @ct-sdks[bot] in #1067
  • add customizable interface to business unit by @jenschude in #1071
  • Optimize HTTP client performance: eliminate redundant header... by @peniakoff in #1069

Api changes

Added Enum(s)
  • added enum ReserveOnCart to type InventoryMode
  • added enum reservation to type ReferenceTypeId
  • added enum reservation to type ResourceTypeId
Added Type(s)
  • added type ReservationReference
  • added type CartSetReservationExpirationInMinutesAction
  • added type NonStandardCurrency
  • added type CircularDependencyError
  • added type ExtensionChainTooDeepError
  • added type ExtensionChainTooWideError
  • added type ExtensionDependencyExistsError
  • added type LineItemQuantityAboveLimitError
  • added type LineItemQuantityBelowLimitError
  • added type MissingDependencyError
  • added type GraphQLCircularDependencyError
  • added type GraphQLExtensionChainTooDeepError
  • added type GraphQLExtensionChainTooWideError
  • added type GraphQLExtensionDependencyExistsError
  • added type GraphQLLineItemQuantityAboveLimitError
  • added type GraphQLLineItemQuantityBelowLimitError
  • added type GraphQLMissingDependencyError
  • added type ExtensionAdditionalContext
  • added type ExtensionAdditionalContextDraft
  • added type ExtensionReference
  • added type ExtensionResourceIdentifier
  • added type ExtensionSetAdditionalContextAction
  • added type ExtensionSetDependenciesAction
  • added type ExtensionSetExpansionPathsAction
  • added type InventoryEntryStockLevels
  • added type InventoryEntrySetReorderPointAction
  • added type InventoryEntrySetReservationExpirationInMinutesAction
  • added type InventoryEntrySetSafetyStockAction
  • added type InventoryEntryOutOfStockMessage
  • added type InventoryEntryReorderPointMessage
  • added type InventoryEntryReservationExpirationInMinutesSetMessage
  • added type InventoryEntrySafetyStockMessage
  • added type InventoryEntryOutOfStockMessagePayload
  • added type InventoryEntryReorderPointMessagePayload
  • added type InventoryEntryReservationExpirationInMinutesSetMessagePayload
  • added type InventoryEntrySafetyStockMessagePayload
  • added type InventoryConfiguration
  • added type ProjectSetReleaseExpiredReservationsAction
  • added type ProjectSetReservationExpirationInMinutesAction
  • added type Reservation
  • added type ReservationState
  • added type CannotChangeReservationExpiryWarning
  • added type CannotCreateReservationWarning
  • added type CannotUpdateReservationWarning
Added Property(s)
  • added property warnings to type Cart
  • added property reservation to type LineItem
  • added property dependencies to type Extension
  • added property expansionPaths to type Extension
  • added property additionalContext to type Extension
  • added property dependencies to type ExtensionDraft
  • added property expansionPaths to type ExtensionDraft
  • added property additionalContext to type ExtensionDraft
  • added property oldResource to type ExtensionInput
  • added property reservationExpirationInMinutes to type InventoryEntry
  • added property stockLevels to type InventoryEntry
  • added property reservationExpirationInMinutes to type InventoryEntryDraft
  • added property stockLevels to type InventoryEntryDraft
  • added property inventory to type Project

Import changes

Added Resource(s)
  • added resource /{projectKey}/product-tailorings
  • added resource /{projectKey}/product-tailorings/import-containers
  • added resource /{projectKey}/product-tailorings/import-containers/{importContainerKey}
Added Enum(s)
  • added enum product-tailoring to type ImportResourceType
Added Type(s)
  • added type ProductTailoringImportRequest
  • added type ProductVariantTailoringImport
  • added type ProductTailoringImport
Added Method(s)
  • added method apiRoot.withProjectKeyValue().productTailorings().importContainers().withImportContainerKeyValue().post()
Added Property(s)
  • added property reservationExpirationInMinutes to type InventoryImport
  • added property active to type StandalonePriceImport

History changes

Added Enum(s)
  • added enum setReservationExpirationInMinutes to type UpdateType
Added Type(s)
  • added type SetTransactionInterfaceIdChange
Added Property(s)
  • added property catalogData to type ChangeLocalizedNameChange
  • added property catalogData to type SetLocalizedDescriptionChange

Checkout changes

Added Enum(s)
  • added enum eu-central-1.aws to type Region
  • added enum us-east-2.aws to type Region
Removed Type(s)
  • ⚠️ removed type SetConnectorDeploymentUpdateAction

New Contributors

Full Changelog: 19.10.0...19.11.0