@companieshouse/api-sdk-node 1.0.106 → 1.0.107
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -144,16 +144,16 @@ declare enum presenterRole {
|
|
|
144
144
|
other = "other"
|
|
145
145
|
}
|
|
146
146
|
export declare enum BeneficialOwnersStatementType {
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
147
|
+
ALL_IDENTIFIED_ALL_DETAILS = "ALL_IDENTIFIED_ALL_DETAILS",
|
|
148
|
+
ALL_IDENTIFIED_SOME_DETAILS = "ALL_IDENTIFIED_SOME_DETAILS",
|
|
149
|
+
SOME_IDENTIFIED_ALL_DETAILS = "SOME_IDENTIFIED_ALL_DETAILS",
|
|
150
|
+
SOME_IDENTIFIED_SOME_DETAILS = "SOME_IDENTIFIED_SOME_DETAILS",
|
|
151
|
+
NONE_IDENTIFIED = "NONE_IDENTIFIED"
|
|
152
152
|
}
|
|
153
153
|
export declare enum NatureOfControlType {
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
154
|
+
OVER_25_PERCENT_OF_SHARES = "OVER_25_PERCENT_OF_SHARES",
|
|
155
|
+
OVER_25_PERCENT_OF_VOTING_RIGHTS = "OVER_25_PERCENT_OF_VOTING_RIGHTS",
|
|
156
|
+
APPOINT_OR_REMOVE_MAJORITY_BOARD_DIRECTORS = "APPOINT_OR_REMOVE_MAJORITY_BOARD_DIRECTORS",
|
|
157
|
+
SIGNIFICANT_INFLUENCE_OR_CONTROL = "SIGNIFICANT_INFLUENCE_OR_CONTROL"
|
|
158
158
|
}
|
|
159
159
|
export {};
|
|
@@ -19,17 +19,17 @@ var presenterRole;
|
|
|
19
19
|
})(presenterRole || (presenterRole = {}));
|
|
20
20
|
var BeneficialOwnersStatementType;
|
|
21
21
|
(function (BeneficialOwnersStatementType) {
|
|
22
|
-
BeneficialOwnersStatementType["
|
|
23
|
-
BeneficialOwnersStatementType["
|
|
24
|
-
BeneficialOwnersStatementType["
|
|
25
|
-
BeneficialOwnersStatementType["
|
|
26
|
-
BeneficialOwnersStatementType["
|
|
22
|
+
BeneficialOwnersStatementType["ALL_IDENTIFIED_ALL_DETAILS"] = "ALL_IDENTIFIED_ALL_DETAILS";
|
|
23
|
+
BeneficialOwnersStatementType["ALL_IDENTIFIED_SOME_DETAILS"] = "ALL_IDENTIFIED_SOME_DETAILS";
|
|
24
|
+
BeneficialOwnersStatementType["SOME_IDENTIFIED_ALL_DETAILS"] = "SOME_IDENTIFIED_ALL_DETAILS";
|
|
25
|
+
BeneficialOwnersStatementType["SOME_IDENTIFIED_SOME_DETAILS"] = "SOME_IDENTIFIED_SOME_DETAILS";
|
|
26
|
+
BeneficialOwnersStatementType["NONE_IDENTIFIED"] = "NONE_IDENTIFIED";
|
|
27
27
|
})(BeneficialOwnersStatementType = exports.BeneficialOwnersStatementType || (exports.BeneficialOwnersStatementType = {}));
|
|
28
28
|
var NatureOfControlType;
|
|
29
29
|
(function (NatureOfControlType) {
|
|
30
|
-
NatureOfControlType["
|
|
31
|
-
NatureOfControlType["
|
|
32
|
-
NatureOfControlType["
|
|
33
|
-
NatureOfControlType["
|
|
30
|
+
NatureOfControlType["OVER_25_PERCENT_OF_SHARES"] = "OVER_25_PERCENT_OF_SHARES";
|
|
31
|
+
NatureOfControlType["OVER_25_PERCENT_OF_VOTING_RIGHTS"] = "OVER_25_PERCENT_OF_VOTING_RIGHTS";
|
|
32
|
+
NatureOfControlType["APPOINT_OR_REMOVE_MAJORITY_BOARD_DIRECTORS"] = "APPOINT_OR_REMOVE_MAJORITY_BOARD_DIRECTORS";
|
|
33
|
+
NatureOfControlType["SIGNIFICANT_INFLUENCE_OR_CONTROL"] = "SIGNIFICANT_INFLUENCE_OR_CONTROL";
|
|
34
34
|
})(NatureOfControlType = exports.NatureOfControlType || (exports.NatureOfControlType = {}));
|
|
35
35
|
//# sourceMappingURL=types.js.map
|