@ogcio/building-blocks-sdk 0.2.13 → 0.2.15

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.
@@ -1852,5 +1852,216 @@ export declare class Profile extends BaseClient<paths> {
1852
1852
  }, {
1853
1853
  parseAs: "blob";
1854
1854
  }>>;
1855
+ listProfileImports(query: paths["/api/v1/profiles/imports"]["get"]["parameters"]["query"]): Promise<import("../../utils/client-utils.js").DataResponseValue<{
1856
+ parameters: {
1857
+ query?: {
1858
+ organizationId?: string;
1859
+ source?: "csv" | "json";
1860
+ offset?: string;
1861
+ limit?: string;
1862
+ };
1863
+ header?: never;
1864
+ path?: never;
1865
+ cookie?: never;
1866
+ };
1867
+ requestBody?: never;
1868
+ responses: {
1869
+ 200: {
1870
+ headers: {
1871
+ [name: string]: unknown;
1872
+ };
1873
+ content: {
1874
+ "application/json": {
1875
+ data: {
1876
+ id: string;
1877
+ organisationId?: string;
1878
+ status: string;
1879
+ source: "csv" | "json";
1880
+ metadata?: {
1881
+ filename: string;
1882
+ mimetype: string;
1883
+ };
1884
+ createdAt: string;
1885
+ updatedAt: string;
1886
+ }[];
1887
+ metadata?: {
1888
+ links?: {
1889
+ self: {
1890
+ href?: string;
1891
+ };
1892
+ next?: {
1893
+ href?: string;
1894
+ };
1895
+ prev?: {
1896
+ href?: string;
1897
+ };
1898
+ first: {
1899
+ href?: string;
1900
+ };
1901
+ last: {
1902
+ href?: string;
1903
+ };
1904
+ pages: {
1905
+ [key: string]: {
1906
+ href?: string;
1907
+ };
1908
+ };
1909
+ };
1910
+ totalCount?: number;
1911
+ };
1912
+ };
1913
+ };
1914
+ };
1915
+ "4XX": {
1916
+ headers: {
1917
+ [name: string]: unknown;
1918
+ };
1919
+ content: {
1920
+ "application/json": {
1921
+ code: string;
1922
+ detail: string;
1923
+ requestId: string;
1924
+ name: string;
1925
+ validation?: {
1926
+ fieldName: string;
1927
+ message: string;
1928
+ }[];
1929
+ validationContext?: string;
1930
+ statusCode: number;
1931
+ };
1932
+ };
1933
+ };
1934
+ "5XX": {
1935
+ headers: {
1936
+ [name: string]: unknown;
1937
+ };
1938
+ content: {
1939
+ "application/json": {
1940
+ code: string;
1941
+ detail: string;
1942
+ requestId: string;
1943
+ name: string;
1944
+ validation?: {
1945
+ fieldName: string;
1946
+ message: string;
1947
+ }[];
1948
+ validationContext?: string;
1949
+ statusCode: number;
1950
+ };
1951
+ };
1952
+ };
1953
+ };
1954
+ }, {
1955
+ params: {
1956
+ query: {
1957
+ organizationId?: string;
1958
+ source?: "csv" | "json";
1959
+ offset?: string;
1960
+ limit?: string;
1961
+ } | undefined;
1962
+ };
1963
+ }>>;
1964
+ getProfileImport(importId: paths["/api/v1/profiles/imports/{importId}"]["get"]["parameters"]["path"]["importId"]): Promise<import("../../utils/client-utils.js").DataResponseValue<{
1965
+ parameters: {
1966
+ query?: never;
1967
+ header?: never;
1968
+ path: {
1969
+ importId: string;
1970
+ };
1971
+ cookie?: never;
1972
+ };
1973
+ requestBody?: never;
1974
+ responses: {
1975
+ 200: {
1976
+ headers: {
1977
+ [name: string]: unknown;
1978
+ };
1979
+ content: {
1980
+ "application/json": {
1981
+ data: {
1982
+ email: string;
1983
+ firstName: string;
1984
+ lastName: string;
1985
+ city?: string;
1986
+ address?: string;
1987
+ phone?: string;
1988
+ dateOfBirth?: string;
1989
+ ppsn?: string;
1990
+ preferredLanguage: "en" | "ga";
1991
+ }[];
1992
+ metadata?: {
1993
+ links?: {
1994
+ self: {
1995
+ href?: string;
1996
+ };
1997
+ next?: {
1998
+ href?: string;
1999
+ };
2000
+ prev?: {
2001
+ href?: string;
2002
+ };
2003
+ first: {
2004
+ href?: string;
2005
+ };
2006
+ last: {
2007
+ href?: string;
2008
+ };
2009
+ pages: {
2010
+ [key: string]: {
2011
+ href?: string;
2012
+ };
2013
+ };
2014
+ };
2015
+ totalCount?: number;
2016
+ };
2017
+ };
2018
+ };
2019
+ };
2020
+ "4XX": {
2021
+ headers: {
2022
+ [name: string]: unknown;
2023
+ };
2024
+ content: {
2025
+ "application/json": {
2026
+ code: string;
2027
+ detail: string;
2028
+ requestId: string;
2029
+ name: string;
2030
+ validation?: {
2031
+ fieldName: string;
2032
+ message: string;
2033
+ }[];
2034
+ validationContext?: string;
2035
+ statusCode: number;
2036
+ };
2037
+ };
2038
+ };
2039
+ "5XX": {
2040
+ headers: {
2041
+ [name: string]: unknown;
2042
+ };
2043
+ content: {
2044
+ "application/json": {
2045
+ code: string;
2046
+ detail: string;
2047
+ requestId: string;
2048
+ name: string;
2049
+ validation?: {
2050
+ fieldName: string;
2051
+ message: string;
2052
+ }[];
2053
+ validationContext?: string;
2054
+ statusCode: number;
2055
+ };
2056
+ };
2057
+ };
2058
+ };
2059
+ }, {
2060
+ params: {
2061
+ path: {
2062
+ importId: string;
2063
+ };
2064
+ };
2065
+ }>>;
1855
2066
  }
