Skip to content

Commit c5a53fa

Browse files
Merge pull request #775 from companieshouse/lp-722-switch-jurisdiction-to-api-enumeration-keys
lp-722: Switch jurisdiction values to match api-enumeration keys
2 parents 3b7fb52 + 65425c6 commit c5a53fa

File tree

1 file changed

+3
-3
lines changed
  • src/services/limited-partnerships

1 file changed

+3
-3
lines changed

src/services/limited-partnerships/types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ export enum PartnershipType {
9797
}
9898

9999
export enum Jurisdiction {
100-
ENGLAND_AND_WALES = "England and Wales",
101-
NORTHERN_IRELAND = "Northern Ireland",
102-
SCOTLAND = "Scotland",
100+
ENGLAND_AND_WALES = "england-wales",
101+
NORTHERN_IRELAND = "northern-ireland",
102+
SCOTLAND = "scotland",
103103
}
104104

105105
export interface LimitedPartnershipIncorporation {

0 commit comments

Comments
 (0)