@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
- 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"
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
- 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"
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["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";
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["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";
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companieshouse/api-sdk-node",
3
- "version": "1.0.106",
3
+ "version": "1.0.107",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [