threedi-api-client 4.1.9.dev0__tar.gz → 4.1.11.dev0__tar.gz
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.
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/HISTORY.rst +18 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/PKG-INFO +35 -4
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/setup.py +6 -3
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/__init__.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/openapi/api_client.py +2 -3
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/openapi/configuration.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/openapi/rest.py +2 -4
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/__init__.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/api/v3_api.py +23 -23
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/api/v3_beta_api.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/api_client.py +2 -3
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/configuration.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/exceptions.py +2 -2
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/__init__.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/action.py +2 -2
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/add_user.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/aggregation_settings.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/arrival_time_post_processing.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/authenticate.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/base_event_state.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/basic_post_processing.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/boundary_condition.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/breach.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/breach_graph.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/breach_graph_request.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/commit.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/constant_lateral.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/constant_leakage.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/constant_local_rain.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/constant_rain.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/constant_sources_sinks.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/constant_wind.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/contract.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/create_revision.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/create_template.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/create_threedimodel.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/current_status.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/current_version.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/customized_result_area.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/damage_estimation.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/damage_post_processing.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/destroy_revision.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/download.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/event.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/extent.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/file.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/file_boundary_condition.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/file_lateral.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/file_meta.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/file_raster_leakage.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/file_raster_rain.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/file_raster_sources_sinks.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/file_read_only.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/file_structure_control.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/file_timeseries_leakage.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/file_timeseries_rain.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/file_timeseries_sources_sinks.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/forcing_substance.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/forcing_substance_with_zone.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/from_template.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/grid_event_state.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/ground_water_level.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/ground_water_raster.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/ground_water_substance_concentration.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/initial_concentration.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/initial_saved_state.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/initial_saved_state_overview.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/initial_waterlevel.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response200.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response2001.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20010.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20011.py +4 -4
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20012.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20013.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20014.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20015.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20016.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20017.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20018.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20019.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response2002.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20020.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20021.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20022.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20023.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20024.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20025.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20026.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20027.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20028.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20029.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response2003.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20030.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20031.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20032.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20033.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20034.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20035.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20036.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20037.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20038.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20039.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response2004.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20040.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20041.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20042.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20043.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20044.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20045.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20046.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20047.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20048.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20049.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response2005.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20050.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20051.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20052.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20053.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20054.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20055.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20056.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20057.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20058.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20059.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response2006.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20060.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20061.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20062.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20063.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20064.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20065.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20066.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20067.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20068.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20069.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response2007.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20070.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20071.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20072.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20073.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20074.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20075.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20076.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20077.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20078.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20079.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response2008.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20080.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response2009.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inpy_version.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/lateral.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/linestring.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/lizard_raster_rain.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/lizard_raster_sources_sinks.py +2 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/lizard_timeseries_rain.py +2 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/lizard_timeseries_sources_sinks.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/local_rain.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/measure_location.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/measure_location_grid_event_state.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/measure_specification.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/memory_structure_control.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/net_cdf_raster_leakage.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/net_cdf_raster_rain.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/net_cdf_raster_sources_sinks.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/net_cdf_timeseries_leakage.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/net_cdf_timeseries_rain.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/net_cdf_timeseries_sources_sinks.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/numerical_settings.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/obstacle_edit.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/one_d_substance_concentration.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/one_d_water_level.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/one_d_water_level_file.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/one_d_water_level_predefined.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/organisation.py +31 -5
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/organisation_role.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/organisation_settings.py +8 -120
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/organisation_user.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/organisation_user_role_patch.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/output_settings.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/personal_api_key.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/personal_api_key_with_secret.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/physical_settings.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/point.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/polygon.py +3 -3
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/post_processing_overview.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/post_processing_queue.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/post_processing_status.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/potential_breach.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/profile.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/progress.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/pump_discharge_graph.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/pump_discharge_graph_request.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/rain_graph.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/rain_graph_request.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/raster.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/raster_create.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/raster_edit.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/raster_edit_urls.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/raster_options.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/refresh.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/repository.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/result.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/result_file.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/revision.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/revision_raster.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/revision_task.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/role.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/saved_state_overview.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/schematisation.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/schematisation_revision.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/settings.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/simulation.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/simulation_channel.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/simulation_settings_overview.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/simulation_status.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/simulation_status_statistics.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/simulation_update.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/sqlite.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/sqlite_file_upload.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/stable_threshold_saved_state.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/status.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/substance.py +1 -4
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/table_structure_control.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/template.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/threedi_model.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/threedi_model_saved_state.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/threedi_model_task.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/threshold.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/time_step_settings.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/timed_saved_state_update.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/timed_structure_control.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/timeout.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/timeseries_lateral.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/timeseries_leakage.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/timeseries_leakage_overview.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/timeseries_local_rain.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/timeseries_rain.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/timeseries_rain_overview.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/timeseries_sources_sinks.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/timeseries_sources_sinks_overview.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/timeseries_wind.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/tms.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/tokens.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/two_d_substance_concentration.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/two_d_water_level.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/two_d_water_raster.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/update_revision.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/update_template.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/upload.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/upload_event_file.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/upload_with_substances.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/usage.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/usage_statistics.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/user.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/user_tokens.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/water_flow_graph_request.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/water_graph.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/water_level_graph_request.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/water_level_profile.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/water_level_profile_request.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/water_quality_customized_result_area.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/water_quality_output_settings.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/water_quality_settings.py +4 -35
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/waterdepth.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/wind.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/wind_drag_coefficient.py +1 -1
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/rest.py +5 -8
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client.egg-info/PKG-INFO +35 -4
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client.egg-info/requires.txt +4 -2
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/AUTHORS.rst +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/CONTRIBUTING.rst +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/LICENSE +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/MANIFEST.in +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/README.rst +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/docs/Makefile +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/docs/conf.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/docs/examples.rst +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/docs/files.rst +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/docs/index.rst +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/docs/make.bat +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/docs/usage.rst +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/LICENSE +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/__init__.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/aio/__init__.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/aio/api/__init__.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/aio/api_client.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/aio/configuration.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/aio/exceptions.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/aio/models/__init__.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/aio/rest.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/__init__.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/auth_api.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/contracts_api.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/files_api.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/inpy_versions_api.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/organisations_api.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/permissions_api.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/repositories_api.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/revisions_api.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/roles_api.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/simulations_api.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/statuses_api.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/threedimodels_api.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/usage_api.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api_client.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/configuration.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/exceptions.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/__init__.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/action.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/aggregation_settings.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/arrival_time_post_processing.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/authenticate.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/base_event_state.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/basic_post_processing.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/boundary_condition.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/breach.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/breach_graph.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/breach_graph_request.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/constant_lateral.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/constant_leakage.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/constant_local_rain.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/constant_rain.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/constant_sources_sinks.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/constant_wind.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/contract.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/current_status.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/damage_estimation.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/damage_post_processing.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/download.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/event.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/extent.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_boundary_condition.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_lateral.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_meta.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_raster_leakage.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_raster_rain.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_raster_sources_sinks.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_read_only.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_timeseries_leakage.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_timeseries_rain.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_timeseries_sources_sinks.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/grid_event_state.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/ground_water_level.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/ground_water_raster.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/initial_saved_state.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/initial_saved_state_overview.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/initial_waterlevel.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response200.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response2001.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20010.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20011.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20012.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20013.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20014.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20015.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20016.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20017.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20018.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20019.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response2002.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20020.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20021.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20022.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20023.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20024.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20025.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20026.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20027.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20028.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20029.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response2003.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20030.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20031.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20032.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20033.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20034.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20035.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20036.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20037.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20038.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20039.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response2004.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20040.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20041.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20042.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20043.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20044.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20045.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20046.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20047.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20048.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20049.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response2005.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20050.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20051.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20052.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20053.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20054.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20055.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20056.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20057.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20058.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20059.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response2006.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20060.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20061.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response2007.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response2008.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response2009.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inpy_version.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/lateral.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/linestring.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/lizard_raster_rain.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/lizard_raster_sources_sinks.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/lizard_timeseries_rain.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/lizard_timeseries_sources_sinks.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/local_rain.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/measure_location.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/measure_location_grid_event_state.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/measure_specification.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/memory_structure_control.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/net_cdf_raster_leakage.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/net_cdf_raster_rain.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/net_cdf_raster_sources_sinks.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/net_cdf_timeseries_leakage.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/net_cdf_timeseries_rain.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/net_cdf_timeseries_sources_sinks.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/numerical_settings.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/one_d_water_level.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/one_d_water_level_predefined.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/organisation.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/organisation_role.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/physical_settings.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/point.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/polygon.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/post_processing_overview.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/post_processing_queue.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/post_processing_status.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/potential_breach.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/profile.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/progress.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/pump_discharge_graph.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/pump_discharge_graph_request.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/raster.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/raster_edit.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/raster_edit_urls.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/raster_options.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/refresh.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/repository.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/result.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/result_file.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/revision.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/role.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/saved_state_overview.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/settings.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/simulation.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/simulation_channel.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/simulation_settings_overview.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/simulation_status.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/simulation_status_statistics.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/simulation_update.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/stable_threshold_saved_state.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/table_structure_control.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/threedi_model.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/threedi_model_saved_state.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/threshold.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/time_step_settings.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timed_saved_state_update.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timed_structure_control.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeout.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeseries_lateral.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeseries_leakage.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeseries_leakage_overview.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeseries_local_rain.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeseries_rain.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeseries_rain_overview.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeseries_sources_sinks.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeseries_sources_sinks_overview.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeseries_wind.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/tms.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/tokens.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/two_d_water_level.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/two_d_water_raster.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/upload.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/upload_event_file.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/usage.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/usage_statistics.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/user.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/water_flow_graph_request.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/water_graph.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/water_level_graph_request.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/water_level_profile.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/water_level_profile_request.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/waterdepth.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/wind.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/wind_drag_coefficient.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/rest.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/setup.cfg +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/tests/test_auth.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/tests/test_exceptions.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/tests/test_files.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/tests/test_files_aio.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/tests/test_threedi_api.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/tests/test_threedi_api_client.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/tests/test_threedi_api_client_aio.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/__init__.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/aiohttp_retry.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/files.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/openapi/__init__.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/openapi/exceptions.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/openapi/models/__init__.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/threedi_api_client.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/api.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/auth.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/config.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/files.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/api/__init__.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/threedi_api_client.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/versions.py +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client.egg-info/SOURCES.txt +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client.egg-info/dependency_links.txt +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client.egg-info/not-zip-safe +0 -0
- {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client.egg-info/top_level.txt +0 -0
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
History
|
|
3
3
|
=======
|
|
4
4
|
|
|
5
|
+
4.1.11 (unreleased)
|
|
6
|
+
-------------------
|
|
7
|
+
|
|
8
|
+
- Nothing changed yet.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
4.1.10 (2025-04-10)
|
|
12
|
+
-------------------
|
|
13
|
+
|
|
14
|
+
- Moved sphinx-rtd-theme to docs_requirement
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
4.1.9 (2025-03-25)
|
|
18
|
+
------------------
|
|
19
|
+
|
|
20
|
+
- Api version 3.4.40
|
|
21
|
+
|
|
22
|
+
|
|
5
23
|
4.1.9.dev0 (2024-12-20)
|
|
6
24
|
-----------------------
|
|
7
25
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: threedi-api-client
|
|
3
|
-
Version: 4.1.
|
|
3
|
+
Version: 4.1.11.dev0
|
|
4
4
|
Summary: client for the threedi API
|
|
5
5
|
Home-page: https://github.com/nens/threedi-api-client
|
|
6
6
|
Author: Lars Claussen
|
|
@@ -16,10 +16,9 @@ Requires-Python: >=3.7
|
|
|
16
16
|
License-File: LICENSE
|
|
17
17
|
License-File: AUTHORS.rst
|
|
18
18
|
Requires-Dist: certifi>=2019.3.9
|
|
19
|
-
Requires-Dist: urllib3<
|
|
19
|
+
Requires-Dist: urllib3<3.0.0,>=2.0
|
|
20
20
|
Requires-Dist: six>=1.10
|
|
21
21
|
Requires-Dist: python-dateutil
|
|
22
|
-
Requires-Dist: sphinx-rtd-theme
|
|
23
22
|
Provides-Extra: aio
|
|
24
23
|
Requires-Dist: aiohttp<3.10,>=3.6.3; extra == "aio"
|
|
25
24
|
Requires-Dist: aiofiles>=0.6; extra == "aio"
|
|
@@ -28,6 +27,20 @@ Requires-Dist: pytest; extra == "test"
|
|
|
28
27
|
Requires-Dist: pytest-asyncio; extra == "test"
|
|
29
28
|
Requires-Dist: mock; python_version < "3.8" and extra == "test"
|
|
30
29
|
Requires-Dist: pyjwt; extra == "test"
|
|
30
|
+
Provides-Extra: docs
|
|
31
|
+
Requires-Dist: sphinx-rtd-theme; extra == "docs"
|
|
32
|
+
Dynamic: author
|
|
33
|
+
Dynamic: author-email
|
|
34
|
+
Dynamic: classifier
|
|
35
|
+
Dynamic: description
|
|
36
|
+
Dynamic: home-page
|
|
37
|
+
Dynamic: keywords
|
|
38
|
+
Dynamic: license
|
|
39
|
+
Dynamic: license-file
|
|
40
|
+
Dynamic: provides-extra
|
|
41
|
+
Dynamic: requires-dist
|
|
42
|
+
Dynamic: requires-python
|
|
43
|
+
Dynamic: summary
|
|
31
44
|
|
|
32
45
|
======================
|
|
33
46
|
threedi-api-client
|
|
@@ -85,6 +98,24 @@ This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypack
|
|
|
85
98
|
History
|
|
86
99
|
=======
|
|
87
100
|
|
|
101
|
+
4.1.11 (unreleased)
|
|
102
|
+
-------------------
|
|
103
|
+
|
|
104
|
+
- Nothing changed yet.
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
4.1.10 (2025-04-10)
|
|
108
|
+
-------------------
|
|
109
|
+
|
|
110
|
+
- Moved sphinx-rtd-theme to docs_requirement
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
4.1.9 (2025-03-25)
|
|
114
|
+
------------------
|
|
115
|
+
|
|
116
|
+
- Api version 3.4.40
|
|
117
|
+
|
|
118
|
+
|
|
88
119
|
4.1.9.dev0 (2024-12-20)
|
|
89
120
|
-----------------------
|
|
90
121
|
|
|
@@ -3,11 +3,12 @@
|
|
|
3
3
|
|
|
4
4
|
"""The setup script."""
|
|
5
5
|
|
|
6
|
-
from setuptools import setup, find_packages
|
|
7
6
|
import codecs
|
|
8
7
|
import os
|
|
9
8
|
import pathlib
|
|
10
9
|
|
|
10
|
+
from setuptools import find_packages, setup
|
|
11
|
+
|
|
11
12
|
here = os.path.abspath(os.path.dirname(__file__))
|
|
12
13
|
|
|
13
14
|
|
|
@@ -36,10 +37,9 @@ def get_version():
|
|
|
36
37
|
|
|
37
38
|
requirements = [
|
|
38
39
|
'certifi>=2019.3.9',
|
|
39
|
-
|
|
40
|
+
"urllib3>=2.0,<3.0.0",
|
|
40
41
|
'six>=1.10',
|
|
41
42
|
'python-dateutil',
|
|
42
|
-
'sphinx-rtd-theme',
|
|
43
43
|
]
|
|
44
44
|
|
|
45
45
|
aio_requirements = ["aiohttp>=3.6.3,<3.10", "aiofiles>=0.6"]
|
|
@@ -47,6 +47,8 @@ aio_requirements = ["aiohttp>=3.6.3,<3.10", "aiofiles>=0.6"]
|
|
|
47
47
|
# Note: mock contains a backport of AsyncMock
|
|
48
48
|
test_requirements = ["pytest", "pytest-asyncio", "mock ; python_version<'3.8'", 'pyjwt']
|
|
49
49
|
|
|
50
|
+
docs_requirements = ['sphinx-rtd-theme']
|
|
51
|
+
|
|
50
52
|
|
|
51
53
|
setup(
|
|
52
54
|
author="Lars Claussen",
|
|
@@ -77,6 +79,7 @@ setup(
|
|
|
77
79
|
extras_require={
|
|
78
80
|
"aio": aio_requirements,
|
|
79
81
|
"test": test_requirements,
|
|
82
|
+
"docs": docs_requirements,
|
|
80
83
|
},
|
|
81
84
|
test_suite="tests",
|
|
82
85
|
url="https://github.com/nens/threedi-api-client",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"""
|
|
3
3
|
3Di API
|
|
4
4
|
|
|
5
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
5
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
6
6
|
|
|
7
7
|
The version of the OpenAPI document: v3
|
|
8
8
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -21,9 +21,8 @@ import os
|
|
|
21
21
|
import re
|
|
22
22
|
import tempfile
|
|
23
23
|
|
|
24
|
-
# python 2 and python 3 compatibility library
|
|
25
24
|
import six
|
|
26
|
-
from
|
|
25
|
+
from urllib.parse import quote
|
|
27
26
|
|
|
28
27
|
from threedi_api_client.aio.openapi.configuration import Configuration
|
|
29
28
|
import threedi_api_client.aio.openapi.models
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -19,9 +19,7 @@ import ssl
|
|
|
19
19
|
|
|
20
20
|
import aiohttp
|
|
21
21
|
import certifi
|
|
22
|
-
|
|
23
|
-
from six.moves.urllib.parse import urlencode
|
|
24
|
-
|
|
22
|
+
from urllib.parse import urlencode
|
|
25
23
|
from threedi_api_client.aio.openapi.exceptions import ApiException, ApiValueError
|
|
26
24
|
|
|
27
25
|
logger = logging.getLogger(__name__)
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"""
|
|
6
6
|
3Di API
|
|
7
7
|
|
|
8
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
8
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
9
9
|
|
|
10
10
|
The version of the OpenAPI document: v3
|
|
11
11
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -3534,7 +3534,7 @@ class V3Api(object):
|
|
|
3534
3534
|
>>> result = thread.get()
|
|
3535
3535
|
|
|
3536
3536
|
:param async_req bool: execute request asynchronously
|
|
3537
|
-
:param
|
|
3537
|
+
:param Settings data: (required)
|
|
3538
3538
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
3539
3539
|
be returned without reading/decoding response
|
|
3540
3540
|
data. Default is True.
|
|
@@ -3542,7 +3542,7 @@ class V3Api(object):
|
|
|
3542
3542
|
number provided, it will be total request
|
|
3543
3543
|
timeout. It can also be a pair (tuple) of
|
|
3544
3544
|
(connection, read) timeouts.
|
|
3545
|
-
:return:
|
|
3545
|
+
:return: Settings
|
|
3546
3546
|
If the method is called asynchronously,
|
|
3547
3547
|
returns the request thread.
|
|
3548
3548
|
"""
|
|
@@ -3559,7 +3559,7 @@ class V3Api(object):
|
|
|
3559
3559
|
>>> result = thread.get()
|
|
3560
3560
|
|
|
3561
3561
|
:param async_req bool: execute request asynchronously
|
|
3562
|
-
:param
|
|
3562
|
+
:param Settings data: (required)
|
|
3563
3563
|
:param _return_http_data_only: response data without head status code
|
|
3564
3564
|
and headers
|
|
3565
3565
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -3569,7 +3569,7 @@ class V3Api(object):
|
|
|
3569
3569
|
number provided, it will be total request
|
|
3570
3570
|
timeout. It can also be a pair (tuple) of
|
|
3571
3571
|
(connection, read) timeouts.
|
|
3572
|
-
:return: tuple(
|
|
3572
|
+
:return: tuple(Settings, status_code(int), headers(HTTPHeaderDict))
|
|
3573
3573
|
If the method is called asynchronously,
|
|
3574
3574
|
returns the request thread.
|
|
3575
3575
|
"""
|
|
@@ -3634,7 +3634,7 @@ class V3Api(object):
|
|
|
3634
3634
|
body=body_params,
|
|
3635
3635
|
post_params=form_params,
|
|
3636
3636
|
files=local_var_files,
|
|
3637
|
-
response_type='
|
|
3637
|
+
response_type='Settings', # noqa: E501
|
|
3638
3638
|
auth_settings=auth_settings,
|
|
3639
3639
|
async_req=local_var_params.get('async_req'),
|
|
3640
3640
|
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
@@ -3878,7 +3878,7 @@ class V3Api(object):
|
|
|
3878
3878
|
|
|
3879
3879
|
:param async_req bool: execute request asynchronously
|
|
3880
3880
|
:param int id: A unique integer value identifying this organisation settings. (required)
|
|
3881
|
-
:param
|
|
3881
|
+
:param Settings data: (required)
|
|
3882
3882
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
3883
3883
|
be returned without reading/decoding response
|
|
3884
3884
|
data. Default is True.
|
|
@@ -3886,7 +3886,7 @@ class V3Api(object):
|
|
|
3886
3886
|
number provided, it will be total request
|
|
3887
3887
|
timeout. It can also be a pair (tuple) of
|
|
3888
3888
|
(connection, read) timeouts.
|
|
3889
|
-
:return:
|
|
3889
|
+
:return: Settings
|
|
3890
3890
|
If the method is called asynchronously,
|
|
3891
3891
|
returns the request thread.
|
|
3892
3892
|
"""
|
|
@@ -3904,7 +3904,7 @@ class V3Api(object):
|
|
|
3904
3904
|
|
|
3905
3905
|
:param async_req bool: execute request asynchronously
|
|
3906
3906
|
:param int id: A unique integer value identifying this organisation settings. (required)
|
|
3907
|
-
:param
|
|
3907
|
+
:param Settings data: (required)
|
|
3908
3908
|
:param _return_http_data_only: response data without head status code
|
|
3909
3909
|
and headers
|
|
3910
3910
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -3914,7 +3914,7 @@ class V3Api(object):
|
|
|
3914
3914
|
number provided, it will be total request
|
|
3915
3915
|
timeout. It can also be a pair (tuple) of
|
|
3916
3916
|
(connection, read) timeouts.
|
|
3917
|
-
:return: tuple(
|
|
3917
|
+
:return: tuple(Settings, status_code(int), headers(HTTPHeaderDict))
|
|
3918
3918
|
If the method is called asynchronously,
|
|
3919
3919
|
returns the request thread.
|
|
3920
3920
|
"""
|
|
@@ -3986,7 +3986,7 @@ class V3Api(object):
|
|
|
3986
3986
|
body=body_params,
|
|
3987
3987
|
post_params=form_params,
|
|
3988
3988
|
files=local_var_files,
|
|
3989
|
-
response_type='
|
|
3989
|
+
response_type='Settings', # noqa: E501
|
|
3990
3990
|
auth_settings=auth_settings,
|
|
3991
3991
|
async_req=local_var_params.get('async_req'),
|
|
3992
3992
|
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
@@ -4012,7 +4012,7 @@ class V3Api(object):
|
|
|
4012
4012
|
number provided, it will be total request
|
|
4013
4013
|
timeout. It can also be a pair (tuple) of
|
|
4014
4014
|
(connection, read) timeouts.
|
|
4015
|
-
:return:
|
|
4015
|
+
:return: Settings
|
|
4016
4016
|
If the method is called asynchronously,
|
|
4017
4017
|
returns the request thread.
|
|
4018
4018
|
"""
|
|
@@ -4039,7 +4039,7 @@ class V3Api(object):
|
|
|
4039
4039
|
number provided, it will be total request
|
|
4040
4040
|
timeout. It can also be a pair (tuple) of
|
|
4041
4041
|
(connection, read) timeouts.
|
|
4042
|
-
:return: tuple(
|
|
4042
|
+
:return: tuple(Settings, status_code(int), headers(HTTPHeaderDict))
|
|
4043
4043
|
If the method is called asynchronously,
|
|
4044
4044
|
returns the request thread.
|
|
4045
4045
|
"""
|
|
@@ -4100,7 +4100,7 @@ class V3Api(object):
|
|
|
4100
4100
|
body=body_params,
|
|
4101
4101
|
post_params=form_params,
|
|
4102
4102
|
files=local_var_files,
|
|
4103
|
-
response_type='
|
|
4103
|
+
response_type='Settings', # noqa: E501
|
|
4104
4104
|
auth_settings=auth_settings,
|
|
4105
4105
|
async_req=local_var_params.get('async_req'),
|
|
4106
4106
|
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
@@ -4119,7 +4119,7 @@ class V3Api(object):
|
|
|
4119
4119
|
|
|
4120
4120
|
:param async_req bool: execute request asynchronously
|
|
4121
4121
|
:param int id: A unique integer value identifying this organisation settings. (required)
|
|
4122
|
-
:param
|
|
4122
|
+
:param Settings data: (required)
|
|
4123
4123
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
4124
4124
|
be returned without reading/decoding response
|
|
4125
4125
|
data. Default is True.
|
|
@@ -4127,7 +4127,7 @@ class V3Api(object):
|
|
|
4127
4127
|
number provided, it will be total request
|
|
4128
4128
|
timeout. It can also be a pair (tuple) of
|
|
4129
4129
|
(connection, read) timeouts.
|
|
4130
|
-
:return:
|
|
4130
|
+
:return: Settings
|
|
4131
4131
|
If the method is called asynchronously,
|
|
4132
4132
|
returns the request thread.
|
|
4133
4133
|
"""
|
|
@@ -4145,7 +4145,7 @@ class V3Api(object):
|
|
|
4145
4145
|
|
|
4146
4146
|
:param async_req bool: execute request asynchronously
|
|
4147
4147
|
:param int id: A unique integer value identifying this organisation settings. (required)
|
|
4148
|
-
:param
|
|
4148
|
+
:param Settings data: (required)
|
|
4149
4149
|
:param _return_http_data_only: response data without head status code
|
|
4150
4150
|
and headers
|
|
4151
4151
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -4155,7 +4155,7 @@ class V3Api(object):
|
|
|
4155
4155
|
number provided, it will be total request
|
|
4156
4156
|
timeout. It can also be a pair (tuple) of
|
|
4157
4157
|
(connection, read) timeouts.
|
|
4158
|
-
:return: tuple(
|
|
4158
|
+
:return: tuple(Settings, status_code(int), headers(HTTPHeaderDict))
|
|
4159
4159
|
If the method is called asynchronously,
|
|
4160
4160
|
returns the request thread.
|
|
4161
4161
|
"""
|
|
@@ -4227,7 +4227,7 @@ class V3Api(object):
|
|
|
4227
4227
|
body=body_params,
|
|
4228
4228
|
post_params=form_params,
|
|
4229
4229
|
files=local_var_files,
|
|
4230
|
-
response_type='
|
|
4230
|
+
response_type='Settings', # noqa: E501
|
|
4231
4231
|
auth_settings=auth_settings,
|
|
4232
4232
|
async_req=local_var_params.get('async_req'),
|
|
4233
4233
|
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
@@ -36770,7 +36770,7 @@ class V3Api(object):
|
|
|
36770
36770
|
def simulations_events_structure_control_table_create(self, simulation_pk, data, **kwargs): # noqa: E501
|
|
36771
36771
|
"""simulations_events_structure_control_table_create # noqa: E501
|
|
36772
36772
|
|
|
36773
|
-
A table structure control can used to apply a certain action, e.g increase the pump capacity of a pump station, based on the measured values of one or more locations. **type** *for weirs and orifices* - set_crest_level - set_discharge_coefficients *for culverts, channels and pipes* - set_discharge_coefficients *for pumps* - set_pump_capacity (m3/s) **values** The action table consists of one or more value pairs (threshold, action_value) To close/open or partially close/open a structure using the `set_discharge_coefficients` type the values must contain **three** values. For example `[[1.2, 0.5, 0.7]]`, where 1.2 is the threshold value 0.5 the action value for the left flow direction 0.7 action value for the right flow direction Please note: action values for `set_discharge_coefficients` type must be > 0. For ALL operators threshold values must be ascending, In most cases the measure location will be of type `v2_connection_node`. For this location type only the variables `s1` and `vol1` apply. If your measure location, however, is of any other type the variable must either be `q` or `u1`.
|
|
36773
|
+
A table structure control can used to apply a certain action, e.g increase the pump capacity of a pump station, based on the measured values of one or more locations. **type** *for weirs and orifices* - set_crest_level - set_discharge_coefficients *for culverts, channels and pipes* - set_discharge_coefficients *for pumps* - set_pump_capacity (m3/s) **values** The action table consists of one or more value pairs (threshold, action_value) To close/open or partially close/open a structure using the `set_discharge_coefficients` type the values must contain **three** values. For example `[[1.2, 0.5, 0.7]]`, where 1.2 is the threshold value 0.5 the action value for the left flow direction 0.7 action value for the right flow direction Please note: action values for `set_discharge_coefficients` type must be > 0. For ALL operators threshold values must be ascending, In most cases the measure location will be of type `v2_connection_node`. For this location type only the variables `s1` and `vol1` apply. If your measure location, however, is of any other type the variable must either be `q` or `u1`. Note that the `v2_` prefixes are no longer used in the schematisations, but are required in the API. For both the target structure as well as for the measure location it is allowed to use a grid id as input directly. In this case we will check if the structure type associated with the given id matches with the grid administration data. Nonetheless, we encourage you to use the structure id (that is the id of the structure in the model sqlite database) as input data. We will look up the corresponding grid id for you. If the validation holds, the state of the resource will be updated from `processing` to `valid`. Using the structure id will enable you to re-use the structure control resource after a model revision as a grid id will most likely change with every new grid generation. # noqa: E501
|
|
36774
36774
|
This method makes a synchronous HTTP request by default. To make an
|
|
36775
36775
|
asynchronous HTTP request, please pass async_req=True
|
|
36776
36776
|
>>> thread = api.simulations_events_structure_control_table_create(simulation_pk, data, async_req=True)
|
|
@@ -36796,7 +36796,7 @@ class V3Api(object):
|
|
|
36796
36796
|
def simulations_events_structure_control_table_create_with_http_info(self, simulation_pk, data, **kwargs): # noqa: E501
|
|
36797
36797
|
"""simulations_events_structure_control_table_create # noqa: E501
|
|
36798
36798
|
|
|
36799
|
-
A table structure control can used to apply a certain action, e.g increase the pump capacity of a pump station, based on the measured values of one or more locations. **type** *for weirs and orifices* - set_crest_level - set_discharge_coefficients *for culverts, channels and pipes* - set_discharge_coefficients *for pumps* - set_pump_capacity (m3/s) **values** The action table consists of one or more value pairs (threshold, action_value) To close/open or partially close/open a structure using the `set_discharge_coefficients` type the values must contain **three** values. For example `[[1.2, 0.5, 0.7]]`, where 1.2 is the threshold value 0.5 the action value for the left flow direction 0.7 action value for the right flow direction Please note: action values for `set_discharge_coefficients` type must be > 0. For ALL operators threshold values must be ascending, In most cases the measure location will be of type `v2_connection_node`. For this location type only the variables `s1` and `vol1` apply. If your measure location, however, is of any other type the variable must either be `q` or `u1`.
|
|
36799
|
+
A table structure control can used to apply a certain action, e.g increase the pump capacity of a pump station, based on the measured values of one or more locations. **type** *for weirs and orifices* - set_crest_level - set_discharge_coefficients *for culverts, channels and pipes* - set_discharge_coefficients *for pumps* - set_pump_capacity (m3/s) **values** The action table consists of one or more value pairs (threshold, action_value) To close/open or partially close/open a structure using the `set_discharge_coefficients` type the values must contain **three** values. For example `[[1.2, 0.5, 0.7]]`, where 1.2 is the threshold value 0.5 the action value for the left flow direction 0.7 action value for the right flow direction Please note: action values for `set_discharge_coefficients` type must be > 0. For ALL operators threshold values must be ascending, In most cases the measure location will be of type `v2_connection_node`. For this location type only the variables `s1` and `vol1` apply. If your measure location, however, is of any other type the variable must either be `q` or `u1`. Note that the `v2_` prefixes are no longer used in the schematisations, but are required in the API. For both the target structure as well as for the measure location it is allowed to use a grid id as input directly. In this case we will check if the structure type associated with the given id matches with the grid administration data. Nonetheless, we encourage you to use the structure id (that is the id of the structure in the model sqlite database) as input data. We will look up the corresponding grid id for you. If the validation holds, the state of the resource will be updated from `processing` to `valid`. Using the structure id will enable you to re-use the structure control resource after a model revision as a grid id will most likely change with every new grid generation. # noqa: E501
|
|
36800
36800
|
This method makes a synchronous HTTP request by default. To make an
|
|
36801
36801
|
asynchronous HTTP request, please pass async_req=True
|
|
36802
36802
|
>>> thread = api.simulations_events_structure_control_table_create_with_http_info(simulation_pk, data, async_req=True)
|
|
@@ -41734,7 +41734,7 @@ class V3Api(object):
|
|
|
41734
41734
|
def simulations_initial1d_water_level_predefined_create(self, simulation_pk, data, **kwargs): # noqa: E501
|
|
41735
41735
|
"""This endpoint is pending deprecation. # noqa: E501
|
|
41736
41736
|
|
|
41737
|
-
For threedimodels that came from a repository on models.lizard.net: Start the simulation with predefined 1D water levels. That is, use the initial water levels that have been specified in the ``
|
|
41737
|
+
For threedimodels that came from a repository on models.lizard.net: Start the simulation with predefined 1D water levels. That is, use the initial water levels that have been specified in the ``connection_nodes`` schema. For threedimodels that came from a schematisation in this API, there might be a threedimodels/{}/initial_waterlevels 1D resource. If such a resource exists, there will also be a /file initial condition created. The /predefined resource will still be created but is ignored by the simulation. # noqa: E501
|
|
41738
41738
|
This method makes a synchronous HTTP request by default. To make an
|
|
41739
41739
|
asynchronous HTTP request, please pass async_req=True
|
|
41740
41740
|
>>> thread = api.simulations_initial1d_water_level_predefined_create(simulation_pk, data, async_req=True)
|
|
@@ -41760,7 +41760,7 @@ class V3Api(object):
|
|
|
41760
41760
|
def simulations_initial1d_water_level_predefined_create_with_http_info(self, simulation_pk, data, **kwargs): # noqa: E501
|
|
41761
41761
|
"""This endpoint is pending deprecation. # noqa: E501
|
|
41762
41762
|
|
|
41763
|
-
For threedimodels that came from a repository on models.lizard.net: Start the simulation with predefined 1D water levels. That is, use the initial water levels that have been specified in the ``
|
|
41763
|
+
For threedimodels that came from a repository on models.lizard.net: Start the simulation with predefined 1D water levels. That is, use the initial water levels that have been specified in the ``connection_nodes`` schema. For threedimodels that came from a schematisation in this API, there might be a threedimodels/{}/initial_waterlevels 1D resource. If such a resource exists, there will also be a /file initial condition created. The /predefined resource will still be created but is ignored by the simulation. # noqa: E501
|
|
41764
41764
|
This method makes a synchronous HTTP request by default. To make an
|
|
41765
41765
|
asynchronous HTTP request, please pass async_req=True
|
|
41766
41766
|
>>> thread = api.simulations_initial1d_water_level_predefined_create_with_http_info(simulation_pk, data, async_req=True)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"""
|
|
3
3
|
3Di API
|
|
4
4
|
|
|
5
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
5
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
6
6
|
|
|
7
7
|
The version of the OpenAPI document: v3
|
|
8
8
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -21,9 +21,8 @@ import os
|
|
|
21
21
|
import re
|
|
22
22
|
import tempfile
|
|
23
23
|
|
|
24
|
-
# python 2 and python 3 compatibility library
|
|
25
24
|
import six
|
|
26
|
-
from
|
|
25
|
+
from urllib.parse import quote
|
|
27
26
|
|
|
28
27
|
from threedi_api_client.openapi.configuration import Configuration
|
|
29
28
|
import threedi_api_client.openapi.models
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -89,7 +89,7 @@ class ApiException(OpenApiException):
|
|
|
89
89
|
self.status = http_resp.status
|
|
90
90
|
self.reason = http_resp.reason
|
|
91
91
|
self.body = http_resp.data
|
|
92
|
-
self.headers = http_resp.getheaders()
|
|
92
|
+
self.headers = http_resp.getheaders() if hasattr(http_resp, 'getheaders') else http_resp.headers
|
|
93
93
|
else:
|
|
94
94
|
self.status = status
|
|
95
95
|
self.reason = reason
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"""
|
|
5
5
|
3Di API
|
|
6
6
|
|
|
7
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
7
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
8
8
|
|
|
9
9
|
The version of the OpenAPI document: v3
|
|
10
10
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -236,7 +236,7 @@ class Action(object):
|
|
|
236
236
|
:param simulation_runner: The simulation_runner of this Action. # noqa: E501
|
|
237
237
|
:type: str
|
|
238
238
|
"""
|
|
239
|
-
allowed_values = ["3.4.
|
|
239
|
+
allowed_values = ["3.4.44-3.6.7", "3.2.17-2.3.6"] # noqa: E501
|
|
240
240
|
if self.local_vars_configuration.client_side_validation and simulation_runner not in allowed_values: # noqa: E501
|
|
241
241
|
self.__handle_validation_error(
|
|
242
242
|
"Invalid value for `simulation_runner` ({0}), must be one of {1}" # noqa: E501
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
3Di API
|
|
5
5
|
|
|
6
|
-
3Di simulation API (latest stable version: v3) Framework release: 3.4.
|
|
6
|
+
3Di simulation API (latest stable version: v3) Framework release: 3.4.44 3Di core release: 3.6.7 deployed on: 02:09PM (UTC) on April 16, 2025 # noqa: E501
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
Contact: info@nelen-schuurmans.nl
|