cosmotech-api 5.0.0b3__py3-none-any.whl → 5.0.0b5__py3-none-any.whl

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.

Potentially problematic release.


This version of cosmotech-api might be problematic. Click here for more details.

Files changed (122) hide show
  1. cosmotech_api/__init__.py +2 -1
  2. cosmotech_api/api/connector_api.py +4 -7
  3. cosmotech_api/api/dataset_api.py +343 -1
  4. cosmotech_api/api/meta_api.py +1 -1
  5. cosmotech_api/api/organization_api.py +1 -1
  6. cosmotech_api/api/run_api.py +1 -1
  7. cosmotech_api/api/runner_api.py +13 -13
  8. cosmotech_api/api/solution_api.py +313 -313
  9. cosmotech_api/api/workspace_api.py +1 -1
  10. cosmotech_api/api_client.py +1 -1
  11. cosmotech_api/configuration.py +2 -2
  12. cosmotech_api/exceptions.py +1 -1
  13. cosmotech_api/models/__init__.py +2 -1
  14. cosmotech_api/models/about_info.py +1 -1
  15. cosmotech_api/models/about_info_version.py +1 -1
  16. cosmotech_api/models/component_role_permissions.py +1 -1
  17. cosmotech_api/models/connector.py +1 -1
  18. cosmotech_api/models/connector_parameter.py +1 -1
  19. cosmotech_api/models/connector_parameter_group.py +1 -1
  20. cosmotech_api/models/container_resource_size_info.py +1 -1
  21. cosmotech_api/models/container_resource_sizing.py +1 -1
  22. cosmotech_api/models/create_info.py +1 -1
  23. cosmotech_api/models/created_run.py +1 -1
  24. cosmotech_api/models/dataset.py +1 -1
  25. cosmotech_api/models/dataset_access_control.py +1 -1
  26. cosmotech_api/models/dataset_compatibility.py +1 -1
  27. cosmotech_api/models/dataset_connector.py +1 -1
  28. cosmotech_api/models/dataset_copy_parameters.py +1 -1
  29. cosmotech_api/models/dataset_create_request.py +1 -1
  30. cosmotech_api/models/dataset_part.py +3 -3
  31. cosmotech_api/models/dataset_part_create_request.py +4 -4
  32. cosmotech_api/models/dataset_part_type_enum.py +2 -2
  33. cosmotech_api/models/dataset_part_update_request.py +6 -3
  34. cosmotech_api/models/dataset_role.py +1 -1
  35. cosmotech_api/models/dataset_search.py +1 -1
  36. cosmotech_api/models/dataset_security.py +1 -1
  37. cosmotech_api/models/dataset_source_type.py +1 -1
  38. cosmotech_api/models/dataset_twin_graph_hash.py +1 -1
  39. cosmotech_api/models/dataset_twin_graph_info.py +1 -1
  40. cosmotech_api/models/dataset_twin_graph_query.py +1 -1
  41. cosmotech_api/models/dataset_update_request.py +1 -1
  42. cosmotech_api/models/delete_historical_data.py +1 -1
  43. cosmotech_api/models/edit_info.py +1 -1
  44. cosmotech_api/models/file_upload_metadata.py +1 -1
  45. cosmotech_api/models/file_upload_validation.py +1 -1
  46. cosmotech_api/models/graph_properties.py +1 -1
  47. cosmotech_api/models/ingestion_status_enum.py +1 -1
  48. cosmotech_api/models/io_types_enum.py +1 -1
  49. cosmotech_api/models/last_run_info.py +1 -1
  50. cosmotech_api/models/organization.py +1 -1
  51. cosmotech_api/models/organization_access_control.py +1 -1
  52. cosmotech_api/models/organization_create_request.py +1 -1
  53. cosmotech_api/models/organization_edit_info.py +1 -1
  54. cosmotech_api/models/organization_role.py +1 -1
  55. cosmotech_api/models/organization_security.py +1 -1
  56. cosmotech_api/models/organization_update_request.py +1 -1
  57. cosmotech_api/models/query_result.py +1 -1
  58. cosmotech_api/models/resource_size_info.py +1 -1
  59. cosmotech_api/models/run.py +1 -1
  60. cosmotech_api/models/run_container.py +1 -1
  61. cosmotech_api/models/run_data.py +1 -1
  62. cosmotech_api/models/run_data_query.py +1 -1
  63. cosmotech_api/models/run_edit_info.py +1 -1
  64. cosmotech_api/models/run_logs.py +1 -1
  65. cosmotech_api/models/run_logs_entry.py +1 -1
  66. cosmotech_api/models/run_resource_requested.py +1 -1
  67. cosmotech_api/models/run_state.py +1 -1
  68. cosmotech_api/models/run_status.py +1 -1
  69. cosmotech_api/models/run_status_node.py +1 -1
  70. cosmotech_api/models/run_template.py +1 -1
  71. cosmotech_api/models/run_template_create_request.py +1 -1
  72. cosmotech_api/models/run_template_orchestrator.py +1 -1
  73. cosmotech_api/models/run_template_parameter.py +1 -1
  74. cosmotech_api/models/run_template_parameter_create_request.py +1 -1
  75. cosmotech_api/models/run_template_parameter_group.py +1 -1
  76. cosmotech_api/models/run_template_parameter_group_create_request.py +1 -1
  77. cosmotech_api/models/run_template_parameter_group_update_request.py +1 -1
  78. cosmotech_api/models/run_template_parameter_update_request.py +1 -1
  79. cosmotech_api/models/run_template_parameter_value.py +1 -1
  80. cosmotech_api/models/run_template_resource_sizing.py +1 -1
  81. cosmotech_api/models/run_template_step_source.py +1 -1
  82. cosmotech_api/models/run_template_update_request.py +1 -1
  83. cosmotech_api/models/runner.py +8 -4
  84. cosmotech_api/models/runner_access_control.py +1 -1
  85. cosmotech_api/models/runner_create_request.py +1 -9
  86. cosmotech_api/models/runner_datasets.py +92 -0
  87. cosmotech_api/models/runner_edit_info.py +1 -1
  88. cosmotech_api/models/runner_resource_sizing.py +1 -1
  89. cosmotech_api/models/runner_role.py +1 -1
  90. cosmotech_api/models/runner_run_template_parameter_value.py +1 -3
  91. cosmotech_api/models/runner_security.py +1 -1
  92. cosmotech_api/models/runner_update_request.py +1 -5
  93. cosmotech_api/models/runner_validation_status.py +1 -1
  94. cosmotech_api/models/send_run_data_request.py +1 -1
  95. cosmotech_api/models/solution.py +1 -1
  96. cosmotech_api/models/solution_access_control.py +1 -1
  97. cosmotech_api/models/solution_create_request.py +1 -1
  98. cosmotech_api/models/solution_edit_info.py +1 -1
  99. cosmotech_api/models/solution_file.py +88 -0
  100. cosmotech_api/models/solution_role.py +1 -1
  101. cosmotech_api/models/solution_security.py +1 -1
  102. cosmotech_api/models/solution_update_request.py +1 -1
  103. cosmotech_api/models/source_info.py +1 -1
  104. cosmotech_api/models/sub_dataset_graph_query.py +1 -1
  105. cosmotech_api/models/twin_graph_batch_result.py +1 -1
  106. cosmotech_api/models/twincache_status_enum.py +1 -1
  107. cosmotech_api/models/workspace.py +1 -1
  108. cosmotech_api/models/workspace_access_control.py +1 -1
  109. cosmotech_api/models/workspace_create_request.py +1 -1
  110. cosmotech_api/models/workspace_edit_info.py +1 -1
  111. cosmotech_api/models/workspace_file.py +1 -1
  112. cosmotech_api/models/workspace_role.py +1 -1
  113. cosmotech_api/models/workspace_security.py +1 -1
  114. cosmotech_api/models/workspace_solution.py +16 -2
  115. cosmotech_api/models/workspace_update_request.py +1 -1
  116. cosmotech_api/models/workspace_web_app.py +1 -1
  117. cosmotech_api/rest.py +1 -1
  118. {cosmotech_api-5.0.0b3.dist-info → cosmotech_api-5.0.0b5.dist-info}/METADATA +1 -1
  119. {cosmotech_api-5.0.0b3.dist-info → cosmotech_api-5.0.0b5.dist-info}/RECORD +122 -120
  120. {cosmotech_api-5.0.0b3.dist-info → cosmotech_api-5.0.0b5.dist-info}/WHEEL +0 -0
  121. {cosmotech_api-5.0.0b3.dist-info → cosmotech_api-5.0.0b5.dist-info}/licenses/LICENSE +0 -0
  122. {cosmotech_api-5.0.0b3.dist-info → cosmotech_api-5.0.0b5.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.1-SNAPSHOT
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -57,7 +57,7 @@ class SolutionApi:
57
57
  @validate_call
58
58
  def create_solution(
59
59
  self,
60
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
60
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
61
61
  solution_create_request: Annotated[SolutionCreateRequest, Field(description="The Solution to create")],
62
62
  _request_timeout: Union[
63
63
  None,
@@ -75,7 +75,7 @@ class SolutionApi:
75
75
  """Create a new solution
76
76
 
77
77
 
78
- :param organization_id: The Organization identifier (required)
78
+ :param organization_id: the Organization identifier (required)
79
79
  :type organization_id: str
80
80
  :param solution_create_request: The Solution to create (required)
81
81
  :type solution_create_request: SolutionCreateRequest
@@ -128,7 +128,7 @@ class SolutionApi:
128
128
  @validate_call
129
129
  def create_solution_with_http_info(
130
130
  self,
131
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
131
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
132
132
  solution_create_request: Annotated[SolutionCreateRequest, Field(description="The Solution to create")],
133
133
  _request_timeout: Union[
134
134
  None,
@@ -146,7 +146,7 @@ class SolutionApi:
146
146
  """Create a new solution
147
147
 
148
148
 
149
- :param organization_id: The Organization identifier (required)
149
+ :param organization_id: the Organization identifier (required)
150
150
  :type organization_id: str
151
151
  :param solution_create_request: The Solution to create (required)
152
152
  :type solution_create_request: SolutionCreateRequest
@@ -199,7 +199,7 @@ class SolutionApi:
199
199
  @validate_call
200
200
  def create_solution_without_preload_content(
201
201
  self,
202
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
202
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
203
203
  solution_create_request: Annotated[SolutionCreateRequest, Field(description="The Solution to create")],
204
204
  _request_timeout: Union[
205
205
  None,
@@ -217,7 +217,7 @@ class SolutionApi:
217
217
  """Create a new solution
218
218
 
219
219
 
220
- :param organization_id: The Organization identifier (required)
220
+ :param organization_id: the Organization identifier (required)
221
221
  :type organization_id: str
222
222
  :param solution_create_request: The Solution to create (required)
223
223
  :type solution_create_request: SolutionCreateRequest
@@ -348,8 +348,8 @@ class SolutionApi:
348
348
  @validate_call
349
349
  def create_solution_access_control(
350
350
  self,
351
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
352
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
351
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
352
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
353
353
  solution_access_control: Annotated[SolutionAccessControl, Field(description="Access control to create")],
354
354
  _request_timeout: Union[
355
355
  None,
@@ -367,9 +367,9 @@ class SolutionApi:
367
367
  """Create solution access control
368
368
 
369
369
 
370
- :param organization_id: The Organization identifier (required)
370
+ :param organization_id: the Organization identifier (required)
371
371
  :type organization_id: str
372
- :param solution_id: The Solution identifier (required)
372
+ :param solution_id: the Solution identifier (required)
373
373
  :type solution_id: str
374
374
  :param solution_access_control: Access control to create (required)
375
375
  :type solution_access_control: SolutionAccessControl
@@ -423,8 +423,8 @@ class SolutionApi:
423
423
  @validate_call
424
424
  def create_solution_access_control_with_http_info(
425
425
  self,
426
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
427
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
426
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
427
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
428
428
  solution_access_control: Annotated[SolutionAccessControl, Field(description="Access control to create")],
429
429
  _request_timeout: Union[
430
430
  None,
@@ -442,9 +442,9 @@ class SolutionApi:
442
442
  """Create solution access control
443
443
 
444
444
 
445
- :param organization_id: The Organization identifier (required)
445
+ :param organization_id: the Organization identifier (required)
446
446
  :type organization_id: str
447
- :param solution_id: The Solution identifier (required)
447
+ :param solution_id: the Solution identifier (required)
448
448
  :type solution_id: str
449
449
  :param solution_access_control: Access control to create (required)
450
450
  :type solution_access_control: SolutionAccessControl
@@ -498,8 +498,8 @@ class SolutionApi:
498
498
  @validate_call
499
499
  def create_solution_access_control_without_preload_content(
500
500
  self,
501
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
502
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
501
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
502
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
503
503
  solution_access_control: Annotated[SolutionAccessControl, Field(description="Access control to create")],
504
504
  _request_timeout: Union[
505
505
  None,
@@ -517,9 +517,9 @@ class SolutionApi:
517
517
  """Create solution access control
518
518
 
519
519
 
520
- :param organization_id: The Organization identifier (required)
520
+ :param organization_id: the Organization identifier (required)
521
521
  :type organization_id: str
522
- :param solution_id: The Solution identifier (required)
522
+ :param solution_id: the Solution identifier (required)
523
523
  :type solution_id: str
524
524
  :param solution_access_control: Access control to create (required)
525
525
  :type solution_access_control: SolutionAccessControl
@@ -654,8 +654,8 @@ class SolutionApi:
654
654
  @validate_call
655
655
  def create_solution_parameter(
656
656
  self,
657
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
658
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
657
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
658
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
659
659
  run_template_parameter_create_request: Annotated[RunTemplateParameterCreateRequest, Field(description="Parameter to create")],
660
660
  _request_timeout: Union[
661
661
  None,
@@ -673,9 +673,9 @@ class SolutionApi:
673
673
  """Create solution parameter for a solution
674
674
 
675
675
 
676
- :param organization_id: The Organization identifier (required)
676
+ :param organization_id: the Organization identifier (required)
677
677
  :type organization_id: str
678
- :param solution_id: The Solution identifier (required)
678
+ :param solution_id: the Solution identifier (required)
679
679
  :type solution_id: str
680
680
  :param run_template_parameter_create_request: Parameter to create (required)
681
681
  :type run_template_parameter_create_request: RunTemplateParameterCreateRequest
@@ -730,8 +730,8 @@ class SolutionApi:
730
730
  @validate_call
731
731
  def create_solution_parameter_with_http_info(
732
732
  self,
733
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
734
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
733
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
734
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
735
735
  run_template_parameter_create_request: Annotated[RunTemplateParameterCreateRequest, Field(description="Parameter to create")],
736
736
  _request_timeout: Union[
737
737
  None,
@@ -749,9 +749,9 @@ class SolutionApi:
749
749
  """Create solution parameter for a solution
750
750
 
751
751
 
752
- :param organization_id: The Organization identifier (required)
752
+ :param organization_id: the Organization identifier (required)
753
753
  :type organization_id: str
754
- :param solution_id: The Solution identifier (required)
754
+ :param solution_id: the Solution identifier (required)
755
755
  :type solution_id: str
756
756
  :param run_template_parameter_create_request: Parameter to create (required)
757
757
  :type run_template_parameter_create_request: RunTemplateParameterCreateRequest
@@ -806,8 +806,8 @@ class SolutionApi:
806
806
  @validate_call
807
807
  def create_solution_parameter_without_preload_content(
808
808
  self,
809
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
810
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
809
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
810
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
811
811
  run_template_parameter_create_request: Annotated[RunTemplateParameterCreateRequest, Field(description="Parameter to create")],
812
812
  _request_timeout: Union[
813
813
  None,
@@ -825,9 +825,9 @@ class SolutionApi:
825
825
  """Create solution parameter for a solution
826
826
 
827
827
 
828
- :param organization_id: The Organization identifier (required)
828
+ :param organization_id: the Organization identifier (required)
829
829
  :type organization_id: str
830
- :param solution_id: The Solution identifier (required)
830
+ :param solution_id: the Solution identifier (required)
831
831
  :type solution_id: str
832
832
  :param run_template_parameter_create_request: Parameter to create (required)
833
833
  :type run_template_parameter_create_request: RunTemplateParameterCreateRequest
@@ -963,8 +963,8 @@ class SolutionApi:
963
963
  @validate_call
964
964
  def create_solution_parameter_group(
965
965
  self,
966
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
967
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
966
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
967
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
968
968
  run_template_parameter_group_create_request: Annotated[RunTemplateParameterGroupCreateRequest, Field(description="Parameter group to create")],
969
969
  _request_timeout: Union[
970
970
  None,
@@ -982,9 +982,9 @@ class SolutionApi:
982
982
  """Create a solution parameter group
983
983
 
984
984
 
985
- :param organization_id: The Organization identifier (required)
985
+ :param organization_id: the Organization identifier (required)
986
986
  :type organization_id: str
987
- :param solution_id: The Solution identifier (required)
987
+ :param solution_id: the Solution identifier (required)
988
988
  :type solution_id: str
989
989
  :param run_template_parameter_group_create_request: Parameter group to create (required)
990
990
  :type run_template_parameter_group_create_request: RunTemplateParameterGroupCreateRequest
@@ -1039,8 +1039,8 @@ class SolutionApi:
1039
1039
  @validate_call
1040
1040
  def create_solution_parameter_group_with_http_info(
1041
1041
  self,
1042
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
1043
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
1042
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
1043
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
1044
1044
  run_template_parameter_group_create_request: Annotated[RunTemplateParameterGroupCreateRequest, Field(description="Parameter group to create")],
1045
1045
  _request_timeout: Union[
1046
1046
  None,
@@ -1058,9 +1058,9 @@ class SolutionApi:
1058
1058
  """Create a solution parameter group
1059
1059
 
1060
1060
 
1061
- :param organization_id: The Organization identifier (required)
1061
+ :param organization_id: the Organization identifier (required)
1062
1062
  :type organization_id: str
1063
- :param solution_id: The Solution identifier (required)
1063
+ :param solution_id: the Solution identifier (required)
1064
1064
  :type solution_id: str
1065
1065
  :param run_template_parameter_group_create_request: Parameter group to create (required)
1066
1066
  :type run_template_parameter_group_create_request: RunTemplateParameterGroupCreateRequest
@@ -1115,8 +1115,8 @@ class SolutionApi:
1115
1115
  @validate_call
1116
1116
  def create_solution_parameter_group_without_preload_content(
1117
1117
  self,
1118
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
1119
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
1118
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
1119
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
1120
1120
  run_template_parameter_group_create_request: Annotated[RunTemplateParameterGroupCreateRequest, Field(description="Parameter group to create")],
1121
1121
  _request_timeout: Union[
1122
1122
  None,
@@ -1134,9 +1134,9 @@ class SolutionApi:
1134
1134
  """Create a solution parameter group
1135
1135
 
1136
1136
 
1137
- :param organization_id: The Organization identifier (required)
1137
+ :param organization_id: the Organization identifier (required)
1138
1138
  :type organization_id: str
1139
- :param solution_id: The Solution identifier (required)
1139
+ :param solution_id: the Solution identifier (required)
1140
1140
  :type solution_id: str
1141
1141
  :param run_template_parameter_group_create_request: Parameter group to create (required)
1142
1142
  :type run_template_parameter_group_create_request: RunTemplateParameterGroupCreateRequest
@@ -1272,8 +1272,8 @@ class SolutionApi:
1272
1272
  @validate_call
1273
1273
  def create_solution_run_template(
1274
1274
  self,
1275
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
1276
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
1275
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
1276
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
1277
1277
  run_template_create_request: Annotated[RunTemplateCreateRequest, Field(description="Run template to create")],
1278
1278
  _request_timeout: Union[
1279
1279
  None,
@@ -1291,9 +1291,9 @@ class SolutionApi:
1291
1291
  """Create a solution run template
1292
1292
 
1293
1293
 
1294
- :param organization_id: The Organization identifier (required)
1294
+ :param organization_id: the Organization identifier (required)
1295
1295
  :type organization_id: str
1296
- :param solution_id: The Solution identifier (required)
1296
+ :param solution_id: the Solution identifier (required)
1297
1297
  :type solution_id: str
1298
1298
  :param run_template_create_request: Run template to create (required)
1299
1299
  :type run_template_create_request: RunTemplateCreateRequest
@@ -1348,8 +1348,8 @@ class SolutionApi:
1348
1348
  @validate_call
1349
1349
  def create_solution_run_template_with_http_info(
1350
1350
  self,
1351
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
1352
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
1351
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
1352
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
1353
1353
  run_template_create_request: Annotated[RunTemplateCreateRequest, Field(description="Run template to create")],
1354
1354
  _request_timeout: Union[
1355
1355
  None,
@@ -1367,9 +1367,9 @@ class SolutionApi:
1367
1367
  """Create a solution run template
1368
1368
 
1369
1369
 
1370
- :param organization_id: The Organization identifier (required)
1370
+ :param organization_id: the Organization identifier (required)
1371
1371
  :type organization_id: str
1372
- :param solution_id: The Solution identifier (required)
1372
+ :param solution_id: the Solution identifier (required)
1373
1373
  :type solution_id: str
1374
1374
  :param run_template_create_request: Run template to create (required)
1375
1375
  :type run_template_create_request: RunTemplateCreateRequest
@@ -1424,8 +1424,8 @@ class SolutionApi:
1424
1424
  @validate_call
1425
1425
  def create_solution_run_template_without_preload_content(
1426
1426
  self,
1427
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
1428
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
1427
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
1428
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
1429
1429
  run_template_create_request: Annotated[RunTemplateCreateRequest, Field(description="Run template to create")],
1430
1430
  _request_timeout: Union[
1431
1431
  None,
@@ -1443,9 +1443,9 @@ class SolutionApi:
1443
1443
  """Create a solution run template
1444
1444
 
1445
1445
 
1446
- :param organization_id: The Organization identifier (required)
1446
+ :param organization_id: the Organization identifier (required)
1447
1447
  :type organization_id: str
1448
- :param solution_id: The Solution identifier (required)
1448
+ :param solution_id: the Solution identifier (required)
1449
1449
  :type solution_id: str
1450
1450
  :param run_template_create_request: Run template to create (required)
1451
1451
  :type run_template_create_request: RunTemplateCreateRequest
@@ -1581,8 +1581,8 @@ class SolutionApi:
1581
1581
  @validate_call
1582
1582
  def delete_solution(
1583
1583
  self,
1584
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
1585
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
1584
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
1585
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
1586
1586
  _request_timeout: Union[
1587
1587
  None,
1588
1588
  Annotated[StrictFloat, Field(gt=0)],
@@ -1599,9 +1599,9 @@ class SolutionApi:
1599
1599
  """Delete a solution
1600
1600
 
1601
1601
 
1602
- :param organization_id: The Organization identifier (required)
1602
+ :param organization_id: the Organization identifier (required)
1603
1603
  :type organization_id: str
1604
- :param solution_id: The Solution identifier (required)
1604
+ :param solution_id: the Solution identifier (required)
1605
1605
  :type solution_id: str
1606
1606
  :param _request_timeout: timeout setting for this request. If one
1607
1607
  number provided, it will be total request
@@ -1652,8 +1652,8 @@ class SolutionApi:
1652
1652
  @validate_call
1653
1653
  def delete_solution_with_http_info(
1654
1654
  self,
1655
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
1656
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
1655
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
1656
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
1657
1657
  _request_timeout: Union[
1658
1658
  None,
1659
1659
  Annotated[StrictFloat, Field(gt=0)],
@@ -1670,9 +1670,9 @@ class SolutionApi:
1670
1670
  """Delete a solution
1671
1671
 
1672
1672
 
1673
- :param organization_id: The Organization identifier (required)
1673
+ :param organization_id: the Organization identifier (required)
1674
1674
  :type organization_id: str
1675
- :param solution_id: The Solution identifier (required)
1675
+ :param solution_id: the Solution identifier (required)
1676
1676
  :type solution_id: str
1677
1677
  :param _request_timeout: timeout setting for this request. If one
1678
1678
  number provided, it will be total request
@@ -1723,8 +1723,8 @@ class SolutionApi:
1723
1723
  @validate_call
1724
1724
  def delete_solution_without_preload_content(
1725
1725
  self,
1726
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
1727
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
1726
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
1727
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
1728
1728
  _request_timeout: Union[
1729
1729
  None,
1730
1730
  Annotated[StrictFloat, Field(gt=0)],
@@ -1741,9 +1741,9 @@ class SolutionApi:
1741
1741
  """Delete a solution
1742
1742
 
1743
1743
 
1744
- :param organization_id: The Organization identifier (required)
1744
+ :param organization_id: the Organization identifier (required)
1745
1745
  :type organization_id: str
1746
- :param solution_id: The Solution identifier (required)
1746
+ :param solution_id: the Solution identifier (required)
1747
1747
  :type solution_id: str
1748
1748
  :param _request_timeout: timeout setting for this request. If one
1749
1749
  number provided, it will be total request
@@ -1850,8 +1850,8 @@ class SolutionApi:
1850
1850
  @validate_call
1851
1851
  def delete_solution_access_control(
1852
1852
  self,
1853
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
1854
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
1853
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
1854
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
1855
1855
  identity_id: Annotated[StrictStr, Field(description="The User identifier")],
1856
1856
  _request_timeout: Union[
1857
1857
  None,
@@ -1869,9 +1869,9 @@ class SolutionApi:
1869
1869
  """Delete solution access control
1870
1870
 
1871
1871
 
1872
- :param organization_id: The Organization identifier (required)
1872
+ :param organization_id: the Organization identifier (required)
1873
1873
  :type organization_id: str
1874
- :param solution_id: The Solution identifier (required)
1874
+ :param solution_id: the Solution identifier (required)
1875
1875
  :type solution_id: str
1876
1876
  :param identity_id: The User identifier (required)
1877
1877
  :type identity_id: str
@@ -1925,8 +1925,8 @@ class SolutionApi:
1925
1925
  @validate_call
1926
1926
  def delete_solution_access_control_with_http_info(
1927
1927
  self,
1928
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
1929
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
1928
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
1929
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
1930
1930
  identity_id: Annotated[StrictStr, Field(description="The User identifier")],
1931
1931
  _request_timeout: Union[
1932
1932
  None,
@@ -1944,9 +1944,9 @@ class SolutionApi:
1944
1944
  """Delete solution access control
1945
1945
 
1946
1946
 
1947
- :param organization_id: The Organization identifier (required)
1947
+ :param organization_id: the Organization identifier (required)
1948
1948
  :type organization_id: str
1949
- :param solution_id: The Solution identifier (required)
1949
+ :param solution_id: the Solution identifier (required)
1950
1950
  :type solution_id: str
1951
1951
  :param identity_id: The User identifier (required)
1952
1952
  :type identity_id: str
@@ -2000,8 +2000,8 @@ class SolutionApi:
2000
2000
  @validate_call
2001
2001
  def delete_solution_access_control_without_preload_content(
2002
2002
  self,
2003
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
2004
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
2003
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
2004
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
2005
2005
  identity_id: Annotated[StrictStr, Field(description="The User identifier")],
2006
2006
  _request_timeout: Union[
2007
2007
  None,
@@ -2019,9 +2019,9 @@ class SolutionApi:
2019
2019
  """Delete solution access control
2020
2020
 
2021
2021
 
2022
- :param organization_id: The Organization identifier (required)
2022
+ :param organization_id: the Organization identifier (required)
2023
2023
  :type organization_id: str
2024
- :param solution_id: The Solution identifier (required)
2024
+ :param solution_id: the Solution identifier (required)
2025
2025
  :type solution_id: str
2026
2026
  :param identity_id: The User identifier (required)
2027
2027
  :type identity_id: str
@@ -2134,8 +2134,8 @@ class SolutionApi:
2134
2134
  @validate_call
2135
2135
  def delete_solution_parameter(
2136
2136
  self,
2137
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
2138
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
2137
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
2138
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
2139
2139
  parameter_id: Annotated[StrictStr, Field(description="The solution parameter identifier")],
2140
2140
  _request_timeout: Union[
2141
2141
  None,
@@ -2153,9 +2153,9 @@ class SolutionApi:
2153
2153
  """Delete specific parameter from the solution
2154
2154
 
2155
2155
 
2156
- :param organization_id: The Organization identifier (required)
2156
+ :param organization_id: the Organization identifier (required)
2157
2157
  :type organization_id: str
2158
- :param solution_id: The Solution identifier (required)
2158
+ :param solution_id: the Solution identifier (required)
2159
2159
  :type solution_id: str
2160
2160
  :param parameter_id: The solution parameter identifier (required)
2161
2161
  :type parameter_id: str
@@ -2209,8 +2209,8 @@ class SolutionApi:
2209
2209
  @validate_call
2210
2210
  def delete_solution_parameter_with_http_info(
2211
2211
  self,
2212
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
2213
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
2212
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
2213
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
2214
2214
  parameter_id: Annotated[StrictStr, Field(description="The solution parameter identifier")],
2215
2215
  _request_timeout: Union[
2216
2216
  None,
@@ -2228,9 +2228,9 @@ class SolutionApi:
2228
2228
  """Delete specific parameter from the solution
2229
2229
 
2230
2230
 
2231
- :param organization_id: The Organization identifier (required)
2231
+ :param organization_id: the Organization identifier (required)
2232
2232
  :type organization_id: str
2233
- :param solution_id: The Solution identifier (required)
2233
+ :param solution_id: the Solution identifier (required)
2234
2234
  :type solution_id: str
2235
2235
  :param parameter_id: The solution parameter identifier (required)
2236
2236
  :type parameter_id: str
@@ -2284,8 +2284,8 @@ class SolutionApi:
2284
2284
  @validate_call
2285
2285
  def delete_solution_parameter_without_preload_content(
2286
2286
  self,
2287
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
2288
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
2287
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
2288
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
2289
2289
  parameter_id: Annotated[StrictStr, Field(description="The solution parameter identifier")],
2290
2290
  _request_timeout: Union[
2291
2291
  None,
@@ -2303,9 +2303,9 @@ class SolutionApi:
2303
2303
  """Delete specific parameter from the solution
2304
2304
 
2305
2305
 
2306
- :param organization_id: The Organization identifier (required)
2306
+ :param organization_id: the Organization identifier (required)
2307
2307
  :type organization_id: str
2308
- :param solution_id: The Solution identifier (required)
2308
+ :param solution_id: the Solution identifier (required)
2309
2309
  :type solution_id: str
2310
2310
  :param parameter_id: The solution parameter identifier (required)
2311
2311
  :type parameter_id: str
@@ -2418,8 +2418,8 @@ class SolutionApi:
2418
2418
  @validate_call
2419
2419
  def delete_solution_parameter_group(
2420
2420
  self,
2421
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
2422
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
2421
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
2422
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
2423
2423
  parameter_group_id: Annotated[StrictStr, Field(description="The parameter group identifier")],
2424
2424
  _request_timeout: Union[
2425
2425
  None,
@@ -2437,9 +2437,9 @@ class SolutionApi:
2437
2437
  """Delete a parameter group from the solution
2438
2438
 
2439
2439
 
2440
- :param organization_id: The Organization identifier (required)
2440
+ :param organization_id: the Organization identifier (required)
2441
2441
  :type organization_id: str
2442
- :param solution_id: The Solution identifier (required)
2442
+ :param solution_id: the Solution identifier (required)
2443
2443
  :type solution_id: str
2444
2444
  :param parameter_group_id: The parameter group identifier (required)
2445
2445
  :type parameter_group_id: str
@@ -2493,8 +2493,8 @@ class SolutionApi:
2493
2493
  @validate_call
2494
2494
  def delete_solution_parameter_group_with_http_info(
2495
2495
  self,
2496
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
2497
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
2496
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
2497
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
2498
2498
  parameter_group_id: Annotated[StrictStr, Field(description="The parameter group identifier")],
2499
2499
  _request_timeout: Union[
2500
2500
  None,
@@ -2512,9 +2512,9 @@ class SolutionApi:
2512
2512
  """Delete a parameter group from the solution
2513
2513
 
2514
2514
 
2515
- :param organization_id: The Organization identifier (required)
2515
+ :param organization_id: the Organization identifier (required)
2516
2516
  :type organization_id: str
2517
- :param solution_id: The Solution identifier (required)
2517
+ :param solution_id: the Solution identifier (required)
2518
2518
  :type solution_id: str
2519
2519
  :param parameter_group_id: The parameter group identifier (required)
2520
2520
  :type parameter_group_id: str
@@ -2568,8 +2568,8 @@ class SolutionApi:
2568
2568
  @validate_call
2569
2569
  def delete_solution_parameter_group_without_preload_content(
2570
2570
  self,
2571
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
2572
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
2571
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
2572
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
2573
2573
  parameter_group_id: Annotated[StrictStr, Field(description="The parameter group identifier")],
2574
2574
  _request_timeout: Union[
2575
2575
  None,
@@ -2587,9 +2587,9 @@ class SolutionApi:
2587
2587
  """Delete a parameter group from the solution
2588
2588
 
2589
2589
 
2590
- :param organization_id: The Organization identifier (required)
2590
+ :param organization_id: the Organization identifier (required)
2591
2591
  :type organization_id: str
2592
- :param solution_id: The Solution identifier (required)
2592
+ :param solution_id: the Solution identifier (required)
2593
2593
  :type solution_id: str
2594
2594
  :param parameter_group_id: The parameter group identifier (required)
2595
2595
  :type parameter_group_id: str
@@ -2702,8 +2702,8 @@ class SolutionApi:
2702
2702
  @validate_call
2703
2703
  def delete_solution_run_template(
2704
2704
  self,
2705
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
2706
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
2705
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
2706
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
2707
2707
  run_template_id: Annotated[StrictStr, Field(description="The Run Template identifier")],
2708
2708
  _request_timeout: Union[
2709
2709
  None,
@@ -2721,9 +2721,9 @@ class SolutionApi:
2721
2721
  """Delete a specific run template
2722
2722
 
2723
2723
 
2724
- :param organization_id: The Organization identifier (required)
2724
+ :param organization_id: the Organization identifier (required)
2725
2725
  :type organization_id: str
2726
- :param solution_id: The Solution identifier (required)
2726
+ :param solution_id: the Solution identifier (required)
2727
2727
  :type solution_id: str
2728
2728
  :param run_template_id: The Run Template identifier (required)
2729
2729
  :type run_template_id: str
@@ -2777,8 +2777,8 @@ class SolutionApi:
2777
2777
  @validate_call
2778
2778
  def delete_solution_run_template_with_http_info(
2779
2779
  self,
2780
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
2781
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
2780
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
2781
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
2782
2782
  run_template_id: Annotated[StrictStr, Field(description="The Run Template identifier")],
2783
2783
  _request_timeout: Union[
2784
2784
  None,
@@ -2796,9 +2796,9 @@ class SolutionApi:
2796
2796
  """Delete a specific run template
2797
2797
 
2798
2798
 
2799
- :param organization_id: The Organization identifier (required)
2799
+ :param organization_id: the Organization identifier (required)
2800
2800
  :type organization_id: str
2801
- :param solution_id: The Solution identifier (required)
2801
+ :param solution_id: the Solution identifier (required)
2802
2802
  :type solution_id: str
2803
2803
  :param run_template_id: The Run Template identifier (required)
2804
2804
  :type run_template_id: str
@@ -2852,8 +2852,8 @@ class SolutionApi:
2852
2852
  @validate_call
2853
2853
  def delete_solution_run_template_without_preload_content(
2854
2854
  self,
2855
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
2856
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
2855
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
2856
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
2857
2857
  run_template_id: Annotated[StrictStr, Field(description="The Run Template identifier")],
2858
2858
  _request_timeout: Union[
2859
2859
  None,
@@ -2871,9 +2871,9 @@ class SolutionApi:
2871
2871
  """Delete a specific run template
2872
2872
 
2873
2873
 
2874
- :param organization_id: The Organization identifier (required)
2874
+ :param organization_id: the Organization identifier (required)
2875
2875
  :type organization_id: str
2876
- :param solution_id: The Solution identifier (required)
2876
+ :param solution_id: the Solution identifier (required)
2877
2877
  :type solution_id: str
2878
2878
  :param run_template_id: The Run Template identifier (required)
2879
2879
  :type run_template_id: str
@@ -2986,8 +2986,8 @@ class SolutionApi:
2986
2986
  @validate_call
2987
2987
  def get_run_template(
2988
2988
  self,
2989
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
2990
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
2989
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
2990
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
2991
2991
  run_template_id: Annotated[StrictStr, Field(description="The Run Template identifier")],
2992
2992
  _request_timeout: Union[
2993
2993
  None,
@@ -3005,9 +3005,9 @@ class SolutionApi:
3005
3005
  """Retrieve a solution run templates
3006
3006
 
3007
3007
 
3008
- :param organization_id: The Organization identifier (required)
3008
+ :param organization_id: the Organization identifier (required)
3009
3009
  :type organization_id: str
3010
- :param solution_id: The Solution identifier (required)
3010
+ :param solution_id: the Solution identifier (required)
3011
3011
  :type solution_id: str
3012
3012
  :param run_template_id: The Run Template identifier (required)
3013
3013
  :type run_template_id: str
@@ -3061,8 +3061,8 @@ class SolutionApi:
3061
3061
  @validate_call
3062
3062
  def get_run_template_with_http_info(
3063
3063
  self,
3064
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
3065
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
3064
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
3065
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
3066
3066
  run_template_id: Annotated[StrictStr, Field(description="The Run Template identifier")],
3067
3067
  _request_timeout: Union[
3068
3068
  None,
@@ -3080,9 +3080,9 @@ class SolutionApi:
3080
3080
  """Retrieve a solution run templates
3081
3081
 
3082
3082
 
3083
- :param organization_id: The Organization identifier (required)
3083
+ :param organization_id: the Organization identifier (required)
3084
3084
  :type organization_id: str
3085
- :param solution_id: The Solution identifier (required)
3085
+ :param solution_id: the Solution identifier (required)
3086
3086
  :type solution_id: str
3087
3087
  :param run_template_id: The Run Template identifier (required)
3088
3088
  :type run_template_id: str
@@ -3136,8 +3136,8 @@ class SolutionApi:
3136
3136
  @validate_call
3137
3137
  def get_run_template_without_preload_content(
3138
3138
  self,
3139
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
3140
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
3139
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
3140
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
3141
3141
  run_template_id: Annotated[StrictStr, Field(description="The Run Template identifier")],
3142
3142
  _request_timeout: Union[
3143
3143
  None,
@@ -3155,9 +3155,9 @@ class SolutionApi:
3155
3155
  """Retrieve a solution run templates
3156
3156
 
3157
3157
 
3158
- :param organization_id: The Organization identifier (required)
3158
+ :param organization_id: the Organization identifier (required)
3159
3159
  :type organization_id: str
3160
- :param solution_id: The Solution identifier (required)
3160
+ :param solution_id: the Solution identifier (required)
3161
3161
  :type solution_id: str
3162
3162
  :param run_template_id: The Run Template identifier (required)
3163
3163
  :type run_template_id: str
@@ -3278,8 +3278,8 @@ class SolutionApi:
3278
3278
  @validate_call
3279
3279
  def get_solution(
3280
3280
  self,
3281
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
3282
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
3281
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
3282
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
3283
3283
  _request_timeout: Union[
3284
3284
  None,
3285
3285
  Annotated[StrictFloat, Field(gt=0)],
@@ -3296,9 +3296,9 @@ class SolutionApi:
3296
3296
  """Get the details of a solution
3297
3297
 
3298
3298
 
3299
- :param organization_id: The Organization identifier (required)
3299
+ :param organization_id: the Organization identifier (required)
3300
3300
  :type organization_id: str
3301
- :param solution_id: The Solution identifier (required)
3301
+ :param solution_id: the Solution identifier (required)
3302
3302
  :type solution_id: str
3303
3303
  :param _request_timeout: timeout setting for this request. If one
3304
3304
  number provided, it will be total request
@@ -3349,8 +3349,8 @@ class SolutionApi:
3349
3349
  @validate_call
3350
3350
  def get_solution_with_http_info(
3351
3351
  self,
3352
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
3353
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
3352
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
3353
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
3354
3354
  _request_timeout: Union[
3355
3355
  None,
3356
3356
  Annotated[StrictFloat, Field(gt=0)],
@@ -3367,9 +3367,9 @@ class SolutionApi:
3367
3367
  """Get the details of a solution
3368
3368
 
3369
3369
 
3370
- :param organization_id: The Organization identifier (required)
3370
+ :param organization_id: the Organization identifier (required)
3371
3371
  :type organization_id: str
3372
- :param solution_id: The Solution identifier (required)
3372
+ :param solution_id: the Solution identifier (required)
3373
3373
  :type solution_id: str
3374
3374
  :param _request_timeout: timeout setting for this request. If one
3375
3375
  number provided, it will be total request
@@ -3420,8 +3420,8 @@ class SolutionApi:
3420
3420
  @validate_call
3421
3421
  def get_solution_without_preload_content(
3422
3422
  self,
3423
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
3424
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
3423
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
3424
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
3425
3425
  _request_timeout: Union[
3426
3426
  None,
3427
3427
  Annotated[StrictFloat, Field(gt=0)],
@@ -3438,9 +3438,9 @@ class SolutionApi:
3438
3438
  """Get the details of a solution
3439
3439
 
3440
3440
 
3441
- :param organization_id: The Organization identifier (required)
3441
+ :param organization_id: the Organization identifier (required)
3442
3442
  :type organization_id: str
3443
- :param solution_id: The Solution identifier (required)
3443
+ :param solution_id: the Solution identifier (required)
3444
3444
  :type solution_id: str
3445
3445
  :param _request_timeout: timeout setting for this request. If one
3446
3446
  number provided, it will be total request
@@ -3555,8 +3555,8 @@ class SolutionApi:
3555
3555
  @validate_call
3556
3556
  def get_solution_access_control(
3557
3557
  self,
3558
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
3559
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
3558
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
3559
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
3560
3560
  identity_id: Annotated[StrictStr, Field(description="The User identifier")],
3561
3561
  _request_timeout: Union[
3562
3562
  None,
@@ -3574,9 +3574,9 @@ class SolutionApi:
3574
3574
  """Get solution access control
3575
3575
 
3576
3576
 
3577
- :param organization_id: The Organization identifier (required)
3577
+ :param organization_id: the Organization identifier (required)
3578
3578
  :type organization_id: str
3579
- :param solution_id: The Solution identifier (required)
3579
+ :param solution_id: the Solution identifier (required)
3580
3580
  :type solution_id: str
3581
3581
  :param identity_id: The User identifier (required)
3582
3582
  :type identity_id: str
@@ -3630,8 +3630,8 @@ class SolutionApi:
3630
3630
  @validate_call
3631
3631
  def get_solution_access_control_with_http_info(
3632
3632
  self,
3633
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
3634
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
3633
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
3634
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
3635
3635
  identity_id: Annotated[StrictStr, Field(description="The User identifier")],
3636
3636
  _request_timeout: Union[
3637
3637
  None,
@@ -3649,9 +3649,9 @@ class SolutionApi:
3649
3649
  """Get solution access control
3650
3650
 
3651
3651
 
3652
- :param organization_id: The Organization identifier (required)
3652
+ :param organization_id: the Organization identifier (required)
3653
3653
  :type organization_id: str
3654
- :param solution_id: The Solution identifier (required)
3654
+ :param solution_id: the Solution identifier (required)
3655
3655
  :type solution_id: str
3656
3656
  :param identity_id: The User identifier (required)
3657
3657
  :type identity_id: str
@@ -3705,8 +3705,8 @@ class SolutionApi:
3705
3705
  @validate_call
3706
3706
  def get_solution_access_control_without_preload_content(
3707
3707
  self,
3708
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
3709
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
3708
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
3709
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
3710
3710
  identity_id: Annotated[StrictStr, Field(description="The User identifier")],
3711
3711
  _request_timeout: Union[
3712
3712
  None,
@@ -3724,9 +3724,9 @@ class SolutionApi:
3724
3724
  """Get solution access control
3725
3725
 
3726
3726
 
3727
- :param organization_id: The Organization identifier (required)
3727
+ :param organization_id: the Organization identifier (required)
3728
3728
  :type organization_id: str
3729
- :param solution_id: The Solution identifier (required)
3729
+ :param solution_id: the Solution identifier (required)
3730
3730
  :type solution_id: str
3731
3731
  :param identity_id: The User identifier (required)
3732
3732
  :type identity_id: str
@@ -3847,8 +3847,8 @@ class SolutionApi:
3847
3847
  @validate_call
3848
3848
  def get_solution_parameter(
3849
3849
  self,
3850
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
3851
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
3850
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
3851
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
3852
3852
  parameter_id: Annotated[StrictStr, Field(description="The solution parameter identifier")],
3853
3853
  _request_timeout: Union[
3854
3854
  None,
@@ -3866,9 +3866,9 @@ class SolutionApi:
3866
3866
  """Get the details of a solution parameter
3867
3867
 
3868
3868
 
3869
- :param organization_id: The Organization identifier (required)
3869
+ :param organization_id: the Organization identifier (required)
3870
3870
  :type organization_id: str
3871
- :param solution_id: The Solution identifier (required)
3871
+ :param solution_id: the Solution identifier (required)
3872
3872
  :type solution_id: str
3873
3873
  :param parameter_id: The solution parameter identifier (required)
3874
3874
  :type parameter_id: str
@@ -3923,8 +3923,8 @@ class SolutionApi:
3923
3923
  @validate_call
3924
3924
  def get_solution_parameter_with_http_info(
3925
3925
  self,
3926
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
3927
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
3926
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
3927
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
3928
3928
  parameter_id: Annotated[StrictStr, Field(description="The solution parameter identifier")],
3929
3929
  _request_timeout: Union[
3930
3930
  None,
@@ -3942,9 +3942,9 @@ class SolutionApi:
3942
3942
  """Get the details of a solution parameter
3943
3943
 
3944
3944
 
3945
- :param organization_id: The Organization identifier (required)
3945
+ :param organization_id: the Organization identifier (required)
3946
3946
  :type organization_id: str
3947
- :param solution_id: The Solution identifier (required)
3947
+ :param solution_id: the Solution identifier (required)
3948
3948
  :type solution_id: str
3949
3949
  :param parameter_id: The solution parameter identifier (required)
3950
3950
  :type parameter_id: str
@@ -3999,8 +3999,8 @@ class SolutionApi:
3999
3999
  @validate_call
4000
4000
  def get_solution_parameter_without_preload_content(
4001
4001
  self,
4002
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
4003
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
4002
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
4003
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
4004
4004
  parameter_id: Annotated[StrictStr, Field(description="The solution parameter identifier")],
4005
4005
  _request_timeout: Union[
4006
4006
  None,
@@ -4018,9 +4018,9 @@ class SolutionApi:
4018
4018
  """Get the details of a solution parameter
4019
4019
 
4020
4020
 
4021
- :param organization_id: The Organization identifier (required)
4021
+ :param organization_id: the Organization identifier (required)
4022
4022
  :type organization_id: str
4023
- :param solution_id: The Solution identifier (required)
4023
+ :param solution_id: the Solution identifier (required)
4024
4024
  :type solution_id: str
4025
4025
  :param parameter_id: The solution parameter identifier (required)
4026
4026
  :type parameter_id: str
@@ -4142,8 +4142,8 @@ class SolutionApi:
4142
4142
  @validate_call
4143
4143
  def get_solution_parameter_group(
4144
4144
  self,
4145
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
4146
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
4145
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
4146
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
4147
4147
  parameter_group_id: Annotated[StrictStr, Field(description="The parameter group identifier")],
4148
4148
  _request_timeout: Union[
4149
4149
  None,
@@ -4161,9 +4161,9 @@ class SolutionApi:
4161
4161
  """Get details of a solution parameter group
4162
4162
 
4163
4163
 
4164
- :param organization_id: The Organization identifier (required)
4164
+ :param organization_id: the Organization identifier (required)
4165
4165
  :type organization_id: str
4166
- :param solution_id: The Solution identifier (required)
4166
+ :param solution_id: the Solution identifier (required)
4167
4167
  :type solution_id: str
4168
4168
  :param parameter_group_id: The parameter group identifier (required)
4169
4169
  :type parameter_group_id: str
@@ -4217,8 +4217,8 @@ class SolutionApi:
4217
4217
  @validate_call
4218
4218
  def get_solution_parameter_group_with_http_info(
4219
4219
  self,
4220
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
4221
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
4220
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
4221
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
4222
4222
  parameter_group_id: Annotated[StrictStr, Field(description="The parameter group identifier")],
4223
4223
  _request_timeout: Union[
4224
4224
  None,
@@ -4236,9 +4236,9 @@ class SolutionApi:
4236
4236
  """Get details of a solution parameter group
4237
4237
 
4238
4238
 
4239
- :param organization_id: The Organization identifier (required)
4239
+ :param organization_id: the Organization identifier (required)
4240
4240
  :type organization_id: str
4241
- :param solution_id: The Solution identifier (required)
4241
+ :param solution_id: the Solution identifier (required)
4242
4242
  :type solution_id: str
4243
4243
  :param parameter_group_id: The parameter group identifier (required)
4244
4244
  :type parameter_group_id: str
@@ -4292,8 +4292,8 @@ class SolutionApi:
4292
4292
  @validate_call
4293
4293
  def get_solution_parameter_group_without_preload_content(
4294
4294
  self,
4295
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
4296
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
4295
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
4296
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
4297
4297
  parameter_group_id: Annotated[StrictStr, Field(description="The parameter group identifier")],
4298
4298
  _request_timeout: Union[
4299
4299
  None,
@@ -4311,9 +4311,9 @@ class SolutionApi:
4311
4311
  """Get details of a solution parameter group
4312
4312
 
4313
4313
 
4314
- :param organization_id: The Organization identifier (required)
4314
+ :param organization_id: the Organization identifier (required)
4315
4315
  :type organization_id: str
4316
- :param solution_id: The Solution identifier (required)
4316
+ :param solution_id: the Solution identifier (required)
4317
4317
  :type solution_id: str
4318
4318
  :param parameter_group_id: The parameter group identifier (required)
4319
4319
  :type parameter_group_id: str
@@ -4434,8 +4434,8 @@ class SolutionApi:
4434
4434
  @validate_call
4435
4435
  def get_solution_security(
4436
4436
  self,
4437
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
4438
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
4437
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
4438
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
4439
4439
  _request_timeout: Union[
4440
4440
  None,
4441
4441
  Annotated[StrictFloat, Field(gt=0)],
@@ -4452,9 +4452,9 @@ class SolutionApi:
4452
4452
  """Get solution security information
4453
4453
 
4454
4454
 
4455
- :param organization_id: The Organization identifier (required)
4455
+ :param organization_id: the Organization identifier (required)
4456
4456
  :type organization_id: str
4457
- :param solution_id: The Solution identifier (required)
4457
+ :param solution_id: the Solution identifier (required)
4458
4458
  :type solution_id: str
4459
4459
  :param _request_timeout: timeout setting for this request. If one
4460
4460
  number provided, it will be total request
@@ -4505,8 +4505,8 @@ class SolutionApi:
4505
4505
  @validate_call
4506
4506
  def get_solution_security_with_http_info(
4507
4507
  self,
4508
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
4509
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
4508
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
4509
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
4510
4510
  _request_timeout: Union[
4511
4511
  None,
4512
4512
  Annotated[StrictFloat, Field(gt=0)],
@@ -4523,9 +4523,9 @@ class SolutionApi:
4523
4523
  """Get solution security information
4524
4524
 
4525
4525
 
4526
- :param organization_id: The Organization identifier (required)
4526
+ :param organization_id: the Organization identifier (required)
4527
4527
  :type organization_id: str
4528
- :param solution_id: The Solution identifier (required)
4528
+ :param solution_id: the Solution identifier (required)
4529
4529
  :type solution_id: str
4530
4530
  :param _request_timeout: timeout setting for this request. If one
4531
4531
  number provided, it will be total request
@@ -4576,8 +4576,8 @@ class SolutionApi:
4576
4576
  @validate_call
4577
4577
  def get_solution_security_without_preload_content(
4578
4578
  self,
4579
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
4580
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
4579
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
4580
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
4581
4581
  _request_timeout: Union[
4582
4582
  None,
4583
4583
  Annotated[StrictFloat, Field(gt=0)],
@@ -4594,9 +4594,9 @@ class SolutionApi:
4594
4594
  """Get solution security information
4595
4595
 
4596
4596
 
4597
- :param organization_id: The Organization identifier (required)
4597
+ :param organization_id: the Organization identifier (required)
4598
4598
  :type organization_id: str
4599
- :param solution_id: The Solution identifier (required)
4599
+ :param solution_id: the Solution identifier (required)
4600
4600
  :type solution_id: str
4601
4601
  :param _request_timeout: timeout setting for this request. If one
4602
4602
  number provided, it will be total request
@@ -4711,8 +4711,8 @@ class SolutionApi:
4711
4711
  @validate_call
4712
4712
  def list_run_templates(
4713
4713
  self,
4714
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
4715
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
4714
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
4715
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
4716
4716
  _request_timeout: Union[
4717
4717
  None,
4718
4718
  Annotated[StrictFloat, Field(gt=0)],
@@ -4729,9 +4729,9 @@ class SolutionApi:
4729
4729
  """List all solution run templates
4730
4730
 
4731
4731
 
4732
- :param organization_id: The Organization identifier (required)
4732
+ :param organization_id: the Organization identifier (required)
4733
4733
  :type organization_id: str
4734
- :param solution_id: The Solution identifier (required)
4734
+ :param solution_id: the Solution identifier (required)
4735
4735
  :type solution_id: str
4736
4736
  :param _request_timeout: timeout setting for this request. If one
4737
4737
  number provided, it will be total request
@@ -4782,8 +4782,8 @@ class SolutionApi:
4782
4782
  @validate_call
4783
4783
  def list_run_templates_with_http_info(
4784
4784
  self,
4785
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
4786
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
4785
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
4786
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
4787
4787
  _request_timeout: Union[
4788
4788
  None,
4789
4789
  Annotated[StrictFloat, Field(gt=0)],
@@ -4800,9 +4800,9 @@ class SolutionApi:
4800
4800
  """List all solution run templates
4801
4801
 
4802
4802
 
4803
- :param organization_id: The Organization identifier (required)
4803
+ :param organization_id: the Organization identifier (required)
4804
4804
  :type organization_id: str
4805
- :param solution_id: The Solution identifier (required)
4805
+ :param solution_id: the Solution identifier (required)
4806
4806
  :type solution_id: str
4807
4807
  :param _request_timeout: timeout setting for this request. If one
4808
4808
  number provided, it will be total request
@@ -4853,8 +4853,8 @@ class SolutionApi:
4853
4853
  @validate_call
4854
4854
  def list_run_templates_without_preload_content(
4855
4855
  self,
4856
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
4857
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
4856
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
4857
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
4858
4858
  _request_timeout: Union[
4859
4859
  None,
4860
4860
  Annotated[StrictFloat, Field(gt=0)],
@@ -4871,9 +4871,9 @@ class SolutionApi:
4871
4871
  """List all solution run templates
4872
4872
 
4873
4873
 
4874
- :param organization_id: The Organization identifier (required)
4874
+ :param organization_id: the Organization identifier (required)
4875
4875
  :type organization_id: str
4876
- :param solution_id: The Solution identifier (required)
4876
+ :param solution_id: the Solution identifier (required)
4877
4877
  :type solution_id: str
4878
4878
  :param _request_timeout: timeout setting for this request. If one
4879
4879
  number provided, it will be total request
@@ -4988,8 +4988,8 @@ class SolutionApi:
4988
4988
  @validate_call
4989
4989
  def list_solution_parameter_groups(
4990
4990
  self,
4991
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
4992
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
4991
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
4992
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
4993
4993
  _request_timeout: Union[
4994
4994
  None,
4995
4995
  Annotated[StrictFloat, Field(gt=0)],
@@ -5006,9 +5006,9 @@ class SolutionApi:
5006
5006
  """List all solution parameter groups
5007
5007
 
5008
5008
 
5009
- :param organization_id: The Organization identifier (required)
5009
+ :param organization_id: the Organization identifier (required)
5010
5010
  :type organization_id: str
5011
- :param solution_id: The Solution identifier (required)
5011
+ :param solution_id: the Solution identifier (required)
5012
5012
  :type solution_id: str
5013
5013
  :param _request_timeout: timeout setting for this request. If one
5014
5014
  number provided, it will be total request
@@ -5059,8 +5059,8 @@ class SolutionApi:
5059
5059
  @validate_call
5060
5060
  def list_solution_parameter_groups_with_http_info(
5061
5061
  self,
5062
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
5063
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
5062
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
5063
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
5064
5064
  _request_timeout: Union[
5065
5065
  None,
5066
5066
  Annotated[StrictFloat, Field(gt=0)],
@@ -5077,9 +5077,9 @@ class SolutionApi:
5077
5077
  """List all solution parameter groups
5078
5078
 
5079
5079
 
5080
- :param organization_id: The Organization identifier (required)
5080
+ :param organization_id: the Organization identifier (required)
5081
5081
  :type organization_id: str
5082
- :param solution_id: The Solution identifier (required)
5082
+ :param solution_id: the Solution identifier (required)
5083
5083
  :type solution_id: str
5084
5084
  :param _request_timeout: timeout setting for this request. If one
5085
5085
  number provided, it will be total request
@@ -5130,8 +5130,8 @@ class SolutionApi:
5130
5130
  @validate_call
5131
5131
  def list_solution_parameter_groups_without_preload_content(
5132
5132
  self,
5133
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
5134
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
5133
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
5134
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
5135
5135
  _request_timeout: Union[
5136
5136
  None,
5137
5137
  Annotated[StrictFloat, Field(gt=0)],
@@ -5148,9 +5148,9 @@ class SolutionApi:
5148
5148
  """List all solution parameter groups
5149
5149
 
5150
5150
 
5151
- :param organization_id: The Organization identifier (required)
5151
+ :param organization_id: the Organization identifier (required)
5152
5152
  :type organization_id: str
5153
- :param solution_id: The Solution identifier (required)
5153
+ :param solution_id: the Solution identifier (required)
5154
5154
  :type solution_id: str
5155
5155
  :param _request_timeout: timeout setting for this request. If one
5156
5156
  number provided, it will be total request
@@ -5265,8 +5265,8 @@ class SolutionApi:
5265
5265
  @validate_call
5266
5266
  def list_solution_parameters(
5267
5267
  self,
5268
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
5269
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
5268
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
5269
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
5270
5270
  _request_timeout: Union[
5271
5271
  None,
5272
5272
  Annotated[StrictFloat, Field(gt=0)],
@@ -5283,9 +5283,9 @@ class SolutionApi:
5283
5283
  """List all solution parameters
5284
5284
 
5285
5285
 
5286
- :param organization_id: The Organization identifier (required)
5286
+ :param organization_id: the Organization identifier (required)
5287
5287
  :type organization_id: str
5288
- :param solution_id: The Solution identifier (required)
5288
+ :param solution_id: the Solution identifier (required)
5289
5289
  :type solution_id: str
5290
5290
  :param _request_timeout: timeout setting for this request. If one
5291
5291
  number provided, it will be total request
@@ -5337,8 +5337,8 @@ class SolutionApi:
5337
5337
  @validate_call
5338
5338
  def list_solution_parameters_with_http_info(
5339
5339
  self,
5340
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
5341
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
5340
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
5341
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
5342
5342
  _request_timeout: Union[
5343
5343
  None,
5344
5344
  Annotated[StrictFloat, Field(gt=0)],
@@ -5355,9 +5355,9 @@ class SolutionApi:
5355
5355
  """List all solution parameters
5356
5356
 
5357
5357
 
5358
- :param organization_id: The Organization identifier (required)
5358
+ :param organization_id: the Organization identifier (required)
5359
5359
  :type organization_id: str
5360
- :param solution_id: The Solution identifier (required)
5360
+ :param solution_id: the Solution identifier (required)
5361
5361
  :type solution_id: str
5362
5362
  :param _request_timeout: timeout setting for this request. If one
5363
5363
  number provided, it will be total request
@@ -5409,8 +5409,8 @@ class SolutionApi:
5409
5409
  @validate_call
5410
5410
  def list_solution_parameters_without_preload_content(
5411
5411
  self,
5412
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
5413
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
5412
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
5413
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
5414
5414
  _request_timeout: Union[
5415
5415
  None,
5416
5416
  Annotated[StrictFloat, Field(gt=0)],
@@ -5427,9 +5427,9 @@ class SolutionApi:
5427
5427
  """List all solution parameters
5428
5428
 
5429
5429
 
5430
- :param organization_id: The Organization identifier (required)
5430
+ :param organization_id: the Organization identifier (required)
5431
5431
  :type organization_id: str
5432
- :param solution_id: The Solution identifier (required)
5432
+ :param solution_id: the Solution identifier (required)
5433
5433
  :type solution_id: str
5434
5434
  :param _request_timeout: timeout setting for this request. If one
5435
5435
  number provided, it will be total request
@@ -5545,8 +5545,8 @@ class SolutionApi:
5545
5545
  @validate_call
5546
5546
  def list_solution_security_users(
5547
5547
  self,
5548
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
5549
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
5548
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
5549
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
5550
5550
  _request_timeout: Union[
5551
5551
  None,
5552
5552
  Annotated[StrictFloat, Field(gt=0)],
@@ -5563,9 +5563,9 @@ class SolutionApi:
5563
5563
  """List solution security users
5564
5564
 
5565
5565
 
5566
- :param organization_id: The Organization identifier (required)
5566
+ :param organization_id: the Organization identifier (required)
5567
5567
  :type organization_id: str
5568
- :param solution_id: The Solution identifier (required)
5568
+ :param solution_id: the Solution identifier (required)
5569
5569
  :type solution_id: str
5570
5570
  :param _request_timeout: timeout setting for this request. If one
5571
5571
  number provided, it will be total request
@@ -5616,8 +5616,8 @@ class SolutionApi:
5616
5616
  @validate_call
5617
5617
  def list_solution_security_users_with_http_info(
5618
5618
  self,
5619
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
5620
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
5619
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
5620
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
5621
5621
  _request_timeout: Union[
5622
5622
  None,
5623
5623
  Annotated[StrictFloat, Field(gt=0)],
@@ -5634,9 +5634,9 @@ class SolutionApi:
5634
5634
  """List solution security users
5635
5635
 
5636
5636
 
5637
- :param organization_id: The Organization identifier (required)
5637
+ :param organization_id: the Organization identifier (required)
5638
5638
  :type organization_id: str
5639
- :param solution_id: The Solution identifier (required)
5639
+ :param solution_id: the Solution identifier (required)
5640
5640
  :type solution_id: str
5641
5641
  :param _request_timeout: timeout setting for this request. If one
5642
5642
  number provided, it will be total request
@@ -5687,8 +5687,8 @@ class SolutionApi:
5687
5687
  @validate_call
5688
5688
  def list_solution_security_users_without_preload_content(
5689
5689
  self,
5690
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
5691
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
5690
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
5691
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
5692
5692
  _request_timeout: Union[
5693
5693
  None,
5694
5694
  Annotated[StrictFloat, Field(gt=0)],
@@ -5705,9 +5705,9 @@ class SolutionApi:
5705
5705
  """List solution security users
5706
5706
 
5707
5707
 
5708
- :param organization_id: The Organization identifier (required)
5708
+ :param organization_id: the Organization identifier (required)
5709
5709
  :type organization_id: str
5710
- :param solution_id: The Solution identifier (required)
5710
+ :param solution_id: the Solution identifier (required)
5711
5711
  :type solution_id: str
5712
5712
  :param _request_timeout: timeout setting for this request. If one
5713
5713
  number provided, it will be total request
@@ -5822,9 +5822,9 @@ class SolutionApi:
5822
5822
  @validate_call
5823
5823
  def list_solutions(
5824
5824
  self,
5825
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
5826
- page: Annotated[Optional[StrictInt], Field(description="Page number to query (zero-based indexing)")] = None,
5827
- size: Annotated[Optional[StrictInt], Field(description="Number of records per page")] = None,
5825
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
5826
+ page: Annotated[Optional[StrictInt], Field(description="Page number to query (first page is at index 0)")] = None,
5827
+ size: Annotated[Optional[StrictInt], Field(description="Amount of result by page")] = None,
5828
5828
  _request_timeout: Union[
5829
5829
  None,
5830
5830
  Annotated[StrictFloat, Field(gt=0)],
@@ -5841,11 +5841,11 @@ class SolutionApi:
5841
5841
  """List all Solutions
5842
5842
 
5843
5843
 
5844
- :param organization_id: The Organization identifier (required)
5844
+ :param organization_id: the Organization identifier (required)
5845
5845
  :type organization_id: str
5846
- :param page: Page number to query (zero-based indexing)
5846
+ :param page: Page number to query (first page is at index 0)
5847
5847
  :type page: int
5848
- :param size: Number of records per page
5848
+ :param size: Amount of result by page
5849
5849
  :type size: int
5850
5850
  :param _request_timeout: timeout setting for this request. If one
5851
5851
  number provided, it will be total request
@@ -5896,9 +5896,9 @@ class SolutionApi:
5896
5896
  @validate_call
5897
5897
  def list_solutions_with_http_info(
5898
5898
  self,
5899
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
5900
- page: Annotated[Optional[StrictInt], Field(description="Page number to query (zero-based indexing)")] = None,
5901
- size: Annotated[Optional[StrictInt], Field(description="Number of records per page")] = None,
5899
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
5900
+ page: Annotated[Optional[StrictInt], Field(description="Page number to query (first page is at index 0)")] = None,
5901
+ size: Annotated[Optional[StrictInt], Field(description="Amount of result by page")] = None,
5902
5902
  _request_timeout: Union[
5903
5903
  None,
5904
5904
  Annotated[StrictFloat, Field(gt=0)],
@@ -5915,11 +5915,11 @@ class SolutionApi:
5915
5915
  """List all Solutions
5916
5916
 
5917
5917
 
5918
- :param organization_id: The Organization identifier (required)
5918
+ :param organization_id: the Organization identifier (required)
5919
5919
  :type organization_id: str
5920
- :param page: Page number to query (zero-based indexing)
5920
+ :param page: Page number to query (first page is at index 0)
5921
5921
  :type page: int
5922
- :param size: Number of records per page
5922
+ :param size: Amount of result by page
5923
5923
  :type size: int
5924
5924
  :param _request_timeout: timeout setting for this request. If one
5925
5925
  number provided, it will be total request
@@ -5970,9 +5970,9 @@ class SolutionApi:
5970
5970
  @validate_call
5971
5971
  def list_solutions_without_preload_content(
5972
5972
  self,
5973
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
5974
- page: Annotated[Optional[StrictInt], Field(description="Page number to query (zero-based indexing)")] = None,
5975
- size: Annotated[Optional[StrictInt], Field(description="Number of records per page")] = None,
5973
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
5974
+ page: Annotated[Optional[StrictInt], Field(description="Page number to query (first page is at index 0)")] = None,
5975
+ size: Annotated[Optional[StrictInt], Field(description="Amount of result by page")] = None,
5976
5976
  _request_timeout: Union[
5977
5977
  None,
5978
5978
  Annotated[StrictFloat, Field(gt=0)],
@@ -5989,11 +5989,11 @@ class SolutionApi:
5989
5989
  """List all Solutions
5990
5990
 
5991
5991
 
5992
- :param organization_id: The Organization identifier (required)
5992
+ :param organization_id: the Organization identifier (required)
5993
5993
  :type organization_id: str
5994
- :param page: Page number to query (zero-based indexing)
5994
+ :param page: Page number to query (first page is at index 0)
5995
5995
  :type page: int
5996
- :param size: Number of records per page
5996
+ :param size: Amount of result by page
5997
5997
  :type size: int
5998
5998
  :param _request_timeout: timeout setting for this request. If one
5999
5999
  number provided, it will be total request
@@ -6115,8 +6115,8 @@ class SolutionApi:
6115
6115
  @validate_call
6116
6116
  def update_solution(
6117
6117
  self,
6118
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
6119
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
6118
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
6119
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
6120
6120
  solution_update_request: Annotated[SolutionUpdateRequest, Field(description="The new Solution details. This endpoint can't be used to update security")],
6121
6121
  _request_timeout: Union[
6122
6122
  None,
@@ -6134,9 +6134,9 @@ class SolutionApi:
6134
6134
  """Update a solution
6135
6135
 
6136
6136
 
6137
- :param organization_id: The Organization identifier (required)
6137
+ :param organization_id: the Organization identifier (required)
6138
6138
  :type organization_id: str
6139
- :param solution_id: The Solution identifier (required)
6139
+ :param solution_id: the Solution identifier (required)
6140
6140
  :type solution_id: str
6141
6141
  :param solution_update_request: The new Solution details. This endpoint can't be used to update security (required)
6142
6142
  :type solution_update_request: SolutionUpdateRequest
@@ -6191,8 +6191,8 @@ class SolutionApi:
6191
6191
  @validate_call
6192
6192
  def update_solution_with_http_info(
6193
6193
  self,
6194
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
6195
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
6194
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
6195
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
6196
6196
  solution_update_request: Annotated[SolutionUpdateRequest, Field(description="The new Solution details. This endpoint can't be used to update security")],
6197
6197
  _request_timeout: Union[
6198
6198
  None,
@@ -6210,9 +6210,9 @@ class SolutionApi:
6210
6210
  """Update a solution
6211
6211
 
6212
6212
 
6213
- :param organization_id: The Organization identifier (required)
6213
+ :param organization_id: the Organization identifier (required)
6214
6214
  :type organization_id: str
6215
- :param solution_id: The Solution identifier (required)
6215
+ :param solution_id: the Solution identifier (required)
6216
6216
  :type solution_id: str
6217
6217
  :param solution_update_request: The new Solution details. This endpoint can't be used to update security (required)
6218
6218
  :type solution_update_request: SolutionUpdateRequest
@@ -6267,8 +6267,8 @@ class SolutionApi:
6267
6267
  @validate_call
6268
6268
  def update_solution_without_preload_content(
6269
6269
  self,
6270
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
6271
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
6270
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
6271
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
6272
6272
  solution_update_request: Annotated[SolutionUpdateRequest, Field(description="The new Solution details. This endpoint can't be used to update security")],
6273
6273
  _request_timeout: Union[
6274
6274
  None,
@@ -6286,9 +6286,9 @@ class SolutionApi:
6286
6286
  """Update a solution
6287
6287
 
6288
6288
 
6289
- :param organization_id: The Organization identifier (required)
6289
+ :param organization_id: the Organization identifier (required)
6290
6290
  :type organization_id: str
6291
- :param solution_id: The Solution identifier (required)
6291
+ :param solution_id: the Solution identifier (required)
6292
6292
  :type solution_id: str
6293
6293
  :param solution_update_request: The new Solution details. This endpoint can't be used to update security (required)
6294
6294
  :type solution_update_request: SolutionUpdateRequest
@@ -6424,8 +6424,8 @@ class SolutionApi:
6424
6424
  @validate_call
6425
6425
  def update_solution_access_control(
6426
6426
  self,
6427
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
6428
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
6427
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
6428
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
6429
6429
  identity_id: Annotated[StrictStr, Field(description="The User identifier")],
6430
6430
  solution_role: Annotated[SolutionRole, Field(description="Access control updates")],
6431
6431
  _request_timeout: Union[
@@ -6444,9 +6444,9 @@ class SolutionApi:
6444
6444
  """Update solution access control
6445
6445
 
6446
6446
 
6447
- :param organization_id: The Organization identifier (required)
6447
+ :param organization_id: the Organization identifier (required)
6448
6448
  :type organization_id: str
6449
- :param solution_id: The Solution identifier (required)
6449
+ :param solution_id: the Solution identifier (required)
6450
6450
  :type solution_id: str
6451
6451
  :param identity_id: The User identifier (required)
6452
6452
  :type identity_id: str
@@ -6503,8 +6503,8 @@ class SolutionApi:
6503
6503
  @validate_call
6504
6504
  def update_solution_access_control_with_http_info(
6505
6505
  self,
6506
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
6507
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
6506
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
6507
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
6508
6508
  identity_id: Annotated[StrictStr, Field(description="The User identifier")],
6509
6509
  solution_role: Annotated[SolutionRole, Field(description="Access control updates")],
6510
6510
  _request_timeout: Union[
@@ -6523,9 +6523,9 @@ class SolutionApi:
6523
6523
  """Update solution access control
6524
6524
 
6525
6525
 
6526
- :param organization_id: The Organization identifier (required)
6526
+ :param organization_id: the Organization identifier (required)
6527
6527
  :type organization_id: str
6528
- :param solution_id: The Solution identifier (required)
6528
+ :param solution_id: the Solution identifier (required)
6529
6529
  :type solution_id: str
6530
6530
  :param identity_id: The User identifier (required)
6531
6531
  :type identity_id: str
@@ -6582,8 +6582,8 @@ class SolutionApi:
6582
6582
  @validate_call
6583
6583
  def update_solution_access_control_without_preload_content(
6584
6584
  self,
6585
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
6586
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
6585
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
6586
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
6587
6587
  identity_id: Annotated[StrictStr, Field(description="The User identifier")],
6588
6588
  solution_role: Annotated[SolutionRole, Field(description="Access control updates")],
6589
6589
  _request_timeout: Union[
@@ -6602,9 +6602,9 @@ class SolutionApi:
6602
6602
  """Update solution access control
6603
6603
 
6604
6604
 
6605
- :param organization_id: The Organization identifier (required)
6605
+ :param organization_id: the Organization identifier (required)
6606
6606
  :type organization_id: str
6607
- :param solution_id: The Solution identifier (required)
6607
+ :param solution_id: the Solution identifier (required)
6608
6608
  :type solution_id: str
6609
6609
  :param identity_id: The User identifier (required)
6610
6610
  :type identity_id: str
@@ -7051,8 +7051,8 @@ class SolutionApi:
7051
7051
  @validate_call
7052
7052
  def update_solution_parameter(
7053
7053
  self,
7054
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
7055
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
7054
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
7055
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
7056
7056
  parameter_id: Annotated[StrictStr, Field(description="The solution parameter identifier")],
7057
7057
  run_template_parameter_update_request: Annotated[RunTemplateParameterUpdateRequest, Field(description="Parameter to update")],
7058
7058
  _request_timeout: Union[
@@ -7071,9 +7071,9 @@ class SolutionApi:
7071
7071
  """Update solution parameter
7072
7072
 
7073
7073
 
7074
- :param organization_id: The Organization identifier (required)
7074
+ :param organization_id: the Organization identifier (required)
7075
7075
  :type organization_id: str
7076
- :param solution_id: The Solution identifier (required)
7076
+ :param solution_id: the Solution identifier (required)
7077
7077
  :type solution_id: str
7078
7078
  :param parameter_id: The solution parameter identifier (required)
7079
7079
  :type parameter_id: str
@@ -7131,8 +7131,8 @@ class SolutionApi:
7131
7131
  @validate_call
7132
7132
  def update_solution_parameter_with_http_info(
7133
7133
  self,
7134
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
7135
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
7134
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
7135
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
7136
7136
  parameter_id: Annotated[StrictStr, Field(description="The solution parameter identifier")],
7137
7137
  run_template_parameter_update_request: Annotated[RunTemplateParameterUpdateRequest, Field(description="Parameter to update")],
7138
7138
  _request_timeout: Union[
@@ -7151,9 +7151,9 @@ class SolutionApi:
7151
7151
  """Update solution parameter
7152
7152
 
7153
7153
 
7154
- :param organization_id: The Organization identifier (required)
7154
+ :param organization_id: the Organization identifier (required)
7155
7155
  :type organization_id: str
7156
- :param solution_id: The Solution identifier (required)
7156
+ :param solution_id: the Solution identifier (required)
7157
7157
  :type solution_id: str
7158
7158
  :param parameter_id: The solution parameter identifier (required)
7159
7159
  :type parameter_id: str
@@ -7211,8 +7211,8 @@ class SolutionApi:
7211
7211
  @validate_call
7212
7212
  def update_solution_parameter_without_preload_content(
7213
7213
  self,
7214
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
7215
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
7214
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
7215
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
7216
7216
  parameter_id: Annotated[StrictStr, Field(description="The solution parameter identifier")],
7217
7217
  run_template_parameter_update_request: Annotated[RunTemplateParameterUpdateRequest, Field(description="Parameter to update")],
7218
7218
  _request_timeout: Union[
@@ -7231,9 +7231,9 @@ class SolutionApi:
7231
7231
  """Update solution parameter
7232
7232
 
7233
7233
 
7234
- :param organization_id: The Organization identifier (required)
7234
+ :param organization_id: the Organization identifier (required)
7235
7235
  :type organization_id: str
7236
- :param solution_id: The Solution identifier (required)
7236
+ :param solution_id: the Solution identifier (required)
7237
7237
  :type solution_id: str
7238
7238
  :param parameter_id: The solution parameter identifier (required)
7239
7239
  :type parameter_id: str
@@ -7375,8 +7375,8 @@ class SolutionApi:
7375
7375
  @validate_call
7376
7376
  def update_solution_parameter_group(
7377
7377
  self,
7378
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
7379
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
7378
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
7379
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
7380
7380
  parameter_group_id: Annotated[StrictStr, Field(description="The parameter group identifier")],
7381
7381
  run_template_parameter_group_update_request: Annotated[RunTemplateParameterGroupUpdateRequest, Field(description="Parameter groups to update")],
7382
7382
  _request_timeout: Union[
@@ -7395,9 +7395,9 @@ class SolutionApi:
7395
7395
  """Update a solution parameter group
7396
7396
 
7397
7397
 
7398
- :param organization_id: The Organization identifier (required)
7398
+ :param organization_id: the Organization identifier (required)
7399
7399
  :type organization_id: str
7400
- :param solution_id: The Solution identifier (required)
7400
+ :param solution_id: the Solution identifier (required)
7401
7401
  :type solution_id: str
7402
7402
  :param parameter_group_id: The parameter group identifier (required)
7403
7403
  :type parameter_group_id: str
@@ -7455,8 +7455,8 @@ class SolutionApi:
7455
7455
  @validate_call
7456
7456
  def update_solution_parameter_group_with_http_info(
7457
7457
  self,
7458
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
7459
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
7458
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
7459
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
7460
7460
  parameter_group_id: Annotated[StrictStr, Field(description="The parameter group identifier")],
7461
7461
  run_template_parameter_group_update_request: Annotated[RunTemplateParameterGroupUpdateRequest, Field(description="Parameter groups to update")],
7462
7462
  _request_timeout: Union[
@@ -7475,9 +7475,9 @@ class SolutionApi:
7475
7475
  """Update a solution parameter group
7476
7476
 
7477
7477
 
7478
- :param organization_id: The Organization identifier (required)
7478
+ :param organization_id: the Organization identifier (required)
7479
7479
  :type organization_id: str
7480
- :param solution_id: The Solution identifier (required)
7480
+ :param solution_id: the Solution identifier (required)
7481
7481
  :type solution_id: str
7482
7482
  :param parameter_group_id: The parameter group identifier (required)
7483
7483
  :type parameter_group_id: str
@@ -7535,8 +7535,8 @@ class SolutionApi:
7535
7535
  @validate_call
7536
7536
  def update_solution_parameter_group_without_preload_content(
7537
7537
  self,
7538
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
7539
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
7538
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
7539
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
7540
7540
  parameter_group_id: Annotated[StrictStr, Field(description="The parameter group identifier")],
7541
7541
  run_template_parameter_group_update_request: Annotated[RunTemplateParameterGroupUpdateRequest, Field(description="Parameter groups to update")],
7542
7542
  _request_timeout: Union[
@@ -7555,9 +7555,9 @@ class SolutionApi:
7555
7555
  """Update a solution parameter group
7556
7556
 
7557
7557
 
7558
- :param organization_id: The Organization identifier (required)
7558
+ :param organization_id: the Organization identifier (required)
7559
7559
  :type organization_id: str
7560
- :param solution_id: The Solution identifier (required)
7560
+ :param solution_id: the Solution identifier (required)
7561
7561
  :type solution_id: str
7562
7562
  :param parameter_group_id: The parameter group identifier (required)
7563
7563
  :type parameter_group_id: str
@@ -7699,8 +7699,8 @@ class SolutionApi:
7699
7699
  @validate_call
7700
7700
  def update_solution_run_template(
7701
7701
  self,
7702
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
7703
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
7702
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
7703
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
7704
7704
  run_template_id: Annotated[StrictStr, Field(description="The Run Template identifier")],
7705
7705
  run_template_update_request: Annotated[RunTemplateUpdateRequest, Field(description="Run template updates")],
7706
7706
  _request_timeout: Union[
@@ -7719,9 +7719,9 @@ class SolutionApi:
7719
7719
  """Update a specific run template
7720
7720
 
7721
7721
 
7722
- :param organization_id: The Organization identifier (required)
7722
+ :param organization_id: the Organization identifier (required)
7723
7723
  :type organization_id: str
7724
- :param solution_id: The Solution identifier (required)
7724
+ :param solution_id: the Solution identifier (required)
7725
7725
  :type solution_id: str
7726
7726
  :param run_template_id: The Run Template identifier (required)
7727
7727
  :type run_template_id: str
@@ -7779,8 +7779,8 @@ class SolutionApi:
7779
7779
  @validate_call
7780
7780
  def update_solution_run_template_with_http_info(
7781
7781
  self,
7782
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
7783
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
7782
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
7783
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
7784
7784
  run_template_id: Annotated[StrictStr, Field(description="The Run Template identifier")],
7785
7785
  run_template_update_request: Annotated[RunTemplateUpdateRequest, Field(description="Run template updates")],
7786
7786
  _request_timeout: Union[
@@ -7799,9 +7799,9 @@ class SolutionApi:
7799
7799
  """Update a specific run template
7800
7800
 
7801
7801
 
7802
- :param organization_id: The Organization identifier (required)
7802
+ :param organization_id: the Organization identifier (required)
7803
7803
  :type organization_id: str
7804
- :param solution_id: The Solution identifier (required)
7804
+ :param solution_id: the Solution identifier (required)
7805
7805
  :type solution_id: str
7806
7806
  :param run_template_id: The Run Template identifier (required)
7807
7807
  :type run_template_id: str
@@ -7859,8 +7859,8 @@ class SolutionApi:
7859
7859
  @validate_call
7860
7860
  def update_solution_run_template_without_preload_content(
7861
7861
  self,
7862
- organization_id: Annotated[StrictStr, Field(description="The Organization identifier")],
7863
- solution_id: Annotated[StrictStr, Field(description="The Solution identifier")],
7862
+ organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
7863
+ solution_id: Annotated[StrictStr, Field(description="the Solution identifier")],
7864
7864
  run_template_id: Annotated[StrictStr, Field(description="The Run Template identifier")],
7865
7865
  run_template_update_request: Annotated[RunTemplateUpdateRequest, Field(description="Run template updates")],
7866
7866
  _request_timeout: Union[
@@ -7879,9 +7879,9 @@ class SolutionApi:
7879
7879
  """Update a specific run template
7880
7880
 
7881
7881
 
7882
- :param organization_id: The Organization identifier (required)
7882
+ :param organization_id: the Organization identifier (required)
7883
7883
  :type organization_id: str
7884
- :param solution_id: The Solution identifier (required)
7884
+ :param solution_id: the Solution identifier (required)
7885
7885
  :type solution_id: str
7886
7886
  :param run_template_id: The Run Template identifier (required)
7887
7887
  :type run_template_id: str