Upcoming changes to the api and stream responses

There will be changes made to the following specifications to align with the data that is being returned from the api and stream responses;

Insolvency - Companies House Public Data API: companyInsolvency (company-information.service.gov.uk)

The cases[].number is currently an integer. This will now be shown as a string.
The cases[].practitioners[].address[].postal_code is currently shown as mandatory. This will now be optional.
A new cases[].type of moratorium has been added.

Charges - Companies House Public Data API: chargeDetails (company-information.service.gov.uk)

The insolvency_cases[].case_number is currently an integer. This will now be shown as a string.
The transactions[].insolvency_case_number is currently an integer. This will now be shown as a string.
The transactions[].transaction_id will be deprecated. Please use transactions[].links[].
The scottish_alterations[].type and scottish_alterations[].description will be deprecated as they are not returned in the api or stream response.
The insolvency_cases[].transaction_id will be deprecated because the value was in an unusable format.