# v.1.0.4

#### Added

* **Partner Resource:** Added a new `activatedOn` date field at the partner level. This field is populated when the partner's status changes to `ACTIVE`.
* **Asset Type Identification:** Added a new `assetType` field to the responses of multiple endpoints to indicate the asset's category. Supported values are `SECURITYTOKEN` and `CRYPTOCURRENCY`.
  * Affected Endpoints and Objects:
    * `GET /products/{customerProductId}/digital/orders` → `marketOrderData` object
    * `GET /digital/orders/{orderId}` → `marketOrderData` object
    * `GET /transactions/{transactionId}` → `digitalTradingTransaction` object
    * `GET /customers/{customerId}/transactions` → `digitalTradingTransaction` object
    * `GET /digital/assets` → `data` array objects

#### Removed

* **Partner Resource:** Removed the `approved_on` and `approved_by` fields. Integrations that rely on these fields must be updated.
* **Identity Models:** Removed the `middleName` field from various API models. This is a non-breaking cleanup as the field was not in use and was ignored if provided.
