Skip to content

Commit

Permalink
Merge pull request #210 from shandybob76/issue/209-filing-category-ad…
Browse files Browse the repository at this point in the history
…ditions

209 - add missing filing category and subcategory values
  • Loading branch information
kevbite authored Mar 4, 2024
2 parents a0db2a9 + 3a498cf commit 6ba7998
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/CompaniesHouse/Response/FilingCategory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,11 @@ public enum FilingCategory

[EnumMember(Value = "certificate")]
Certificate,

[EnumMember(Value = "officer")]
Officer,

[EnumMember(Value = "social-landlord")]
SocialLandlord,
}
}
3 changes: 3 additions & 0 deletions src/CompaniesHouse/Response/FilingSubcategory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,8 @@ public enum FilingSubcategory

[EnumMember(Value = "debenture")]
Debenture,

[EnumMember(Value = "social-landlord")]
SocialLandlord,
}
}

0 comments on commit 6ba7998

Please sign in to comment.