@companieshouse/api-sdk-node 2.0.94 → 2.0.95
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.
|
@@ -42,7 +42,10 @@ export interface DateOfBirthResource {
|
|
|
42
42
|
year: string;
|
|
43
43
|
}
|
|
44
44
|
export interface NameElementsResource {
|
|
45
|
+
title?: string;
|
|
45
46
|
forename?: string;
|
|
47
|
+
other_forenames?: string;
|
|
48
|
+
middle_name?: string;
|
|
46
49
|
surname: string;
|
|
47
50
|
}
|
|
48
51
|
export interface IdentificationResource {
|
|
@@ -102,7 +105,10 @@ export interface DateOfBirth {
|
|
|
102
105
|
year: string;
|
|
103
106
|
}
|
|
104
107
|
export interface NameElements {
|
|
108
|
+
title?: string;
|
|
105
109
|
forename?: string;
|
|
110
|
+
otherForenames?: string;
|
|
111
|
+
middleName?: string;
|
|
106
112
|
surname: string;
|
|
107
113
|
}
|
|
108
114
|
export interface Identification {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/services/company-psc/types.ts"],"names":[],"mappings":";;AAWC,CAAC;AAiBD,CAAC;AAWD,CAAC;AAMD,CAAC;
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/services/company-psc/types.ts"],"names":[],"mappings":";;AAWC,CAAC;AAiBD,CAAC;AAWD,CAAC;AAMD,CAAC;AAQD,CAAC;AASD,CAAC;AAKD,CAAC;AAKD,CAAC;AAUD,CAAC;AAiBD,CAAC;AAWD,CAAC;AAMD,CAAC;AAQD,CAAC;AASD,CAAC;AAKD,CAAC;AAKD,CAAC"}
|