File tree Expand file tree Collapse file tree
python/common/business-registry-model
src/business_model/models/types Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " business-model"
3- version = " 3.4.14 "
3+ version = " 3.4.15 "
44description = " "
55authors = [
66 {
name =
" thor" ,
email =
" [email protected] " }
Original file line number Diff line number Diff line change @@ -19,8 +19,10 @@ class FilingTypes(BaseEnum):
1919 CEASERECEIVER = 'ceaseReceiver'
2020 CHANGEOFADDRESS = 'changeOfAddress'
2121 CHANGEOFDIRECTORS = 'changeOfDirectors'
22+ CHANGEOFLIQUIDATORS = 'changeOfLiquidators'
2223 CHANGEOFNAME = 'changeOfName'
2324 CHANGEOFOFFICERS = 'changeOfOfficers'
25+ CHANGEOFRECEIVERS = 'changeOfReceivers'
2426 CHANGEOFREGISTRATION = 'changeOfRegistration'
2527 CONSENTAMALGAMATIONOUT = 'consentAmalgamationOut'
2628 CONSENTCONTINUATIONOUT = 'consentContinuationOut'
@@ -53,9 +55,11 @@ class FilingSubTypes(BaseEnum):
5355class DissolutionSubTypes (FilingSubTypes ):
5456 """Enum for Dissolution Types."""
5557
56- VOLUNTARY = 'voluntary'
5758 ADMINISTRATIVE = 'administrative'
59+ COURT_ORDERED_LIQUIDATION = 'courtOrderedLiquidation'
5860 INVOLUNTARY = 'involuntary'
61+ VOLUNTARY = 'voluntary'
62+ VOLUNTARY_LIQUIDATION = 'voluntaryLiquidation'
5963
6064class RestorationSubTypes (FilingSubTypes ):
6165 """Enum for Restoration Types."""
You can’t perform that action at this time.
0 commit comments