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.
Files changed (524) hide show
  1. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/HISTORY.rst +18 -0
  2. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/PKG-INFO +35 -4
  3. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/setup.py +6 -3
  4. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/__init__.py +1 -1
  5. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/openapi/api_client.py +2 -3
  6. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/openapi/configuration.py +1 -1
  7. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/openapi/rest.py +2 -4
  8. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/__init__.py +1 -1
  9. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/api/v3_api.py +23 -23
  10. {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
  11. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/api_client.py +2 -3
  12. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/configuration.py +1 -1
  13. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/exceptions.py +2 -2
  14. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/__init__.py +1 -1
  15. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/action.py +2 -2
  16. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/add_user.py +1 -1
  17. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/aggregation_settings.py +1 -1
  18. {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
  19. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/authenticate.py +1 -1
  20. {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
  21. {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
  22. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/boundary_condition.py +1 -1
  23. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/breach.py +1 -1
  24. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/breach_graph.py +1 -1
  25. {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
  26. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/commit.py +1 -1
  27. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/constant_lateral.py +1 -1
  28. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/constant_leakage.py +1 -1
  29. {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
  30. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/constant_rain.py +1 -1
  31. {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
  32. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/constant_wind.py +1 -1
  33. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/contract.py +1 -1
  34. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/create_revision.py +1 -1
  35. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/create_template.py +1 -1
  36. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/create_threedimodel.py +1 -1
  37. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/current_status.py +1 -1
  38. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/current_version.py +1 -1
  39. {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
  40. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/damage_estimation.py +1 -1
  41. {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
  42. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/destroy_revision.py +1 -1
  43. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/download.py +1 -1
  44. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/event.py +1 -1
  45. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/extent.py +1 -1
  46. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/file.py +1 -1
  47. {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
  48. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/file_lateral.py +1 -1
  49. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/file_meta.py +1 -1
  50. {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
  51. {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
  52. {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
  53. {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
  54. {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
  55. {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
  56. {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
  57. {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
  58. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/forcing_substance.py +1 -1
  59. {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
  60. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/from_template.py +1 -1
  61. {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
  62. {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
  63. {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
  64. {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
  65. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/initial_concentration.py +1 -1
  66. {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
  67. {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
  68. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/initial_waterlevel.py +1 -1
  69. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response200.py +1 -1
  70. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response2001.py +1 -1
  71. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20010.py +1 -1
  72. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20011.py +4 -4
  73. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20012.py +1 -1
  74. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20013.py +1 -1
  75. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20014.py +1 -1
  76. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20015.py +1 -1
  77. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20016.py +1 -1
  78. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20017.py +1 -1
  79. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20018.py +1 -1
  80. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20019.py +1 -1
  81. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response2002.py +1 -1
  82. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20020.py +1 -1
  83. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20021.py +1 -1
  84. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20022.py +1 -1
  85. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20023.py +1 -1
  86. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20024.py +1 -1
  87. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20025.py +1 -1
  88. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20026.py +1 -1
  89. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20027.py +1 -1
  90. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20028.py +1 -1
  91. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20029.py +1 -1
  92. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response2003.py +1 -1
  93. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20030.py +1 -1
  94. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20031.py +1 -1
  95. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20032.py +1 -1
  96. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20033.py +1 -1
  97. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20034.py +1 -1
  98. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20035.py +1 -1
  99. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20036.py +1 -1
  100. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20037.py +1 -1
  101. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20038.py +1 -1
  102. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20039.py +1 -1
  103. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response2004.py +1 -1
  104. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20040.py +1 -1
  105. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20041.py +1 -1
  106. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20042.py +1 -1
  107. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20043.py +1 -1
  108. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20044.py +1 -1
  109. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20045.py +1 -1
  110. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20046.py +1 -1
  111. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20047.py +1 -1
  112. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20048.py +1 -1
  113. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20049.py +1 -1
  114. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response2005.py +1 -1
  115. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20050.py +1 -1
  116. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20051.py +1 -1
  117. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20052.py +1 -1
  118. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20053.py +1 -1
  119. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20054.py +1 -1
  120. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20055.py +1 -1
  121. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20056.py +1 -1
  122. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20057.py +1 -1
  123. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20058.py +1 -1
  124. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20059.py +1 -1
  125. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response2006.py +1 -1
  126. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20060.py +1 -1
  127. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20061.py +1 -1
  128. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20062.py +1 -1
  129. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20063.py +1 -1
  130. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20064.py +1 -1
  131. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20065.py +1 -1
  132. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20066.py +1 -1
  133. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20067.py +1 -1
  134. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20068.py +1 -1
  135. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20069.py +1 -1
  136. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response2007.py +1 -1
  137. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20070.py +1 -1
  138. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20071.py +1 -1
  139. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20072.py +1 -1
  140. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20073.py +1 -1
  141. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20074.py +1 -1
  142. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20075.py +1 -1
  143. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20076.py +1 -1
  144. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20077.py +1 -1
  145. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20078.py +1 -1
  146. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20079.py +1 -1
  147. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response2008.py +1 -1
  148. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response20080.py +1 -1
  149. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inline_response2009.py +1 -1
  150. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/inpy_version.py +1 -1
  151. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/lateral.py +1 -1
  152. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/linestring.py +1 -1
  153. {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
  154. {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
  155. {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
  156. {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
  157. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/local_rain.py +1 -1
  158. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/measure_location.py +1 -1
  159. {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
  160. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/measure_specification.py +1 -1
  161. {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
  162. {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
  163. {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
  164. {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
  165. {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
  166. {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
  167. {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
  168. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/numerical_settings.py +1 -1
  169. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/obstacle_edit.py +1 -1
  170. {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
  171. {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
  172. {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
  173. {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
  174. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/organisation.py +31 -5
  175. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/organisation_role.py +1 -1
  176. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/organisation_settings.py +8 -120
  177. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/organisation_user.py +1 -1
  178. {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
  179. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/output_settings.py +1 -1
  180. {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
  181. {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
  182. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/physical_settings.py +1 -1
  183. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/point.py +1 -1
  184. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/polygon.py +3 -3
  185. {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
  186. {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
  187. {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
  188. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/potential_breach.py +1 -1
  189. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/profile.py +1 -1
  190. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/progress.py +1 -1
  191. {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
  192. {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
  193. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/rain_graph.py +1 -1
  194. {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
  195. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/raster.py +1 -1
  196. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/raster_create.py +1 -1
  197. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/raster_edit.py +1 -1
  198. {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
  199. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/raster_options.py +1 -1
  200. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/refresh.py +1 -1
  201. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/repository.py +1 -1
  202. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/result.py +1 -1
  203. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/result_file.py +1 -1
  204. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/revision.py +1 -1
  205. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/revision_raster.py +1 -1
  206. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/revision_task.py +1 -1
  207. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/role.py +1 -1
  208. {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
  209. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/schematisation.py +1 -1
  210. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/schematisation_revision.py +1 -1
  211. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/settings.py +1 -1
  212. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/simulation.py +1 -1
  213. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/simulation_channel.py +1 -1
  214. {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
  215. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/simulation_status.py +1 -1
  216. {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
  217. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/simulation_update.py +1 -1
  218. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/sqlite.py +1 -1
  219. {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
  220. {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
  221. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/status.py +1 -1
  222. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/substance.py +1 -4
  223. {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
  224. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/template.py +1 -1
  225. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/threedi_model.py +1 -1
  226. {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
  227. {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
  228. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/threshold.py +1 -1
  229. {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
  230. {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
  231. {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
  232. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/timeout.py +1 -1
  233. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/timeseries_lateral.py +1 -1
  234. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/timeseries_leakage.py +1 -1
  235. {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
  236. {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
  237. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/timeseries_rain.py +1 -1
  238. {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
  239. {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
  240. {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
  241. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/timeseries_wind.py +1 -1
  242. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/tms.py +1 -1
  243. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/tokens.py +1 -1
  244. {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
  245. {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
  246. {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
  247. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/update_revision.py +1 -1
  248. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/update_template.py +1 -1
  249. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/upload.py +1 -1
  250. {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
  251. {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
  252. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/usage.py +1 -1
  253. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/usage_statistics.py +1 -1
  254. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/user.py +1 -1
  255. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/user_tokens.py +1 -1
  256. {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
  257. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/water_graph.py +1 -1
  258. {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
  259. {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
  260. {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
  261. {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
  262. {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
  263. {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
  264. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/waterdepth.py +1 -1
  265. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/models/wind.py +1 -1
  266. {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
  267. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/rest.py +5 -8
  268. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client.egg-info/PKG-INFO +35 -4
  269. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client.egg-info/requires.txt +4 -2
  270. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/AUTHORS.rst +0 -0
  271. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/CONTRIBUTING.rst +0 -0
  272. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/LICENSE +0 -0
  273. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/MANIFEST.in +0 -0
  274. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/README.rst +0 -0
  275. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/docs/Makefile +0 -0
  276. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/docs/conf.py +0 -0
  277. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/docs/examples.rst +0 -0
  278. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/docs/files.rst +0 -0
  279. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/docs/index.rst +0 -0
  280. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/docs/make.bat +0 -0
  281. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/docs/usage.rst +0 -0
  282. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/LICENSE +0 -0
  283. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/__init__.py +0 -0
  284. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/aio/__init__.py +0 -0
  285. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/aio/api/__init__.py +0 -0
  286. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/aio/api_client.py +0 -0
  287. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/aio/configuration.py +0 -0
  288. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/aio/exceptions.py +0 -0
  289. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/aio/models/__init__.py +0 -0
  290. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/aio/rest.py +0 -0
  291. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/__init__.py +0 -0
  292. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/auth_api.py +0 -0
  293. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/contracts_api.py +0 -0
  294. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/files_api.py +0 -0
  295. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/inpy_versions_api.py +0 -0
  296. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/organisations_api.py +0 -0
  297. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/permissions_api.py +0 -0
  298. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/repositories_api.py +0 -0
  299. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/revisions_api.py +0 -0
  300. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/roles_api.py +0 -0
  301. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/simulations_api.py +0 -0
  302. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/statuses_api.py +0 -0
  303. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/threedimodels_api.py +0 -0
  304. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api/usage_api.py +0 -0
  305. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/api_client.py +0 -0
  306. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/configuration.py +0 -0
  307. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/exceptions.py +0 -0
  308. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/__init__.py +0 -0
  309. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/action.py +0 -0
  310. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/aggregation_settings.py +0 -0
  311. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/arrival_time_post_processing.py +0 -0
  312. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/authenticate.py +0 -0
  313. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/base_event_state.py +0 -0
  314. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/basic_post_processing.py +0 -0
  315. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/boundary_condition.py +0 -0
  316. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/breach.py +0 -0
  317. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/breach_graph.py +0 -0
  318. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/breach_graph_request.py +0 -0
  319. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/constant_lateral.py +0 -0
  320. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/constant_leakage.py +0 -0
  321. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/constant_local_rain.py +0 -0
  322. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/constant_rain.py +0 -0
  323. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/constant_sources_sinks.py +0 -0
  324. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/constant_wind.py +0 -0
  325. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/contract.py +0 -0
  326. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/current_status.py +0 -0
  327. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/damage_estimation.py +0 -0
  328. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/damage_post_processing.py +0 -0
  329. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/download.py +0 -0
  330. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/event.py +0 -0
  331. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/extent.py +0 -0
  332. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file.py +0 -0
  333. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_boundary_condition.py +0 -0
  334. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_lateral.py +0 -0
  335. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_meta.py +0 -0
  336. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_raster_leakage.py +0 -0
  337. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_raster_rain.py +0 -0
  338. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_raster_sources_sinks.py +0 -0
  339. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_read_only.py +0 -0
  340. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_timeseries_leakage.py +0 -0
  341. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_timeseries_rain.py +0 -0
  342. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/file_timeseries_sources_sinks.py +0 -0
  343. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/grid_event_state.py +0 -0
  344. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/ground_water_level.py +0 -0
  345. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/ground_water_raster.py +0 -0
  346. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/initial_saved_state.py +0 -0
  347. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/initial_saved_state_overview.py +0 -0
  348. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/initial_waterlevel.py +0 -0
  349. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response200.py +0 -0
  350. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response2001.py +0 -0
  351. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20010.py +0 -0
  352. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20011.py +0 -0
  353. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20012.py +0 -0
  354. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20013.py +0 -0
  355. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20014.py +0 -0
  356. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20015.py +0 -0
  357. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20016.py +0 -0
  358. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20017.py +0 -0
  359. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20018.py +0 -0
  360. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20019.py +0 -0
  361. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response2002.py +0 -0
  362. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20020.py +0 -0
  363. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20021.py +0 -0
  364. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20022.py +0 -0
  365. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20023.py +0 -0
  366. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20024.py +0 -0
  367. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20025.py +0 -0
  368. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20026.py +0 -0
  369. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20027.py +0 -0
  370. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20028.py +0 -0
  371. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20029.py +0 -0
  372. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response2003.py +0 -0
  373. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20030.py +0 -0
  374. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20031.py +0 -0
  375. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20032.py +0 -0
  376. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20033.py +0 -0
  377. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20034.py +0 -0
  378. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20035.py +0 -0
  379. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20036.py +0 -0
  380. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20037.py +0 -0
  381. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20038.py +0 -0
  382. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20039.py +0 -0
  383. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response2004.py +0 -0
  384. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20040.py +0 -0
  385. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20041.py +0 -0
  386. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20042.py +0 -0
  387. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20043.py +0 -0
  388. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20044.py +0 -0
  389. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20045.py +0 -0
  390. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20046.py +0 -0
  391. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20047.py +0 -0
  392. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20048.py +0 -0
  393. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20049.py +0 -0
  394. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response2005.py +0 -0
  395. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20050.py +0 -0
  396. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20051.py +0 -0
  397. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20052.py +0 -0
  398. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20053.py +0 -0
  399. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20054.py +0 -0
  400. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20055.py +0 -0
  401. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20056.py +0 -0
  402. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20057.py +0 -0
  403. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20058.py +0 -0
  404. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20059.py +0 -0
  405. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response2006.py +0 -0
  406. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20060.py +0 -0
  407. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response20061.py +0 -0
  408. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response2007.py +0 -0
  409. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response2008.py +0 -0
  410. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inline_response2009.py +0 -0
  411. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/inpy_version.py +0 -0
  412. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/lateral.py +0 -0
  413. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/linestring.py +0 -0
  414. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/lizard_raster_rain.py +0 -0
  415. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/lizard_raster_sources_sinks.py +0 -0
  416. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/lizard_timeseries_rain.py +0 -0
  417. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/lizard_timeseries_sources_sinks.py +0 -0
  418. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/local_rain.py +0 -0
  419. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/measure_location.py +0 -0
  420. {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
  421. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/measure_specification.py +0 -0
  422. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/memory_structure_control.py +0 -0
  423. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/net_cdf_raster_leakage.py +0 -0
  424. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/net_cdf_raster_rain.py +0 -0
  425. {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
  426. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/net_cdf_timeseries_leakage.py +0 -0
  427. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/net_cdf_timeseries_rain.py +0 -0
  428. {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
  429. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/numerical_settings.py +0 -0
  430. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/one_d_water_level.py +0 -0
  431. {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
  432. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/organisation.py +0 -0
  433. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/organisation_role.py +0 -0
  434. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/physical_settings.py +0 -0
  435. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/point.py +0 -0
  436. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/polygon.py +0 -0
  437. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/post_processing_overview.py +0 -0
  438. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/post_processing_queue.py +0 -0
  439. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/post_processing_status.py +0 -0
  440. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/potential_breach.py +0 -0
  441. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/profile.py +0 -0
  442. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/progress.py +0 -0
  443. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/pump_discharge_graph.py +0 -0
  444. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/pump_discharge_graph_request.py +0 -0
  445. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/raster.py +0 -0
  446. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/raster_edit.py +0 -0
  447. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/raster_edit_urls.py +0 -0
  448. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/raster_options.py +0 -0
  449. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/refresh.py +0 -0
  450. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/repository.py +0 -0
  451. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/result.py +0 -0
  452. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/result_file.py +0 -0
  453. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/revision.py +0 -0
  454. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/role.py +0 -0
  455. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/saved_state_overview.py +0 -0
  456. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/settings.py +0 -0
  457. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/simulation.py +0 -0
  458. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/simulation_channel.py +0 -0
  459. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/simulation_settings_overview.py +0 -0
  460. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/simulation_status.py +0 -0
  461. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/simulation_status_statistics.py +0 -0
  462. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/simulation_update.py +0 -0
  463. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/stable_threshold_saved_state.py +0 -0
  464. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/table_structure_control.py +0 -0
  465. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/threedi_model.py +0 -0
  466. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/threedi_model_saved_state.py +0 -0
  467. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/threshold.py +0 -0
  468. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/time_step_settings.py +0 -0
  469. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timed_saved_state_update.py +0 -0
  470. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timed_structure_control.py +0 -0
  471. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeout.py +0 -0
  472. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeseries_lateral.py +0 -0
  473. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeseries_leakage.py +0 -0
  474. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeseries_leakage_overview.py +0 -0
  475. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeseries_local_rain.py +0 -0
  476. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeseries_rain.py +0 -0
  477. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeseries_rain_overview.py +0 -0
  478. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeseries_sources_sinks.py +0 -0
  479. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeseries_sources_sinks_overview.py +0 -0
  480. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/timeseries_wind.py +0 -0
  481. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/tms.py +0 -0
  482. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/tokens.py +0 -0
  483. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/two_d_water_level.py +0 -0
  484. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/two_d_water_raster.py +0 -0
  485. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/upload.py +0 -0
  486. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/upload_event_file.py +0 -0
  487. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/usage.py +0 -0
  488. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/usage_statistics.py +0 -0
  489. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/user.py +0 -0
  490. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/water_flow_graph_request.py +0 -0
  491. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/water_graph.py +0 -0
  492. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/water_level_graph_request.py +0 -0
  493. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/water_level_profile.py +0 -0
  494. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/water_level_profile_request.py +0 -0
  495. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/waterdepth.py +0 -0
  496. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/wind.py +0 -0
  497. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/models/wind_drag_coefficient.py +0 -0
  498. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/openapi_client/rest.py +0 -0
  499. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/setup.cfg +0 -0
  500. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/tests/test_auth.py +0 -0
  501. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/tests/test_exceptions.py +0 -0
  502. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/tests/test_files.py +0 -0
  503. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/tests/test_files_aio.py +0 -0
  504. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/tests/test_threedi_api.py +0 -0
  505. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/tests/test_threedi_api_client.py +0 -0
  506. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/tests/test_threedi_api_client_aio.py +0 -0
  507. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/__init__.py +0 -0
  508. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/aiohttp_retry.py +0 -0
  509. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/files.py +0 -0
  510. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/openapi/__init__.py +0 -0
  511. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/openapi/exceptions.py +0 -0
  512. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/openapi/models/__init__.py +0 -0
  513. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/aio/threedi_api_client.py +0 -0
  514. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/api.py +0 -0
  515. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/auth.py +0 -0
  516. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/config.py +0 -0
  517. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/files.py +0 -0
  518. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/openapi/api/__init__.py +0 -0
  519. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/threedi_api_client.py +0 -0
  520. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client/versions.py +0 -0
  521. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client.egg-info/SOURCES.txt +0 -0
  522. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client.egg-info/dependency_links.txt +0 -0
  523. {threedi_api_client-4.1.9.dev0 → threedi_api_client-4.1.11.dev0}/threedi_api_client.egg-info/not-zip-safe +0 -0
  524. {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
1
+ Metadata-Version: 2.4
2
2
  Name: threedi-api-client
3
- Version: 4.1.9.dev0
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<2.0,>=1.24
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
- 'urllib3>=1.24,<2.0',
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",
@@ -1,4 +1,4 @@
1
1
  from .api import ThreediApi # NOQA
2
2
  from .threedi_api_client import ThreediApiClient # NOQA
3
3
 
4
- __version__ = "4.1.9.dev0"
4
+ __version__ = "4.1.11.dev0"
@@ -2,7 +2,7 @@
2
2
  """
3
3
  3Di API
4
4
 
5
- 3Di simulation API (latest stable version: v3) Framework release: 3.4.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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 six.moves.urllib.parse import quote
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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
- # python 2 and python 3 compatibility library
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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 OrganisationSettings data: (required)
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: OrganisationSettings
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 OrganisationSettings data: (required)
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(OrganisationSettings, status_code(int), headers(HTTPHeaderDict))
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='OrganisationSettings', # noqa: E501
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 OrganisationSettings data: (required)
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: OrganisationSettings
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 OrganisationSettings data: (required)
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(OrganisationSettings, status_code(int), headers(HTTPHeaderDict))
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='OrganisationSettings', # noqa: E501
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: OrganisationSettings
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(OrganisationSettings, status_code(int), headers(HTTPHeaderDict))
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='OrganisationSettings', # noqa: E501
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 OrganisationSettings data: (required)
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: OrganisationSettings
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 OrganisationSettings data: (required)
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(OrganisationSettings, status_code(int), headers(HTTPHeaderDict))
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='OrganisationSettings', # noqa: E501
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`. 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
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`. 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
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 ``v2_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
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 ``v2_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
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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 six.moves.urllib.parse import quote
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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.24-3.5.4.1", "3.2.17-2.3.6"] # noqa: E501
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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.24 3Di core release: 3.5.4.1 deployed on: 08:40AM (UTC) on December 20, 2024 # noqa: E501
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