1856
2067
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/client/clients/profile/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/client/clients/profile/index.ts"],"names":[],"mappings":"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"}
@@ -157,5 +157,20 @@ export class Profile extends BaseClient {
157
157
  })
158
158
  .then((response) => formatResponse(response, this.serviceName, this.logger), (reason) => formatError(reason, this.serviceName, this.logger));
159
159
  }
160
+ async listProfileImports(query) {
161
+ return this.client
162
+ .GET("/api/v1/profiles/imports", {
163
+ params: { query },
164
+ })
165
+ .then((response) => formatResponse(response, this.serviceName, this.logger), (reason) => formatError(reason, this.serviceName, this.logger));
166
+ }
167
+ async getProfileImport(importId) {
168
+ throwIfEmpty(importId);
169
+ return this.client
170
+ .GET("/api/v1/profiles/imports/{importId}", {
171
+ params: { path: { importId } },
172
+ })
173
+ .then((response) => formatResponse(response, this.serviceName, this.logger), (reason) => formatError(reason, this.serviceName, this.logger));
174
+ }
160
175
  }
161
176
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/client/clients/profile/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/client/clients/profile/index.ts"],"names":[],"mappings":"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"}
@@ -171,132 +171,7 @@ export interface paths {
171
171
  cookie?: never;
172
172
  };
173
173
  /** @description List profile imports with pagination */
