@companieshouse/api-sdk-node 2.0.241 → 2.0.243

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.
@@ -18,7 +18,6 @@ export interface LimitedPartnership {
18
18
  }
19
19
  export interface GeneralPartner {
20
20
  data?: {
21
- country?: string;
22
21
  date_effective_from?: string;
23
22
  date_of_birth?: string;
24
23
  etag?: string;
@@ -26,12 +25,14 @@ export interface GeneralPartner {
26
25
  former_names?: string;
27
26
  governing_law?: string;
28
27
  kind?: string;
28
+ legal_entity_name?: string;
29
29
  legal_entity_register_name?: string;
30
30
  legal_entity_registration_location?: string;
31
31
  legal_form?: string;
32
32
  nationality1?: string;
33
33
  nationality2?: string;
34
34
  not_disqualified_statement_checked?: boolean;
35
+ legal_personality_statement_checked?: boolean;
35
36
  principal_office_address?: Address;
36
37
  registered_company_number?: string;
37
38
  resignation_date?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/services/limited-partnerships/types.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAmDH,IAAY,cAOX;AAPD,WAAY,cAAc;IACtB,6DAA2C,CAAA;IAC3C,2BAAS,CAAA;IACT,sCAAoB,CAAA;IACpB,qEAAmD,CAAA;IACnD,2BAAS,CAAA;IACT,sCAAoB,CAAA;AACxB,CAAC,EAPW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAOzB;AAED,IAAY,eAKX;AALD,WAAY,eAAe;IACvB,4BAAS,CAAA;IACT,gCAAa,CAAA;IACb,8BAAW,CAAA;IACX,kCAAe,CAAA;AACnB,CAAC,EALW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAK1B;AAED,IAAY,YAIX;AAJD,WAAY,YAAY;IACpB,uDAAuC,CAAA;IACvC,qDAAqC,CAAA;IACrC,qCAAqB,CAAA;AACzB,CAAC,EAJW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAIvB;AAsBD,IAAY,IAIX;AAJD,WAAY,IAAI;IACZ,qCAA6B,CAAA;IAC7B,+CAAuC,CAAA;IACvC,qBAAa,CAAA;AACjB,CAAC,EAJW,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAIf"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/services/limited-partnerships/types.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAoDH,IAAY,cAOX;AAPD,WAAY,cAAc;IACtB,6DAA2C,CAAA;IAC3C,2BAAS,CAAA;IACT,sCAAoB,CAAA;IACpB,qEAAmD,CAAA;IACnD,2BAAS,CAAA;IACT,sCAAoB,CAAA;AACxB,CAAC,EAPW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAOzB;AAED,IAAY,eAKX;AALD,WAAY,eAAe;IACvB,4BAAS,CAAA;IACT,gCAAa,CAAA;IACb,8BAAW,CAAA;IACX,kCAAe,CAAA;AACnB,CAAC,EALW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAK1B;AAED,IAAY,YAIX;AAJD,WAAY,YAAY;IACpB,uDAAuC,CAAA;IACvC,qDAAqC,CAAA;IACrC,qCAAqB,CAAA;AACzB,CAAC,EAJW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAIvB;AAsBD,IAAY,IAIX;AAJD,WAAY,IAAI;IACZ,qCAA6B,CAAA;IAC7B,+CAAuC,CAAA;IACvC,qBAAa,CAAA;AACjB,CAAC,EAJW,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAIf"}
@@ -122,7 +122,7 @@ export interface PscVerificationResource {
122
122
  }
123
123
  export interface PscVerificationDataResource {
124
124
  company_number?: string;
125
- psc_appointment_id?: string;
125
+ psc_notification_id?: string;
126
126
  verification_details?: VerificationDetailsResource;
127
127
  }
128
128
  export interface PscVerification {
@@ -133,7 +133,7 @@ export interface PscVerification {
133
133
  }
134
134
  export interface PscVerificationData {
135
135
  companyNumber?: string;
136
- pscAppointmentId?: string;
136
+ pscNotificationId?: string;
137
137
  verificationDetails?: VerificationDetails;
138
138
  }
139
139
  export interface VerificationDetailsResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companieshouse/api-sdk-node",
3
- "version": "2.0.241",
3
+ "version": "2.0.243",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [