File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/services/limited-partnerships Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,17 @@ export enum PartnerKind {
9090 ADD_GENERAL_PARTNER_LEGAL_ENTITY = "limited-partnership#add-general-partner-legal-entity" ,
9191 ADD_LIMITED_PARTNER_PERSON = "limited-partnership#add-limited-partner-person" ,
9292 ADD_LIMITED_PARTNER_LEGAL_ENTITY = "limited-partnership#add-limited-partner-legal-entity" ,
93+ REMOVE_GENERAL_PARTNER_PERSON = "limited-partnership#remove-general-partner-person" ,
94+ REMOVE_GENERAL_PARTNER_LEGAL_ENTITY = "limited-partnership#remove-general-partner-legal-entity" ,
95+ REMOVE_LIMITED_PARTNER_PERSON = "limited-partnership#remove-limited-partner-person" ,
96+ REMOVE_LIMITED_PARTNER_LEGAL_ENTITY = "limited-partnership#remove-limited-partner-legal-entity" ,
9397}
9498
9599export enum PartnershipKind {
96100 UPDATE_PARTNERSHIP_REGISTERED_OFFICE_ADDRESS = "limited-partnership#update-partnership-registered-office-address" ,
97101 UPDATE_PARTNERSHIP_NAME = "limited-partnership#update-partnership-name" ,
98102 UPDATE_PARTNERSHIP_TERM = "limited-partnership#update-partnership-term" ,
99- UPDATE_PRINCIPAL_PLACE_OF_BUSINESS_ADDRESS = "limited-partnership#update-principal-place-of-business-address"
103+ UPDATE_PRINCIPAL_PLACE_OF_BUSINESS_ADDRESS = "limited-partnership#update-principal-place-of-business-address" ,
100104}
101105
102106export enum NameEndingType {
You can’t perform that action at this time.
0 commit comments