Skip to content

Commit 41b1e7e

Browse files
committed
Update client to version 1.0.0-rc+1
1 parent 2bcfd05 commit 41b1e7e

658 files changed

Lines changed: 110059 additions & 108033 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger
44
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

66
- API version: INSTANCE-SNAPSHOT
7-
- Package version: 1.0.0-rc
7+
- Package version: 1.0.0-rc+1
88
- Build package: io.swagger.codegen.languages.PythonClientCodegen
99

1010
## Requirements.
@@ -17,9 +17,9 @@ Python 2.7 and 3.4+
1717
If the python package is hosted on Github, you can install directly from Github
1818

1919
```sh
20-
pip install git+https://github.com/OpenSILEX/opensilexClientToolsPython.git@1.0.0-rc
20+
pip install git+https://github.com/OpenSILEX/opensilexClientToolsPython.git@1.0.0-rc+1
2121
```
22-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/OpenSILEX/opensilexClientToolsPython.git@1.0.0-rc`)
22+
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/OpenSILEX/opensilexClientToolsPython.git@1.0.0-rc+1`)
2323

2424
Then import the package:
2525
```python
@@ -226,20 +226,16 @@ Class | Method | HTTP request | Description
226226
*OntologyApi* | [**update_property**](docs/OntologyApi.md#update_property) | **PUT** /ontology/property | Update a RDF property
227227
*OrganisationsApi* | [**create_infrastructure**](docs/OrganisationsApi.md#create_infrastructure) | **POST** /core/organisations | Create an organisation
228228
*OrganisationsApi* | [**create_infrastructure_facility**](docs/OrganisationsApi.md#create_infrastructure_facility) | **POST** /core/facilities | Create a facility
229-
*OrganisationsApi* | [**create_infrastructure_team**](docs/OrganisationsApi.md#create_infrastructure_team) | **POST** /core/teams | Create a team
230229
*OrganisationsApi* | [**delete_infrastructure**](docs/OrganisationsApi.md#delete_infrastructure) | **DELETE** /core/organisations/{uri} | Delete an organisation
231230
*OrganisationsApi* | [**delete_infrastructure_facility**](docs/OrganisationsApi.md#delete_infrastructure_facility) | **DELETE** /core/facilities/{uri} | Delete a facility
232-
*OrganisationsApi* | [**delete_infrastructure_team**](docs/OrganisationsApi.md#delete_infrastructure_team) | **DELETE** /core/teams/{uri} | Delete a team
233231
*OrganisationsApi* | [**get_all_facilities**](docs/OrganisationsApi.md#get_all_facilities) | **GET** /core/facilities/all_facilities | Get all facilities
234232
*OrganisationsApi* | [**get_facilities_by_uri**](docs/OrganisationsApi.md#get_facilities_by_uri) | **GET** /core/facilities/by_uris | Get facilities by their URIs
235233
*OrganisationsApi* | [**get_infrastructure**](docs/OrganisationsApi.md#get_infrastructure) | **GET** /core/organisations/{uri} | Get an organisation
236234
*OrganisationsApi* | [**get_infrastructure_facility**](docs/OrganisationsApi.md#get_infrastructure_facility) | **GET** /core/facilities/{uri} | Get a facility
237-
*OrganisationsApi* | [**get_infrastructure_team**](docs/OrganisationsApi.md#get_infrastructure_team) | **GET** /core/teams/{uri} | Get a team
238235
*OrganisationsApi* | [**search_infrastructure_facilities**](docs/OrganisationsApi.md#search_infrastructure_facilities) | **GET** /core/facilities | Search facilities
239236
*OrganisationsApi* | [**search_infrastructures_tree**](docs/OrganisationsApi.md#search_infrastructures_tree) | **GET** /core/organisations | Search organisations
240237
*OrganisationsApi* | [**update_infrastructure**](docs/OrganisationsApi.md#update_infrastructure) | **PUT** /core/organisations | Update an organisation
241238
*OrganisationsApi* | [**update_infrastructure_facility**](docs/OrganisationsApi.md#update_infrastructure_facility) | **PUT** /core/facilities | Update a facility
242-
*OrganisationsApi* | [**update_infrastructure_team**](docs/OrganisationsApi.md#update_infrastructure_team) | **PUT** /core/teams | Update a team
243239
*PositionsApi* | [**get_position**](docs/PositionsApi.md#get_position) | **GET** /core/positions/{uri} | Get the position of an object
244240
*PositionsApi* | [**search_position_history**](docs/PositionsApi.md#search_position_history) | **GET** /core/positions/history | Search history of position of an object
245241
*ProjectsApi* | [**create_project**](docs/ProjectsApi.md#create_project) | **POST** /core/projects | Add a project
@@ -285,21 +281,26 @@ Class | Method | HTTP request | Description
285281
*SecurityApi* | [**update_user**](docs/SecurityApi.md#update_user) | **PUT** /security/users | Update an user
286282
*SpeciesApi* | [**get_all_species**](docs/SpeciesApi.md#get_all_species) | **GET** /core/species | get species (no pagination)
287283
*SystemApi* | [**get_version_info**](docs/SystemApi.md#get_version_info) | **GET** /core/system/info | get system information
284+
*VariablesApi* | [**classic_export_variable_by_ur_is**](docs/VariablesApi.md#classic_export_variable_by_ur_is) | **POST** /core/variables/export_classic_by_uris | export variable by list of uris
288285
*VariablesApi* | [**create_characteristic**](docs/VariablesApi.md#create_characteristic) | **POST** /core/characteristics | Add a characteristic
289286
*VariablesApi* | [**create_entity**](docs/VariablesApi.md#create_entity) | **POST** /core/entities | Add an entity
287+
*VariablesApi* | [**create_interest_entity**](docs/VariablesApi.md#create_interest_entity) | **POST** /core/entities_of_interest | Add an entity of interest
290288
*VariablesApi* | [**create_method**](docs/VariablesApi.md#create_method) | **POST** /core/methods | Add a method
291289
*VariablesApi* | [**create_unit**](docs/VariablesApi.md#create_unit) | **POST** /core/units | Add an unit
292290
*VariablesApi* | [**create_variable**](docs/VariablesApi.md#create_variable) | **POST** /core/variables | Add a variable
293291
*VariablesApi* | [**create_variables_group**](docs/VariablesApi.md#create_variables_group) | **POST** /core/variables_group | Add a variables group
294292
*VariablesApi* | [**delete_characteristic**](docs/VariablesApi.md#delete_characteristic) | **DELETE** /core/characteristics/{uri} | Delete a characteristic
295293
*VariablesApi* | [**delete_entity**](docs/VariablesApi.md#delete_entity) | **DELETE** /core/entities/{uri} | Delete an entity
294+
*VariablesApi* | [**delete_interest_entity**](docs/VariablesApi.md#delete_interest_entity) | **DELETE** /core/entities_of_interest/{uri} | Delete an entity of interest
296295
*VariablesApi* | [**delete_method**](docs/VariablesApi.md#delete_method) | **DELETE** /core/methods/{uri} | Delete a method
297296
*VariablesApi* | [**delete_unit**](docs/VariablesApi.md#delete_unit) | **DELETE** /core/units/{uri} | Delete an unit
298297
*VariablesApi* | [**delete_variable**](docs/VariablesApi.md#delete_variable) | **DELETE** /core/variables/{uri} | Delete a variable
299298
*VariablesApi* | [**delete_variables_group**](docs/VariablesApi.md#delete_variables_group) | **DELETE** /core/variables_group/{uri} | Delete a variables group
299+
*VariablesApi* | [**details_export_variable_by_ur_is**](docs/VariablesApi.md#details_export_variable_by_ur_is) | **POST** /core/variables/export_details_by_uris | export detailed variable by list of uris
300300
*VariablesApi* | [**get_characteristic**](docs/VariablesApi.md#get_characteristic) | **GET** /core/characteristics/{uri} | Get a characteristic
301301
*VariablesApi* | [**get_datatypes**](docs/VariablesApi.md#get_datatypes) | **GET** /core/variables/datatypes | Get variables datatypes
302302
*VariablesApi* | [**get_entity**](docs/VariablesApi.md#get_entity) | **GET** /core/entities/{uri} | Get an entity
303+
*VariablesApi* | [**get_interest_entity**](docs/VariablesApi.md#get_interest_entity) | **GET** /core/entities_of_interest/{uri} | Get an entity of interest
303304
*VariablesApi* | [**get_method**](docs/VariablesApi.md#get_method) | **GET** /core/methods/{uri} | Get a method
304305
*VariablesApi* | [**get_unit**](docs/VariablesApi.md#get_unit) | **GET** /core/units/{uri} | Get an unit
305306
*VariablesApi* | [**get_variable**](docs/VariablesApi.md#get_variable) | **GET** /core/variables/{uri} | Get a variable
@@ -308,13 +309,15 @@ Class | Method | HTTP request | Description
308309
*VariablesApi* | [**get_variables_group_by_ur_is**](docs/VariablesApi.md#get_variables_group_by_ur_is) | **GET** /core/variables_group/by_uris | Get variables groups by their URIs
309310
*VariablesApi* | [**search_characteristics**](docs/VariablesApi.md#search_characteristics) | **GET** /core/characteristics | Search characteristics by name
310311
*VariablesApi* | [**search_entities**](docs/VariablesApi.md#search_entities) | **GET** /core/entities | Search entities by name
312+
*VariablesApi* | [**search_interest_entity**](docs/VariablesApi.md#search_interest_entity) | **GET** /core/entities_of_interest | Search entities of interest by name
311313
*VariablesApi* | [**search_methods**](docs/VariablesApi.md#search_methods) | **GET** /core/methods | Search methods by name
312314
*VariablesApi* | [**search_units**](docs/VariablesApi.md#search_units) | **GET** /core/units | Search units by name
313315
*VariablesApi* | [**search_variables**](docs/VariablesApi.md#search_variables) | **GET** /core/variables | Search variables by name, long name, entity, characteristic, method or unit name
314316
*VariablesApi* | [**search_variables_details**](docs/VariablesApi.md#search_variables_details) | **GET** /core/variables/details | Search detailed variables by name, long name, entity, characteristic, method or unit name
315317
*VariablesApi* | [**search_variables_groups**](docs/VariablesApi.md#search_variables_groups) | **GET** /core/variables_group | Search variables groups
316318
*VariablesApi* | [**update_characteristic**](docs/VariablesApi.md#update_characteristic) | **PUT** /core/characteristics | Update a characteristic
317319
*VariablesApi* | [**update_entity**](docs/VariablesApi.md#update_entity) | **PUT** /core/entities | Update an entity
320+
*VariablesApi* | [**update_interest_entity**](docs/VariablesApi.md#update_interest_entity) | **PUT** /core/entities_of_interest | Update an entity of interest
318321
*VariablesApi* | [**update_method**](docs/VariablesApi.md#update_method) | **PUT** /core/methods | Update a method
319322
*VariablesApi* | [**update_unit**](docs/VariablesApi.md#update_unit) | **PUT** /core/units | Update an unit
320323
*VariablesApi* | [**update_variable**](docs/VariablesApi.md#update_variable) | **PUT** /core/variables | Update a variable
@@ -428,8 +431,11 @@ Class | Method | HTTP request | Description
428431
- [InfrastructureFacilityNamedDTO](docs/InfrastructureFacilityNamedDTO.md)
429432
- [InfrastructureFacilityUpdateDTO](docs/InfrastructureFacilityUpdateDTO.md)
430433
- [InfrastructureGetDTO](docs/InfrastructureGetDTO.md)
431-
- [InfrastructureTeamDTO](docs/InfrastructureTeamDTO.md)
432434
- [InfrastructureUpdateDTO](docs/InfrastructureUpdateDTO.md)
435+
- [InterestEntityCreationDTO](docs/InterestEntityCreationDTO.md)
436+
- [InterestEntityDetailsDTO](docs/InterestEntityDetailsDTO.md)
437+
- [InterestEntityGetDTO](docs/InterestEntityGetDTO.md)
438+
- [InterestEntityUpdateDTO](docs/InterestEntityUpdateDTO.md)
433439
- [Level](docs/Level.md)
434440
- [LineString](docs/LineString.md)
435441
- [ListItemDTO](docs/ListItemDTO.md)
@@ -451,7 +457,9 @@ Class | Method | HTTP request | Description
451457
- [MultiPolygon](docs/MultiPolygon.md)
452458
- [NamedResourceDTO](docs/NamedResourceDTO.md)
453459
- [NamedResourceDTOFactorLevelModel](docs/NamedResourceDTOFactorLevelModel.md)
460+
- [NamedResourceDTOGroupModel](docs/NamedResourceDTOGroupModel.md)
454461
- [NamedResourceDTOInfrastructureModel](docs/NamedResourceDTOInfrastructureModel.md)
462+
- [NamedResourceDTOInterestEntityModel](docs/NamedResourceDTOInterestEntityModel.md)
455463
- [NamedResourceDTOProjectModel](docs/NamedResourceDTOProjectModel.md)
456464
- [OWLClassPropertyRestrictionDTO](docs/OWLClassPropertyRestrictionDTO.md)
457465
- [ObjectUriResponse](docs/ObjectUriResponse.md)

docs/ActivityCreationDTO.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# ActivityCreationDTO
2-
3-
## Properties
4-
Name | Type | Description | Notes
5-
------------ | ------------- | ------------- | -------------
6-
**rdf_type** | **str** | activity type defined in the ontology | [optional]
7-
**uri** | **str** | external uri of the activity or process | [optional]
8-
**start_date** | **str** | start date or datetime | [optional]
9-
**end_date** | **str** | end date or datetime | [optional]
10-
**timezone** | **str** | to specify if the offset is not in the dates and if the timezone is different from the default one | [optional]
11-
**settings** | **dict(str, object)** | a key-value system to store process parameters | [optional]
12-
13-
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14-
15-
1+
# ActivityCreationDTO
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**rdf_type** | **str** | activity type defined in the ontology | [optional]
7+
**uri** | **str** | external uri of the activity or process | [optional]
8+
**start_date** | **str** | start date or datetime | [optional]
9+
**end_date** | **str** | end date or datetime | [optional]
10+
**timezone** | **str** | to specify if the offset is not in the dates and if the timezone is different from the default one | [optional]
11+
**settings** | **dict(str, object)** | a key-value system to store process parameters | [optional]
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
15+

docs/ActivityGetDTO.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# ActivityGetDTO
2-
3-
## Properties
4-
Name | Type | Description | Notes
5-
------------ | ------------- | ------------- | -------------
6-
**rdf_type** | **str** | activity type defined in the ontology | [optional]
7-
**uri** | **str** | external uri of the activity or process | [optional]
8-
**start_date** | **str** | start date or datetime | [optional]
9-
**end_date** | **str** | end date or datetime | [optional]
10-
**settings** | **dict(str, object)** | a key-value system to store process parameters | [optional]
11-
12-
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13-
14-
1+
# ActivityGetDTO
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**rdf_type** | **str** | activity type defined in the ontology | [optional]
7+
**uri** | **str** | external uri of the activity or process | [optional]
8+
**start_date** | **str** | start date or datetime | [optional]
9+
**end_date** | **str** | end date or datetime | [optional]
10+
**settings** | **dict(str, object)** | a key-value system to store process parameters | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+
14+

docs/AgentModel.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# AgentModel
2-
3-
## Properties
4-
Name | Type | Description | Notes
5-
------------ | ------------- | ------------- | -------------
6-
**uri** | **str** | agent uri | [optional]
7-
**rdf_type** | **str** | activity type defined in the ontology | [optional]
8-
**settings** | **dict(str, object)** | a key value system to store agent parameters | [optional]
9-
10-
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11-
12-
1+
# AgentModel
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**uri** | **str** | agent uri | [optional]
7+
**rdf_type** | **str** | activity type defined in the ontology | [optional]
8+
**settings** | **dict(str, object)** | a key value system to store agent parameters | [optional]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
12+

docs/AnnotationCreationDTO.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# AnnotationCreationDTO
2-
3-
## Properties
4-
Name | Type | Description | Notes
5-
------------ | ------------- | ------------- | -------------
6-
**uri** | **str** | | [optional]
7-
**description** | **str** | |
8-
**targets** | **list[str]** | |
9-
**motivation** | **str** | |
10-
11-
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12-
13-
1+
# AnnotationCreationDTO
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**uri** | **str** | | [optional]
7+
**description** | **str** | |
8+
**targets** | **list[str]** | |
9+
**motivation** | **str** | |
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+
13+

docs/AnnotationGetDTO.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# AnnotationGetDTO
2-
3-
## Properties
4-
Name | Type | Description | Notes
5-
------------ | ------------- | ------------- | -------------
6-
**uri** | **str** | Annotation URI | [optional]
7-
**description** | **str** | Content of the annotation | [optional]
8-
**targets** | **list[str]** | | [optional]
9-
**motivation** | [**MotivationGetDTO**](MotivationGetDTO.md) | | [optional]
10-
**created** | **str** | Creation date | [optional]
11-
**author** | **str** | Annotation author URI | [optional]
12-
13-
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14-
15-
1+
# AnnotationGetDTO
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**uri** | **str** | Annotation URI | [optional]
7+
**description** | **str** | Content of the annotation | [optional]
8+
**targets** | **list[str]** | | [optional]
9+
**motivation** | [**MotivationGetDTO**](MotivationGetDTO.md) | | [optional]
10+
**created** | **str** | Creation date | [optional]
11+
**author** | **str** | Annotation author URI | [optional]
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
15+

docs/AnnotationUpdateDTO.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# AnnotationUpdateDTO
2-
3-
## Properties
4-
Name | Type | Description | Notes
5-
------------ | ------------- | ------------- | -------------
6-
**uri** | **str** | |
7-
**description** | **str** | |
8-
**targets** | **list[str]** | |
9-
**motivation** | **str** | |
10-
11-
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12-
13-
1+
# AnnotationUpdateDTO
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**uri** | **str** | |
7+
**description** | **str** | |
8+
**targets** | **list[str]** | |
9+
**motivation** | **str** | |
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+
13+

0 commit comments

Comments
 (0)