174
- get: {
175
- parameters: {
176
- query?: {
177
- organizationId?: string;
178
- source?: "csv" | "json";
179
- /** @description Indicates where to start fetching data or how many records to skip, defining the initial position within the list */
180
- offset?: string;
181
- /** @description Indicates the maximum number (100) of items that will be returned in a single request */
182
- limit?: string;
183
- };
184
- header?: never;
185
- path?: never;
186
- cookie?: never;
187
- };
188
- requestBody?: never;
189
- responses: {
190
- /** @description Default Response */
191
- 200: {
192
- headers: {
193
- [name: string]: unknown;
194
- };
195
- content: {
196
- "application/json": {
197
- data: {
198
- /** Format: uuid */
199
- id: string;
200
- organisationId?: string;
201
- status: string;
202
- source: "csv" | "json";
203
- metadata?: {
204
- filename: string;
205
- mimetype: string;
206
- };
207
- /** Format: date-time */
208
- createdAt: string;
209
- /** Format: date-time */
210
- updatedAt: string;
211
- }[];
212
- metadata?: {
213
- /** @description Object containing the links to the related endpoints */
214
- links?: {
215
- self: {
216
- /** @description URL pointing to the request itself */
217
- href?: string;
218
- };
219
- next?: {
220
- /** @description URL pointing to the next page of results in a paginated response. If there are no more results, this field may be omitted */
221
- href?: string;
222
- };
223
- prev?: {
224
- /** @description URL pointing to the previous page of results in a paginated response. If there are no more results, this field may be omitted */
225
- href?: string;
226
- };
227
- first: {
228
- /** @description URL pointing to the first page of results in a paginated response */
229
- href?: string;
230
- };
231
- last: {
232
- /** @description URL pointing to the first page of results in a paginated response */
233
- href?: string;
234
- };
235
- /** @description It may contain a list of other useful URLs, e.g. one entry for page:'page 1', 'page 2' */
236
- pages: {
237
- [key: string]: {
238
- href?: string;
239
- };
240
- };
241
- };
242
- /** @description Number representing the total number of available items */
243
- totalCount?: number;
244
- };
245
- };
246
- };
247
- };
248
- /** @description Default Response */
249
- "4XX": {
250
- headers: {
251
- [name: string]: unknown;
252
- };
253
- content: {
254
- "application/json": {
255
- /** @description Code used to categorize the error */
256
- code: string;
257
- /** @description Description of the error */
258
- detail: string;
259
- /** @description Unique request id. This one will be used to troubleshoot the problems */
260
- requestId: string;
261
- /** @description Name of the error type */
262
- name: string;
263
- /** @description List of the validation errors */
264
- validation?: {
265
- fieldName: string;
266
- message: string;
267
- }[];
268
- validationContext?: string;
269
- statusCode: number;
270
- };
271
- };
272
- };
273
- /** @description Default Response */
274
- "5XX": {
275
- headers: {
276
- [name: string]: unknown;
277
- };
278
- content: {
279
- "application/json": {
280
- /** @description Code used to categorize the error */
281
- code: string;
282
- /** @description Description of the error */
283
- detail: string;
284
- /** @description Unique request id. This one will be used to troubleshoot the problems */
285
- requestId: string;
286
- /** @description Name of the error type */
287
- name: string;
288
- /** @description List of the validation errors */
289
- validation?: {
290
- fieldName: string;
291
- message: string;
292
- }[];
293
- validationContext?: string;
294
- statusCode: number;
295
- };
296
- };
297
- };
298
- };
299
- };
174
+ get: operations["listProfileImports"];
300
175
  put?: never;
301
176
  post?: never;
302
177
  delete?: never;
@@ -931,6 +806,132 @@ export interface operations {
931
806
  };
932
807
  };
933
808
  };
