kevbite / CompaniesHouse.NET

A simple .NET client wrapper for CompaniesHouse API
MIT License
37 stars 44 forks source link

New accounts type needs to be added #147

Closed mattu08 closed 3 years ago

mattu08 commented 3 years ago

Hi,

Just started getting the following error on "last accounts";

 "last_accounts": {
      "type": "no-accounts-type-available"
    },

Then realized that the type was missing, could you add the missing account type:

no-accounts-type-available

To /src/CompaniesHouse/Response/CompanyProfile/LastAccountsType.cs

https://github.com/kevbite/CompaniesHouse.NET/blob/efef661d99dc64b38ed560e6d908695649f3ac1e/src/CompaniesHouse/Response/CompanyProfile/LastAccountsType.cs

Cheers,

Matt

kevbite commented 3 years ago

Hey @mattu08, thanks for raising this issue, I'll try to get it sorted as soon as possible.

kevbite commented 3 years ago

This is now fixed in the latest version 7.9.2.

mattu08 commented 3 years ago

Thanks @kevbite 👍