# 2026-02-12: Emporix SDK - restrictions support

## Overview

A new `1.1.1` version of the Emporix SDK has been released with the following changes:

* support for the `restrictions`
* fixes to the `deliveryWindowValidations` client path

## Updated types

| Type                               | Description                                  |
| ---------------------------------- | -------------------------------------------- |
| CartResponse                       | Property `restriction` has been introduced.  |
| CreateCart                         | Property `restriction` has been introduced.  |
| UpdateCart                         | Property `restriction` has been introduced.  |
| OrderCommon                        | Property `restriction` has been introduced.  |
| OrderPartialUpdateRequest          | Property `restriction` has been introduced.  |
| CustomerCommon                     | Property `restriction` has been introduced.  |
| CommonCustomerPartialUpdateRequest | Property `restriction` has been introduced.  |
| LegalEntityCommonDto               | Property `restrictions` has been introduced. |

## Known problems

All args constructors require the new parameters. Use the builders to avoid breaking changes in the future.
