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