Skip to content

Commit ae0e816

Browse files
committed
Regenerate API classes
1 parent 15a7d1d commit ae0e816

File tree

6 files changed

+23
-12
lines changed

6 files changed

+23
-12
lines changed

kommonitor-importer-api/src/main/java/org/n52/kommonitor/importer/api/ConvertersApi.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (6.6.0).
2+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (7.1.0).
33
* https://openapi-generator.tech
44
* Do not edit the class manually.
55
*/
@@ -33,7 +33,7 @@
3333
import java.util.Optional;
3434
import jakarta.annotation.Generated;
3535

36-
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2024-01-30T11:16:17.779113400+01:00[Europe/Berlin]")
36+
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-04-30T08:04:46.470833+02:00[Europe/Berlin]")
3737
@Validated
3838
@Tag(name = "converters", description = "the converters API")
3939
public interface ConvertersApi {
@@ -71,6 +71,7 @@ public interface ConvertersApi {
7171
value = "/converters/{name}",
7272
produces = { "application/json" }
7373
)
74+
7475
ResponseEntity<ConverterType> getConverterByName(
7576
@Parameter(name = "name", description = "unique name of the converter", required = true, in = ParameterIn.PATH) @PathVariable("name") String name
7677
) throws Exception;
@@ -104,6 +105,7 @@ ResponseEntity<ConverterType> getConverterByName(
104105
value = "/converters",
105106
produces = { "application/json" }
106107
)
108+
107109
ResponseEntity<List<ConverterType>> getConverters(
108110

109111
) throws Exception;

kommonitor-importer-api/src/main/java/org/n52/kommonitor/importer/api/DatasourceTypesApi.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (6.6.0).
2+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (7.1.0).
33
* https://openapi-generator.tech
44
* Do not edit the class manually.
55
*/
@@ -33,7 +33,7 @@
3333
import java.util.Optional;
3434
import jakarta.annotation.Generated;
3535

36-
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2024-01-30T11:16:17.779113400+01:00[Europe/Berlin]")
36+
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-04-30T08:04:46.470833+02:00[Europe/Berlin]")
3737
@Validated
3838
@Tag(name = "datasources", description = "the datasources API")
3939
public interface DatasourceTypesApi {
@@ -71,6 +71,7 @@ public interface DatasourceTypesApi {
7171
value = "/datasourceTypes/{type}",
7272
produces = { "application/json" }
7373
)
74+
7475
ResponseEntity<DataSourceType> getSupportedDataSourceTypeByType(
7576
@Parameter(name = "type", description = "unique type of the datasource", required = true, in = ParameterIn.PATH) @PathVariable("type") String type
7677
) throws Exception;
@@ -104,6 +105,7 @@ ResponseEntity<DataSourceType> getSupportedDataSourceTypeByType(
104105
value = "/datasourceTypes",
105106
produces = { "application/json" }
106107
)
108+
107109
ResponseEntity<List<DataSourceType>> getSupportedDataSourceTypes(
108110

109111
) throws Exception;

kommonitor-importer-api/src/main/java/org/n52/kommonitor/importer/api/GeoresourcesApi.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (6.6.0).
2+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (7.1.0).
33
* https://openapi-generator.tech
44
* Do not edit the class manually.
55
*/
@@ -35,7 +35,7 @@
3535
import java.util.Optional;
3636
import jakarta.annotation.Generated;
3737

38-
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2024-01-30T11:16:17.779113400+01:00[Europe/Berlin]")
38+
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-04-30T08:04:46.470833+02:00[Europe/Berlin]")
3939
@Validated
4040
@Tag(name = "georesources", description = "Additional georesources that are necessary for the computation of indicators (e.g. land use, locations of schools, streets/ways)")
4141
public interface GeoresourcesApi {
@@ -74,6 +74,7 @@ public interface GeoresourcesApi {
7474
produces = { "application/json" },
7575
consumes = { "application/json" }
7676
)
77+
7778
ResponseEntity<ImportResponseType> importGeoresource(
7879
@Parameter(name = "ImportGeoresourcePOSTInputType", description = "Definitions to create georesources") @Valid @RequestBody(required = false) ImportGeoresourcePOSTInputType importGeoresourcePOSTInputType
7980
) throws Exception;
@@ -113,6 +114,7 @@ ResponseEntity<ImportResponseType> importGeoresource(
113114
produces = { "application/json" },
114115
consumes = { "application/json" }
115116
)
117+
116118
ResponseEntity<ImportResponseType> updateGeoresource(
117119
@Parameter(name = "UpdateGeoresourcePOSTInputType", description = "Definitions to update georesources") @Valid @RequestBody(required = false) UpdateGeoresourcePOSTInputType updateGeoresourcePOSTInputType
118120
) throws Exception;

kommonitor-importer-api/src/main/java/org/n52/kommonitor/importer/api/IndicatorsApi.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (6.6.0).
2+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (7.1.0).
33
* https://openapi-generator.tech
44
* Do not edit the class manually.
55
*/
@@ -34,7 +34,7 @@
3434
import java.util.Optional;
3535
import jakarta.annotation.Generated;
3636

37-
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2024-01-30T11:16:17.779113400+01:00[Europe/Berlin]")
37+
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-04-30T08:04:46.470833+02:00[Europe/Berlin]")
3838
@Validated
3939
@Tag(name = "indicators", description = "Municipal indicators that provide statiscial time series information")
4040
public interface IndicatorsApi {
@@ -73,6 +73,7 @@ public interface IndicatorsApi {
7373
produces = { "application/json" },
7474
consumes = { "application/json" }
7575
)
76+
7677
ResponseEntity<ImportResponseType> updateIndicator(
7778
@Parameter(name = "UpdateIndicatorPOSTInputType", description = "Definitions to create or update indicators") @Valid @RequestBody(required = false) UpdateIndicatorPOSTInputType updateIndicatorPOSTInputType
7879
) throws Exception;

kommonitor-importer-api/src/main/java/org/n52/kommonitor/importer/api/SpatialUnitsApi.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (6.6.0).
2+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (7.1.0).
33
* https://openapi-generator.tech
44
* Do not edit the class manually.
55
*/
@@ -35,7 +35,7 @@
3535
import java.util.Optional;
3636
import jakarta.annotation.Generated;
3737

38-
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2024-01-30T11:16:17.779113400+01:00[Europe/Berlin]")
38+
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-04-30T08:04:46.470833+02:00[Europe/Berlin]")
3939
@Validated
4040
@Tag(name = "spatial-units", description = "Spatial units/levels for which indicators can be associated (e.g. rastercells, building blocks, quarters, city districts, city boroughs, city)")
4141
public interface SpatialUnitsApi {
@@ -74,6 +74,7 @@ public interface SpatialUnitsApi {
7474
produces = { "application/json" },
7575
consumes = { "application/json" }
7676
)
77+
7778
ResponseEntity<ImportResponseType> importSpatialUnit(
7879
@Parameter(name = "ImportSpatialUnitPOSTInputType", description = "Definitions to import spatial units") @Valid @RequestBody(required = false) ImportSpatialUnitPOSTInputType importSpatialUnitPOSTInputType
7980
) throws Exception;
@@ -113,6 +114,7 @@ ResponseEntity<ImportResponseType> importSpatialUnit(
113114
produces = { "application/json" },
114115
consumes = { "application/json" }
115116
)
117+
116118
ResponseEntity<ImportResponseType> updateSpatialUnit(
117119
@Parameter(name = "UpdateSpatialUnitPOSTInputType", description = "Definitions to update spatial units") @Valid @RequestBody(required = false) UpdateSpatialUnitPOSTInputType updateSpatialUnitPOSTInputType
118120
) throws Exception;

kommonitor-importer-api/src/main/java/org/n52/kommonitor/importer/api/UploadApi.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (6.6.0).
2+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (7.1.0).
33
* https://openapi-generator.tech
44
* Do not edit the class manually.
55
*/
@@ -33,7 +33,7 @@
3333
import java.util.Optional;
3434
import jakarta.annotation.Generated;
3535

36-
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2024-01-30T11:16:17.779113400+01:00[Europe/Berlin]")
36+
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2025-04-30T08:04:46.470833+02:00[Europe/Berlin]")
3737
@Validated
3838
@Tag(name = "upload", description = "the upload API")
3939
public interface UploadApi {
@@ -66,6 +66,7 @@ public interface UploadApi {
6666
value = "/upload",
6767
produces = { "application/json" }
6868
)
69+
6970
ResponseEntity<List<UploadedFileType>> getUploadedFiles(
7071

7172
) throws Exception;
@@ -109,6 +110,7 @@ ResponseEntity<List<UploadedFileType>> getUploadedFiles(
109110
produces = { "text/plain", "application/json" },
110111
consumes = { "multipart/form-data" }
111112
)
113+
112114
ResponseEntity<String> upload(
113115
@Parameter(name = "filename", description = "The name that will be used for storing the file on the server") @Valid @RequestParam(value = "filename", required = false) String filename,
114116
@Parameter(name = "file", description = "The file to upload") @RequestPart(value = "file", required = false) MultipartFile file

0 commit comments

Comments
 (0)