@companieshouse/api-sdk-node 2.0.2 → 2.0.3

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.
@@ -27,10 +27,7 @@ export interface OverseasEntityCreated {
27
27
  */
28
28
  export interface Presenter {
29
29
  full_name?: string;
30
- phone_number?: string;
31
- role?: presenterRole;
32
- role_title?: string;
33
- anti_money_laundering_registration_number?: string;
30
+ email?: string;
34
31
  }
35
32
  export interface Entity {
36
33
  name?: string;
@@ -174,13 +171,6 @@ export interface InputDate {
174
171
  month: string;
175
172
  year: string;
176
173
  }
177
- declare enum presenterRole {
178
- administrator = "administrator",
179
- agent = "agent",
180
- solicitor = "solicitor",
181
- beneficial_owner = "beneficial_owner",
182
- other = "other"
183
- }
184
174
  export declare enum BeneficialOwnersStatementType {
185
175
  ALL_IDENTIFIED_ALL_DETAILS = "ALL_IDENTIFIED_ALL_DETAILS",
186
176
  ALL_IDENTIFIED_SOME_DETAILS = "ALL_IDENTIFIED_SOME_DETAILS",
@@ -194,4 +184,3 @@ export declare enum NatureOfControlType {
194
184
  APPOINT_OR_REMOVE_MAJORITY_BOARD_DIRECTORS = "APPOINT_OR_REMOVE_MAJORITY_BOARD_DIRECTORS",
195
185
  SIGNIFICANT_INFLUENCE_OR_CONTROL = "SIGNIFICANT_INFLUENCE_OR_CONTROL"
196
186
  }
197
- export {};
@@ -9,14 +9,6 @@ var yesNoResponse;
9
9
  yesNoResponse[yesNoResponse["No"] = 0] = "No";
10
10
  yesNoResponse[yesNoResponse["Yes"] = 1] = "Yes";
11
11
  })(yesNoResponse = exports.yesNoResponse || (exports.yesNoResponse = {}));
12
- var presenterRole;
13
- (function (presenterRole) {
14
- presenterRole["administrator"] = "administrator";
15
- presenterRole["agent"] = "agent";
16
- presenterRole["solicitor"] = "solicitor";
17
- presenterRole["beneficial_owner"] = "beneficial_owner";
18
- presenterRole["other"] = "other";
19
- })(presenterRole || (presenterRole = {}));
20
12
  var BeneficialOwnersStatementType;
21
13
  (function (BeneficialOwnersStatementType) {
22
14
  BeneficialOwnersStatementType["ALL_IDENTIFIED_ALL_DETAILS"] = "ALL_IDENTIFIED_ALL_DETAILS";
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/services/overseas-entities/types.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAkLH,IAAY,aAGX;AAHD,WAAY,aAAa;IACrB,6CAAM,CAAA;IACN,+CAAO,CAAA;AACX,CAAC,EAHW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAGxB;AAQD,IAAK,aAMJ;AAND,WAAK,aAAa;IACd,gDAA+B,CAAA;IAC/B,gCAAe,CAAA;IACf,wCAAuB,CAAA;IACvB,sDAAqC,CAAA;IACrC,gCAAe,CAAA;AACnB,CAAC,EANI,aAAa,KAAb,aAAa,QAMjB;AAED,IAAY,6BAMX;AAND,WAAY,6BAA6B;IACrC,0FAAyD,CAAA;IACzD,4FAA2D,CAAA;IAC3D,4FAA2D,CAAA;IAC3D,8FAA6D,CAAA;IAC7D,oEAAmC,CAAA;AACvC,CAAC,EANW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAMxC;AAED,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC3B,8EAAuD,CAAA;IACvD,4FAAqE,CAAA;IACrE,gHAAyF,CAAA;IACzF,4FAAqE,CAAA;AACzE,CAAC,EALW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAK9B"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/services/overseas-entities/types.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AA+KH,IAAY,aAGX;AAHD,WAAY,aAAa;IACrB,6CAAM,CAAA;IACN,+CAAO,CAAA;AACX,CAAC,EAHW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAGxB;AAQD,IAAY,6BAMX;AAND,WAAY,6BAA6B;IACrC,0FAAyD,CAAA;IACzD,4FAA2D,CAAA;IAC3D,4FAA2D,CAAA;IAC3D,8FAA6D,CAAA;IAC7D,oEAAmC,CAAA;AACvC,CAAC,EANW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAMxC;AAED,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC3B,8EAAuD,CAAA;IACvD,4FAAqE,CAAA;IACrE,gHAAyF,CAAA;IACzF,4FAAqE,CAAA;AACzE,CAAC,EALW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAK9B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companieshouse/api-sdk-node",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [