# API - Changelog

## Changes from 24.04.2025

We have added a base order number, which will help you track the relationship between the initial order and its subsequent renewals.

&#x20;Added `listBaseOrderNumbers` to the response of the following endpoints:

* [order/make](https://docs.proxy-seller.com/proxy-seller/order-actions/place-an-order)
* [prolong/make](https://docs.proxy-seller.com/proxy-seller/actions-with-proxies/extend-proxies)

Added `baseOrderNumber` to the endpoint response and implemented filtering by this order number:

* [proxy/list](https://docs.proxy-seller.com/proxy-seller/actions-with-proxies/retrieve-active-proxy)

## Changes from 17.02.2025

Changed variable type from ~~digits~~ to string

```
// Changed variable type from digits to string
"traffic_usage": 10, 	// -> "10"
"traffic_limit": 10, 	// -> "10"
"traffic_left": 10, 	// -> "10"
"traffic_usage_sub": 10, 	// -> "10"
"traffic_limit_sub": 10, 	// -> "10"
"traffic_left_sub": 10, 	// -> "10"
```

#### Affected endpoints

* [resident/package](https://docs.proxy-seller.com/proxy-seller/residential-proxy/get-package-information)
* [residentsubuser/packages](https://docs.proxy-seller.com/proxy-seller/residential-proxy/subaccounts-subusers/get-package-information)
* [residentsubuser/create](https://docs.proxy-seller.com/proxy-seller/residential-proxy/subaccounts-subusers/create-subuser-package)
* [residentsubuser/update](https://docs.proxy-seller.com/proxy-seller/residential-proxy/subaccounts-subusers/update-package)