809
+ listProfileImports: {
810
+ parameters: {
811
+ query?: {
812
+ organizationId?: string;
813
+ source?: "csv" | "json";
814
+ /** @description Indicates where to start fetching data or how many records to skip, defining the initial position within the list */
815
+ offset?: string;
816
+ /** @description Indicates the maximum number (100) of items that will be returned in a single request */
817
+ limit?: string;
818
+ };
819
+ header?: never;
820
+ path?: never;
821
+ cookie?: never;
822
+ };
823
+ requestBody?: never;
824
+ responses: {
825
+ /** @description Default Response */
826
+ 200: {
827
+ headers: {
828
+ [name: string]: unknown;
829
+ };
830
+ content: {
831
+ "application/json": {
832
+ data: {
833
+ /** Format: uuid */
834
+ id: string;
835
+ organisationId?: string;
836
+ status: string;
837
+ source: "csv" | "json";
838
+ metadata?: {
839
+ filename: string;
840
+ mimetype: string;
841
+ };
842
+ /** Format: date-time */
843
+ createdAt: string;
844
+ /** Format: date-time */
845
+ updatedAt: string;
846
+ }[];
847
+ metadata?: {
848
+ /** @description Object containing the links to the related endpoints */
849
+ links?: {
850
+ self: {
851
+ /** @description URL pointing to the request itself */
852
+ href?: string;
853
+ };
854
+ next?: {
855
+ /** @description URL pointing to the next page of results in a paginated response. If there are no more results, this field may be omitted */
856
+ href?: string;
857
+ };
858
+ prev?: {
859
+ /** @description URL pointing to the previous page of results in a paginated response. If there are no more results, this field may be omitted */
860
+ href?: string;
861
+ };
862
+ first: {
863
+ /** @description URL pointing to the first page of results in a paginated response */
864
+ href?: string;
865
+ };
866
+ last: {
867
+ /** @description URL pointing to the first page of results in a paginated response */
868
+ href?: string;
869
+ };
870
+ /** @description It may contain a list of other useful URLs, e.g. one entry for page:'page 1', 'page 2' */
871
+ pages: {
872
+ [key: string]: {
873
+ href?: string;
874
+ };
875
+ };
876
+ };
877
+ /** @description Number representing the total number of available items */
878
+ totalCount?: number;
879
+ };
880
+ };
881
+ };
882
+ };
883
+ /** @description Default Response */
884
+ "4XX": {
885
+ headers: {
886
+ [name: string]: unknown;
887
+ };
888
+ content: {
889
+ "application/json": {
890
+ /** @description Code used to categorize the error */
891
+ code: string;
892
+ /** @description Description of the error */
893
+ detail: string;
894
+ /** @description Unique request id. This one will be used to troubleshoot the problems */
895
+ requestId: string;
896
+ /** @description Name of the error type */
897
+ name: string;
898
+ /** @description List of the validation errors */
899
+ validation?: {
900
+ fieldName: string;
901
+ message: string;
902
+ }[];
903
+ validationContext?: string;
904
+ statusCode: number;
905
+ };
906
+ };
907
+ };
908
+ /** @description Default Response */
909
+ "5XX": {
910
+ headers: {
911
+ [name: string]: unknown;
912
+ };
913
+ content: {
914
+ "application/json": {
915
+ /** @description Code used to categorize the error */
916
+ code: string;
917
+ /** @description Description of the error */
918
+ detail: string;
919
+ /** @description Unique request id. This one will be used to troubleshoot the problems */
920
+ requestId: string;
921
+ /** @description Name of the error type */
922
+ name: string;
923
+ /** @description List of the validation errors */
924
+ validation?: {
925
+ fieldName: string;
926
+ message: string;
927
+ }[];
928
+ validationContext?: string;
929
+ statusCode: number;
930
+ };
931
+ };
932
+ };
933
+ };
934
+ };
934
935
  getProfileImportDetails: {
935
936
  parameters: {
936
937
  query?: never;
@@ -1584,7 +1585,7 @@ export interface operations {
1584
1585
  details: {
1585
1586
  email?: string | null;
1586
1587
  rawData: {
1587
- [key: string]: string | null | number | boolean;
1588
+ [key: string]: string | null | number | boolean | (string | null | boolean | number)[];
1588
1589
  };
1589
1590
  };
1590
1591
  };