polyaxon-sdk 2.4.0__py2.py3-none-any.whl → 2.4.0rc0__py2.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.
Files changed (266) hide show
  1. polyaxon_sdk/__init__.py +2 -2
  2. polyaxon_sdk/api/agents_v1_api.py +19 -9
  3. polyaxon_sdk/api/artifacts_stores_v1_api.py +1 -1
  4. polyaxon_sdk/api/auth_v1_api.py +30 -13
  5. polyaxon_sdk/api/connections_v1_api.py +11 -6
  6. polyaxon_sdk/api/dashboards_v1_api.py +11 -6
  7. polyaxon_sdk/api/organizations_v1_api.py +118 -53
  8. polyaxon_sdk/api/policies_v1_api.py +11 -6
  9. polyaxon_sdk/api/presets_v1_api.py +11 -6
  10. polyaxon_sdk/api/project_dashboards_v1_api.py +20 -10
  11. polyaxon_sdk/api/project_searches_v1_api.py +20 -10
  12. polyaxon_sdk/api/projects_v1_api.py +82 -37
  13. polyaxon_sdk/api/queues_v1_api.py +11 -6
  14. polyaxon_sdk/api/runs_v1_api.py +253 -113
  15. polyaxon_sdk/api/schemas_v1_api.py +1 -1
  16. polyaxon_sdk/api/searches_v1_api.py +11 -6
  17. polyaxon_sdk/api/service_accounts_v1_api.py +20 -10
  18. polyaxon_sdk/api/tags_v1_api.py +19 -9
  19. polyaxon_sdk/api/teams_v1_api.py +109 -49
  20. polyaxon_sdk/api/users_v1_api.py +10 -5
  21. polyaxon_sdk/api/versions_v1_api.py +1 -1
  22. polyaxon_sdk/api_client.py +2 -2
  23. polyaxon_sdk/configuration.py +3 -3
  24. polyaxon_sdk/exceptions.py +1 -1
  25. polyaxon_sdk/models/__init__.py +1 -1
  26. polyaxon_sdk/models/agent_state_response_agent_state.py +1 -1
  27. polyaxon_sdk/models/mx_job_mode.py +1 -1
  28. polyaxon_sdk/models/protobuf_any.py +1 -1
  29. polyaxon_sdk/models/protobuf_null_value.py +1 -1
  30. polyaxon_sdk/models/runtime_error.py +1 -1
  31. polyaxon_sdk/models/search_view.py +1 -1
  32. polyaxon_sdk/models/v1_activity.py +1 -1
  33. polyaxon_sdk/models/v1_agent.py +1 -1
  34. polyaxon_sdk/models/v1_agent_reconcile_body_request.py +1 -1
  35. polyaxon_sdk/models/v1_agent_state_response.py +1 -1
  36. polyaxon_sdk/models/v1_agent_status_body_request.py +1 -1
  37. polyaxon_sdk/models/v1_analytics_spec.py +1 -1
  38. polyaxon_sdk/models/v1_artifact_kind.py +1 -1
  39. polyaxon_sdk/models/v1_artifact_tree.py +1 -1
  40. polyaxon_sdk/models/v1_artifacts_mount.py +1 -1
  41. polyaxon_sdk/models/v1_artifacts_type.py +1 -1
  42. polyaxon_sdk/models/v1_auth.py +1 -1
  43. polyaxon_sdk/models/v1_auth_type.py +1 -1
  44. polyaxon_sdk/models/v1_average_stopping_policy.py +1 -1
  45. polyaxon_sdk/models/v1_bayes.py +1 -1
  46. polyaxon_sdk/models/v1_bucket_connection.py +1 -1
  47. polyaxon_sdk/models/v1_build.py +1 -1
  48. polyaxon_sdk/models/v1_cache.py +1 -1
  49. polyaxon_sdk/models/v1_claim_connection.py +1 -1
  50. polyaxon_sdk/models/v1_clean_pod_policy.py +1 -1
  51. polyaxon_sdk/models/v1_cloning.py +1 -1
  52. polyaxon_sdk/models/v1_cloning_kind.py +1 -1
  53. polyaxon_sdk/models/v1_compatibility.py +1 -1
  54. polyaxon_sdk/models/v1_compiled_operation.py +1 -1
  55. polyaxon_sdk/models/v1_component.py +1 -1
  56. polyaxon_sdk/models/v1_connection_kind.py +1 -1
  57. polyaxon_sdk/models/v1_connection_resource.py +1 -1
  58. polyaxon_sdk/models/v1_connection_response.py +1 -1
  59. polyaxon_sdk/models/v1_connection_schema.py +1 -1
  60. polyaxon_sdk/models/v1_connection_type.py +1 -1
  61. polyaxon_sdk/models/v1_credentials.py +1 -1
  62. polyaxon_sdk/models/v1_cron_schedule.py +1 -1
  63. polyaxon_sdk/models/v1_dag.py +1 -1
  64. polyaxon_sdk/models/v1_dag_ref.py +1 -1
  65. polyaxon_sdk/models/v1_dashboard.py +1 -1
  66. polyaxon_sdk/models/v1_dashboard_spec.py +1 -1
  67. polyaxon_sdk/models/v1_dask_job.py +1 -1
  68. polyaxon_sdk/models/v1_dask_replica.py +1 -1
  69. polyaxon_sdk/models/v1_date_time_schedule.py +1 -1
  70. polyaxon_sdk/models/v1_diff_stopping_policy.py +1 -1
  71. polyaxon_sdk/models/v1_dockerfile_type.py +1 -1
  72. polyaxon_sdk/models/v1_early_stopping.py +1 -1
  73. polyaxon_sdk/models/v1_entities_tags.py +1 -1
  74. polyaxon_sdk/models/v1_entities_transfer.py +1 -1
  75. polyaxon_sdk/models/v1_entity_notification_body.py +1 -1
  76. polyaxon_sdk/models/v1_entity_stage_body_request.py +1 -1
  77. polyaxon_sdk/models/v1_entity_status_body_request.py +1 -1
  78. polyaxon_sdk/models/v1_environment.py +1 -1
  79. polyaxon_sdk/models/v1_event.py +1 -1
  80. polyaxon_sdk/models/v1_event_artifact.py +1 -1
  81. polyaxon_sdk/models/v1_event_audio.py +1 -1
  82. polyaxon_sdk/models/v1_event_chart.py +1 -1
  83. polyaxon_sdk/models/v1_event_chart_kind.py +1 -1
  84. polyaxon_sdk/models/v1_event_confusion_matrix.py +1 -1
  85. polyaxon_sdk/models/v1_event_curve.py +1 -1
  86. polyaxon_sdk/models/v1_event_curve_kind.py +1 -1
  87. polyaxon_sdk/models/v1_event_dataframe.py +1 -1
  88. polyaxon_sdk/models/v1_event_histogram.py +1 -1
  89. polyaxon_sdk/models/v1_event_image.py +1 -1
  90. polyaxon_sdk/models/v1_event_kind.py +1 -1
  91. polyaxon_sdk/models/v1_event_model.py +1 -1
  92. polyaxon_sdk/models/v1_event_span.py +1 -1
  93. polyaxon_sdk/models/v1_event_span_kind.py +1 -1
  94. polyaxon_sdk/models/v1_event_trigger.py +1 -1
  95. polyaxon_sdk/models/v1_event_type.py +1 -1
  96. polyaxon_sdk/models/v1_event_video.py +1 -1
  97. polyaxon_sdk/models/v1_events_response.py +1 -1
  98. polyaxon_sdk/models/v1_failure_early_stopping.py +1 -1
  99. polyaxon_sdk/models/v1_file_type.py +1 -1
  100. polyaxon_sdk/models/v1_gcs_type.py +1 -1
  101. polyaxon_sdk/models/v1_git_connection.py +1 -1
  102. polyaxon_sdk/models/v1_git_type.py +1 -1
  103. polyaxon_sdk/models/v1_grid_search.py +1 -1
  104. polyaxon_sdk/models/v1_hook.py +1 -1
  105. polyaxon_sdk/models/v1_host_connection.py +1 -1
  106. polyaxon_sdk/models/v1_host_path_connection.py +1 -1
  107. polyaxon_sdk/models/v1_hp_choice.py +1 -1
  108. polyaxon_sdk/models/v1_hp_date_range.py +1 -1
  109. polyaxon_sdk/models/v1_hp_date_time_range.py +1 -1
  110. polyaxon_sdk/models/v1_hp_geom_space.py +1 -1
  111. polyaxon_sdk/models/v1_hp_lin_space.py +1 -1
  112. polyaxon_sdk/models/v1_hp_log_normal.py +1 -1
  113. polyaxon_sdk/models/v1_hp_log_space.py +1 -1
  114. polyaxon_sdk/models/v1_hp_log_uniform.py +1 -1
  115. polyaxon_sdk/models/v1_hp_normal.py +1 -1
  116. polyaxon_sdk/models/v1_hp_p_choice.py +1 -1
  117. polyaxon_sdk/models/v1_hp_params.py +1 -1
  118. polyaxon_sdk/models/v1_hp_q_log_normal.py +1 -1
  119. polyaxon_sdk/models/v1_hp_q_log_uniform.py +1 -1
  120. polyaxon_sdk/models/v1_hp_q_normal.py +1 -1
  121. polyaxon_sdk/models/v1_hp_q_uniform.py +1 -1
  122. polyaxon_sdk/models/v1_hp_range.py +1 -1
  123. polyaxon_sdk/models/v1_hp_uniform.py +1 -1
  124. polyaxon_sdk/models/v1_hub_ref.py +1 -1
  125. polyaxon_sdk/models/v1_hyperband.py +1 -1
  126. polyaxon_sdk/models/v1_hyperopt.py +1 -1
  127. polyaxon_sdk/models/v1_hyperopt_algorithms.py +1 -1
  128. polyaxon_sdk/models/v1_init.py +1 -1
  129. polyaxon_sdk/models/v1_installation.py +1 -1
  130. polyaxon_sdk/models/v1_interval_schedule.py +1 -1
  131. polyaxon_sdk/models/v1_io.py +1 -1
  132. polyaxon_sdk/models/v1_iterative.py +1 -1
  133. polyaxon_sdk/models/v1_job.py +1 -1
  134. polyaxon_sdk/models/v1_join.py +1 -1
  135. polyaxon_sdk/models/v1_join_param.py +1 -1
  136. polyaxon_sdk/models/v1_kf_replica.py +1 -1
  137. polyaxon_sdk/models/v1_list_activities_response.py +1 -1
  138. polyaxon_sdk/models/v1_list_agents_response.py +1 -1
  139. polyaxon_sdk/models/v1_list_bookmarks_response.py +1 -1
  140. polyaxon_sdk/models/v1_list_connections_response.py +1 -1
  141. polyaxon_sdk/models/v1_list_dashboards_response.py +1 -1
  142. polyaxon_sdk/models/v1_list_organization_members_response.py +1 -1
  143. polyaxon_sdk/models/v1_list_organizations_response.py +1 -1
  144. polyaxon_sdk/models/v1_list_policies_response.py +1 -1
  145. polyaxon_sdk/models/v1_list_presets_response.py +1 -1
  146. polyaxon_sdk/models/v1_list_project_versions_response.py +1 -1
  147. polyaxon_sdk/models/v1_list_projects_response.py +1 -1
  148. polyaxon_sdk/models/v1_list_queues_response.py +1 -1
  149. polyaxon_sdk/models/v1_list_run_artifacts_response.py +1 -1
  150. polyaxon_sdk/models/v1_list_run_connections_response.py +1 -1
  151. polyaxon_sdk/models/v1_list_run_edges_response.py +1 -1
  152. polyaxon_sdk/models/v1_list_runs_response.py +1 -1
  153. polyaxon_sdk/models/v1_list_searches_response.py +1 -1
  154. polyaxon_sdk/models/v1_list_service_accounts_response.py +1 -1
  155. polyaxon_sdk/models/v1_list_tags_response.py +1 -1
  156. polyaxon_sdk/models/v1_list_team_members_response.py +1 -1
  157. polyaxon_sdk/models/v1_list_teams_response.py +1 -1
  158. polyaxon_sdk/models/v1_list_token_response.py +1 -1
  159. polyaxon_sdk/models/v1_log.py +1 -1
  160. polyaxon_sdk/models/v1_log_handler.py +1 -1
  161. polyaxon_sdk/models/v1_logs.py +1 -1
  162. polyaxon_sdk/models/v1_managed_by.py +1 -1
  163. polyaxon_sdk/models/v1_mapping.py +1 -1
  164. polyaxon_sdk/models/v1_matrix.py +1 -1
  165. polyaxon_sdk/models/v1_matrix_kind.py +1 -1
  166. polyaxon_sdk/models/v1_median_stopping_policy.py +1 -1
  167. polyaxon_sdk/models/v1_metric_early_stopping.py +1 -1
  168. polyaxon_sdk/models/v1_mpi_job.py +1 -1
  169. polyaxon_sdk/models/v1_multi_events_response.py +1 -1
  170. polyaxon_sdk/models/v1_mx_job.py +1 -1
  171. polyaxon_sdk/models/v1_notification.py +1 -1
  172. polyaxon_sdk/models/v1_operation.py +1 -1
  173. polyaxon_sdk/models/v1_operation_body.py +1 -1
  174. polyaxon_sdk/models/v1_optimization.py +1 -1
  175. polyaxon_sdk/models/v1_optimization_metric.py +1 -1
  176. polyaxon_sdk/models/v1_optimization_resource.py +1 -1
  177. polyaxon_sdk/models/v1_organization.py +1 -1
  178. polyaxon_sdk/models/v1_organization_member.py +1 -1
  179. polyaxon_sdk/models/v1_paddle_elastic_polic.py +1 -1
  180. polyaxon_sdk/models/v1_paddle_job.py +1 -1
  181. polyaxon_sdk/models/v1_param.py +1 -1
  182. polyaxon_sdk/models/v1_password_change.py +1 -1
  183. polyaxon_sdk/models/v1_patch_strategy.py +1 -1
  184. polyaxon_sdk/models/v1_path_ref.py +1 -1
  185. polyaxon_sdk/models/v1_pipeline.py +1 -1
  186. polyaxon_sdk/models/v1_pipeline_kind.py +1 -1
  187. polyaxon_sdk/models/v1_plugins.py +1 -1
  188. polyaxon_sdk/models/v1_policy.py +1 -1
  189. polyaxon_sdk/models/v1_polyaxon_init_container.py +1 -1
  190. polyaxon_sdk/models/v1_polyaxon_sidecar_container.py +1 -1
  191. polyaxon_sdk/models/v1_preset.py +1 -1
  192. polyaxon_sdk/models/v1_preset_settings.py +1 -1
  193. polyaxon_sdk/models/v1_project.py +1 -1
  194. polyaxon_sdk/models/v1_project_settings.py +1 -1
  195. polyaxon_sdk/models/v1_project_version.py +1 -1
  196. polyaxon_sdk/models/v1_project_version_kind.py +1 -1
  197. polyaxon_sdk/models/v1_pytorch_elastic_policy.py +1 -1
  198. polyaxon_sdk/models/v1_pytorch_job.py +1 -1
  199. polyaxon_sdk/models/v1_queue.py +1 -1
  200. polyaxon_sdk/models/v1_random_search.py +1 -1
  201. polyaxon_sdk/models/v1_ray_job.py +1 -1
  202. polyaxon_sdk/models/v1_ray_replica.py +1 -1
  203. polyaxon_sdk/models/v1_reference.py +1 -1
  204. polyaxon_sdk/models/v1_resource_type.py +1 -1
  205. polyaxon_sdk/models/v1_run.py +1 -1
  206. polyaxon_sdk/models/v1_run_artifact.py +1 -1
  207. polyaxon_sdk/models/v1_run_artifacts.py +1 -1
  208. polyaxon_sdk/models/v1_run_connection.py +1 -1
  209. polyaxon_sdk/models/v1_run_edge.py +1 -1
  210. polyaxon_sdk/models/v1_run_edge_kind.py +1 -1
  211. polyaxon_sdk/models/v1_run_edge_lineage.py +1 -1
  212. polyaxon_sdk/models/v1_run_edges_graph.py +1 -1
  213. polyaxon_sdk/models/v1_run_kind.py +1 -1
  214. polyaxon_sdk/models/v1_run_pending.py +1 -1
  215. polyaxon_sdk/models/v1_run_reference_catalog.py +1 -1
  216. polyaxon_sdk/models/v1_run_resources.py +1 -1
  217. polyaxon_sdk/models/v1_run_schema.py +1 -1
  218. polyaxon_sdk/models/v1_run_settings.py +1 -1
  219. polyaxon_sdk/models/v1_s3_type.py +1 -1
  220. polyaxon_sdk/models/v1_schedule.py +1 -1
  221. polyaxon_sdk/models/v1_schedule_kind.py +1 -1
  222. polyaxon_sdk/models/v1_scheduling_policy.py +1 -1
  223. polyaxon_sdk/models/v1_schemas.py +1 -1
  224. polyaxon_sdk/models/v1_search.py +1 -1
  225. polyaxon_sdk/models/v1_search_spec.py +1 -1
  226. polyaxon_sdk/models/v1_section_spec.py +1 -1
  227. polyaxon_sdk/models/v1_service.py +1 -1
  228. polyaxon_sdk/models/v1_service_account.py +1 -1
  229. polyaxon_sdk/models/v1_settings_catalog.py +1 -1
  230. polyaxon_sdk/models/v1_stage.py +1 -1
  231. polyaxon_sdk/models/v1_stage_condition.py +1 -1
  232. polyaxon_sdk/models/v1_stages.py +1 -1
  233. polyaxon_sdk/models/v1_status.py +1 -1
  234. polyaxon_sdk/models/v1_status_condition.py +1 -1
  235. polyaxon_sdk/models/v1_statuses.py +1 -1
  236. polyaxon_sdk/models/v1_tag.py +1 -1
  237. polyaxon_sdk/models/v1_team.py +1 -1
  238. polyaxon_sdk/models/v1_team_member.py +1 -1
  239. polyaxon_sdk/models/v1_team_settings.py +1 -1
  240. polyaxon_sdk/models/v1_template.py +1 -1
  241. polyaxon_sdk/models/v1_tensorboard_type.py +1 -1
  242. polyaxon_sdk/models/v1_termination.py +1 -1
  243. polyaxon_sdk/models/v1_tf_job.py +1 -1
  244. polyaxon_sdk/models/v1_token.py +1 -1
  245. polyaxon_sdk/models/v1_trial_start.py +1 -1
  246. polyaxon_sdk/models/v1_trigger_policy.py +1 -1
  247. polyaxon_sdk/models/v1_truncation_stopping_policy.py +1 -1
  248. polyaxon_sdk/models/v1_tuner.py +1 -1
  249. polyaxon_sdk/models/v1_uri_type.py +1 -1
  250. polyaxon_sdk/models/v1_url_ref.py +1 -1
  251. polyaxon_sdk/models/v1_user.py +1 -1
  252. polyaxon_sdk/models/v1_user_access.py +1 -1
  253. polyaxon_sdk/models/v1_user_access_data.py +1 -1
  254. polyaxon_sdk/models/v1_user_email.py +1 -1
  255. polyaxon_sdk/models/v1_user_singup.py +1 -1
  256. polyaxon_sdk/models/v1_uuids.py +1 -1
  257. polyaxon_sdk/models/v1_validation.py +1 -1
  258. polyaxon_sdk/models/v1_version.py +1 -1
  259. polyaxon_sdk/models/v1_wasb_type.py +1 -1
  260. polyaxon_sdk/models/v1_xg_boost_job.py +1 -1
  261. polyaxon_sdk/rest.py +1 -1
  262. {polyaxon_sdk-2.4.0.dist-info → polyaxon_sdk-2.4.0rc0.dist-info}/METADATA +1 -1
  263. polyaxon_sdk-2.4.0rc0.dist-info/RECORD +266 -0
  264. polyaxon_sdk-2.4.0.dist-info/RECORD +0 -266
  265. {polyaxon_sdk-2.4.0.dist-info → polyaxon_sdk-2.4.0rc0.dist-info}/WHEEL +0 -0
  266. {polyaxon_sdk-2.4.0.dist-info → polyaxon_sdk-2.4.0rc0.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@
5
5
 
6
6
  # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.4.0
8
+ The version of the OpenAPI document: 2.4.0-rc0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -56,7 +56,7 @@ class TeamsV1Api(object):
56
56
  self.api_client = api_client
57
57
 
58
58
  @validate_arguments
59
- def approve_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
59
+ def approve_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> object: # noqa: E501
60
60
  """Approve cross-project runs selection # noqa: E501
61
61
 
62
62
  This method makes a synchronous HTTP request by default. To make an
@@ -84,7 +84,7 @@ class TeamsV1Api(object):
84
84
  :return: Returns the result object.
85
85
  If the method is called asynchronously,
86
86
  returns the request thread.
87
- :rtype: None
87
+ :rtype: object
88
88
  """
89
89
  kwargs['_return_http_data_only'] = True
90
90
  return self.approve_team_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -126,7 +126,7 @@ class TeamsV1Api(object):
126
126
  :return: Returns the result object.
127
127
  If the method is called asynchronously,
128
128
  returns the request thread.
129
- :rtype: None
129
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
130
130
  """
131
131
 
132
132
  _params = locals()
@@ -195,7 +195,12 @@ class TeamsV1Api(object):
195
195
  # authentication setting
196
196
  _auth_settings = ['ApiKey'] # noqa: E501
197
197
 
198
- _response_types_map = {}
198
+ _response_types_map = {
199
+ '200': "object",
200
+ '204': "object",
201
+ '403': "object",
202
+ '404': "object",
203
+ }
199
204
 
200
205
  return self.api_client.call_api(
201
206
  '/api/v1/orgs/{owner}/teams/{name}/runs/approve', 'POST',
@@ -215,7 +220,7 @@ class TeamsV1Api(object):
215
220
  _request_auth=_params.get('_request_auth'))
216
221
 
217
222
  @validate_arguments
218
- def archive_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
223
+ def archive_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> object: # noqa: E501
219
224
  """Archive cross-project runs selection # noqa: E501
220
225
 
221
226
  This method makes a synchronous HTTP request by default. To make an
@@ -243,7 +248,7 @@ class TeamsV1Api(object):
243
248
  :return: Returns the result object.
244
249
  If the method is called asynchronously,
245
250
  returns the request thread.
246
- :rtype: None
251
+ :rtype: object
247
252
  """
248
253
  kwargs['_return_http_data_only'] = True
249
254
  return self.archive_team_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -285,7 +290,7 @@ class TeamsV1Api(object):
285
290
  :return: Returns the result object.
286
291
  If the method is called asynchronously,
287
292
  returns the request thread.
288
- :rtype: None
293
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
289
294
  """
290
295
 
291
296
  _params = locals()
@@ -354,7 +359,12 @@ class TeamsV1Api(object):
354
359
  # authentication setting
355
360
  _auth_settings = ['ApiKey'] # noqa: E501
356
361
 
357
- _response_types_map = {}
362
+ _response_types_map = {
363
+ '200': "object",
364
+ '204': "object",
365
+ '403': "object",
366
+ '404': "object",
367
+ }
358
368
 
359
369
  return self.api_client.call_api(
360
370
  '/api/v1/orgs/{owner}/teams/{name}/runs/archive', 'POST',
@@ -374,7 +384,7 @@ class TeamsV1Api(object):
374
384
  _request_auth=_params.get('_request_auth'))
375
385
 
376
386
  @validate_arguments
377
- def bookmark_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
387
+ def bookmark_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> object: # noqa: E501
378
388
  """Bookmark cross-project runs selection # noqa: E501
379
389
 
380
390
  This method makes a synchronous HTTP request by default. To make an
@@ -402,7 +412,7 @@ class TeamsV1Api(object):
402
412
  :return: Returns the result object.
403
413
  If the method is called asynchronously,
404
414
  returns the request thread.
405
- :rtype: None
415
+ :rtype: object
406
416
  """
407
417
  kwargs['_return_http_data_only'] = True
408
418
  return self.bookmark_team_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -444,7 +454,7 @@ class TeamsV1Api(object):
444
454
  :return: Returns the result object.
445
455
  If the method is called asynchronously,
446
456
  returns the request thread.
447
- :rtype: None
457
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
448
458
  """
449
459
 
450
460
  _params = locals()
@@ -513,7 +523,12 @@ class TeamsV1Api(object):
513
523
  # authentication setting
514
524
  _auth_settings = ['ApiKey'] # noqa: E501
515
525
 
516
- _response_types_map = {}
526
+ _response_types_map = {
527
+ '200': "object",
528
+ '204': "object",
529
+ '403': "object",
530
+ '404': "object",
531
+ }
517
532
 
518
533
  return self.api_client.call_api(
519
534
  '/api/v1/orgs/{owner}/teams/{name}/runs/bookmark', 'POST',
@@ -853,7 +868,7 @@ class TeamsV1Api(object):
853
868
  _request_auth=_params.get('_request_auth'))
854
869
 
855
870
  @validate_arguments
856
- def delete_team(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs) -> None: # noqa: E501
871
+ def delete_team(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs) -> object: # noqa: E501
857
872
  """Delete team # noqa: E501
858
873
 
859
874
  This method makes a synchronous HTTP request by default. To make an
@@ -879,7 +894,7 @@ class TeamsV1Api(object):
879
894
  :return: Returns the result object.
880
895
  If the method is called asynchronously,
881
896
  returns the request thread.
882
- :rtype: None
897
+ :rtype: object
883
898
  """
884
899
  kwargs['_return_http_data_only'] = True
885
900
  return self.delete_team_with_http_info(owner, name, **kwargs) # noqa: E501
@@ -919,7 +934,7 @@ class TeamsV1Api(object):
919
934
  :return: Returns the result object.
920
935
  If the method is called asynchronously,
921
936
  returns the request thread.
922
- :rtype: None
937
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
923
938
  """
924
939
 
925
940
  _params = locals()
@@ -977,7 +992,12 @@ class TeamsV1Api(object):
977
992
  # authentication setting
978
993
  _auth_settings = ['ApiKey'] # noqa: E501
979
994
 
980
- _response_types_map = {}
995
+ _response_types_map = {
996
+ '200': "object",
997
+ '204': "object",
998
+ '403': "object",
999
+ '404': "object",
1000
+ }
981
1001
 
982
1002
  return self.api_client.call_api(
983
1003
  '/api/v1/orgs/{owner}/teams/{name}', 'DELETE',
@@ -997,7 +1017,7 @@ class TeamsV1Api(object):
997
1017
  _request_auth=_params.get('_request_auth'))
998
1018
 
999
1019
  @validate_arguments
1000
- def delete_team_member(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], team : Annotated[StrictStr, Field(..., description="Team under namespace")], user : Annotated[StrictStr, Field(..., description="Member under team")], **kwargs) -> None: # noqa: E501
1020
+ def delete_team_member(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], team : Annotated[StrictStr, Field(..., description="Team under namespace")], user : Annotated[StrictStr, Field(..., description="Member under team")], **kwargs) -> object: # noqa: E501
1001
1021
  """Delete team member details # noqa: E501
1002
1022
 
1003
1023
  This method makes a synchronous HTTP request by default. To make an
@@ -1025,7 +1045,7 @@ class TeamsV1Api(object):
1025
1045
  :return: Returns the result object.
1026
1046
  If the method is called asynchronously,
1027
1047
  returns the request thread.
1028
- :rtype: None
1048
+ :rtype: object
1029
1049
  """
1030
1050
  kwargs['_return_http_data_only'] = True
1031
1051
  return self.delete_team_member_with_http_info(owner, team, user, **kwargs) # noqa: E501
@@ -1067,7 +1087,7 @@ class TeamsV1Api(object):
1067
1087
  :return: Returns the result object.
1068
1088
  If the method is called asynchronously,
1069
1089
  returns the request thread.
1070
- :rtype: None
1090
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
1071
1091
  """
1072
1092
 
1073
1093
  _params = locals()
@@ -1129,7 +1149,12 @@ class TeamsV1Api(object):
1129
1149
  # authentication setting
1130
1150
  _auth_settings = ['ApiKey'] # noqa: E501
1131
1151
 
1132
- _response_types_map = {}
1152
+ _response_types_map = {
1153
+ '200': "object",
1154
+ '204': "object",
1155
+ '403': "object",
1156
+ '404': "object",
1157
+ }
1133
1158
 
1134
1159
  return self.api_client.call_api(
1135
1160
  '/api/v1/orgs/{owner}/teams/{team}/members/{user}', 'DELETE',
@@ -1149,7 +1174,7 @@ class TeamsV1Api(object):
1149
1174
  _request_auth=_params.get('_request_auth'))
1150
1175
 
1151
1176
  @validate_arguments
1152
- def delete_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
1177
+ def delete_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> object: # noqa: E501
1153
1178
  """Delete cross-project runs selection # noqa: E501
1154
1179
 
1155
1180
  This method makes a synchronous HTTP request by default. To make an
@@ -1177,7 +1202,7 @@ class TeamsV1Api(object):
1177
1202
  :return: Returns the result object.
1178
1203
  If the method is called asynchronously,
1179
1204
  returns the request thread.
1180
- :rtype: None
1205
+ :rtype: object
1181
1206
  """
1182
1207
  kwargs['_return_http_data_only'] = True
1183
1208
  return self.delete_team_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -1219,7 +1244,7 @@ class TeamsV1Api(object):
1219
1244
  :return: Returns the result object.
1220
1245
  If the method is called asynchronously,
1221
1246
  returns the request thread.
1222
- :rtype: None
1247
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
1223
1248
  """
1224
1249
 
1225
1250
  _params = locals()
@@ -1288,7 +1313,12 @@ class TeamsV1Api(object):
1288
1313
  # authentication setting
1289
1314
  _auth_settings = ['ApiKey'] # noqa: E501
1290
1315
 
1291
- _response_types_map = {}
1316
+ _response_types_map = {
1317
+ '200': "object",
1318
+ '204': "object",
1319
+ '403': "object",
1320
+ '404': "object",
1321
+ }
1292
1322
 
1293
1323
  return self.api_client.call_api(
1294
1324
  '/api/v1/orgs/{owner}/teams/{name}/runs/delete', 'DELETE',
@@ -3205,7 +3235,7 @@ class TeamsV1Api(object):
3205
3235
  _request_auth=_params.get('_request_auth'))
3206
3236
 
3207
3237
  @validate_arguments
3208
- def invalidate_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
3238
+ def invalidate_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> object: # noqa: E501
3209
3239
  """Invalidate cross-project runs selection # noqa: E501
3210
3240
 
3211
3241
  This method makes a synchronous HTTP request by default. To make an
@@ -3233,7 +3263,7 @@ class TeamsV1Api(object):
3233
3263
  :return: Returns the result object.
3234
3264
  If the method is called asynchronously,
3235
3265
  returns the request thread.
3236
- :rtype: None
3266
+ :rtype: object
3237
3267
  """
3238
3268
  kwargs['_return_http_data_only'] = True
3239
3269
  return self.invalidate_team_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -3275,7 +3305,7 @@ class TeamsV1Api(object):
3275
3305
  :return: Returns the result object.
3276
3306
  If the method is called asynchronously,
3277
3307
  returns the request thread.
3278
- :rtype: None
3308
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
3279
3309
  """
3280
3310
 
3281
3311
  _params = locals()
@@ -3344,7 +3374,12 @@ class TeamsV1Api(object):
3344
3374
  # authentication setting
3345
3375
  _auth_settings = ['ApiKey'] # noqa: E501
3346
3376
 
3347
- _response_types_map = {}
3377
+ _response_types_map = {
3378
+ '200': "object",
3379
+ '204': "object",
3380
+ '403': "object",
3381
+ '404': "object",
3382
+ }
3348
3383
 
3349
3384
  return self.api_client.call_api(
3350
3385
  '/api/v1/orgs/{owner}/teams/{name}/runs/invalidate', 'POST',
@@ -4299,7 +4334,7 @@ class TeamsV1Api(object):
4299
4334
  _request_auth=_params.get('_request_auth'))
4300
4335
 
4301
4336
  @validate_arguments
4302
- def restore_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
4337
+ def restore_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> object: # noqa: E501
4303
4338
  """Restore cross-project runs selection # noqa: E501
4304
4339
 
4305
4340
  This method makes a synchronous HTTP request by default. To make an
@@ -4327,7 +4362,7 @@ class TeamsV1Api(object):
4327
4362
  :return: Returns the result object.
4328
4363
  If the method is called asynchronously,
4329
4364
  returns the request thread.
4330
- :rtype: None
4365
+ :rtype: object
4331
4366
  """
4332
4367
  kwargs['_return_http_data_only'] = True
4333
4368
  return self.restore_team_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -4369,7 +4404,7 @@ class TeamsV1Api(object):
4369
4404
  :return: Returns the result object.
4370
4405
  If the method is called asynchronously,
4371
4406
  returns the request thread.
4372
- :rtype: None
4407
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
4373
4408
  """
4374
4409
 
4375
4410
  _params = locals()
@@ -4438,7 +4473,12 @@ class TeamsV1Api(object):
4438
4473
  # authentication setting
4439
4474
  _auth_settings = ['ApiKey'] # noqa: E501
4440
4475
 
4441
- _response_types_map = {}
4476
+ _response_types_map = {
4477
+ '200': "object",
4478
+ '204': "object",
4479
+ '403': "object",
4480
+ '404': "object",
4481
+ }
4442
4482
 
4443
4483
  return self.api_client.call_api(
4444
4484
  '/api/v1/orgs/{owner}/teams/{name}/runs/restore', 'POST',
@@ -4458,7 +4498,7 @@ class TeamsV1Api(object):
4458
4498
  _request_auth=_params.get('_request_auth'))
4459
4499
 
4460
4500
  @validate_arguments
4461
- def skip_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
4501
+ def skip_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> object: # noqa: E501
4462
4502
  """Skip cross-project runs selection # noqa: E501
4463
4503
 
4464
4504
  This method makes a synchronous HTTP request by default. To make an
@@ -4486,7 +4526,7 @@ class TeamsV1Api(object):
4486
4526
  :return: Returns the result object.
4487
4527
  If the method is called asynchronously,
4488
4528
  returns the request thread.
4489
- :rtype: None
4529
+ :rtype: object
4490
4530
  """
4491
4531
  kwargs['_return_http_data_only'] = True
4492
4532
  return self.skip_team_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -4528,7 +4568,7 @@ class TeamsV1Api(object):
4528
4568
  :return: Returns the result object.
4529
4569
  If the method is called asynchronously,
4530
4570
  returns the request thread.
4531
- :rtype: None
4571
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
4532
4572
  """
4533
4573
 
4534
4574
  _params = locals()
@@ -4597,7 +4637,12 @@ class TeamsV1Api(object):
4597
4637
  # authentication setting
4598
4638
  _auth_settings = ['ApiKey'] # noqa: E501
4599
4639
 
4600
- _response_types_map = {}
4640
+ _response_types_map = {
4641
+ '200': "object",
4642
+ '204': "object",
4643
+ '403': "object",
4644
+ '404': "object",
4645
+ }
4601
4646
 
4602
4647
  return self.api_client.call_api(
4603
4648
  '/api/v1/orgs/{owner}/teams/{name}/runs/Skip', 'POST',
@@ -4617,7 +4662,7 @@ class TeamsV1Api(object):
4617
4662
  _request_auth=_params.get('_request_auth'))
4618
4663
 
4619
4664
  @validate_arguments
4620
- def stop_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> None: # noqa: E501
4665
+ def stop_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1Uuids, Field(..., description="Uuids of the entities")], **kwargs) -> object: # noqa: E501
4621
4666
  """Stop cross-project runs selection # noqa: E501
4622
4667
 
4623
4668
  This method makes a synchronous HTTP request by default. To make an
@@ -4645,7 +4690,7 @@ class TeamsV1Api(object):
4645
4690
  :return: Returns the result object.
4646
4691
  If the method is called asynchronously,
4647
4692
  returns the request thread.
4648
- :rtype: None
4693
+ :rtype: object
4649
4694
  """
4650
4695
  kwargs['_return_http_data_only'] = True
4651
4696
  return self.stop_team_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -4687,7 +4732,7 @@ class TeamsV1Api(object):
4687
4732
  :return: Returns the result object.
4688
4733
  If the method is called asynchronously,
4689
4734
  returns the request thread.
4690
- :rtype: None
4735
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
4691
4736
  """
4692
4737
 
4693
4738
  _params = locals()
@@ -4756,7 +4801,12 @@ class TeamsV1Api(object):
4756
4801
  # authentication setting
4757
4802
  _auth_settings = ['ApiKey'] # noqa: E501
4758
4803
 
4759
- _response_types_map = {}
4804
+ _response_types_map = {
4805
+ '200': "object",
4806
+ '204': "object",
4807
+ '403': "object",
4808
+ '404': "object",
4809
+ }
4760
4810
 
4761
4811
  return self.api_client.call_api(
4762
4812
  '/api/v1/orgs/{owner}/teams/{name}/runs/stop', 'POST',
@@ -4776,7 +4826,7 @@ class TeamsV1Api(object):
4776
4826
  _request_auth=_params.get('_request_auth'))
4777
4827
 
4778
4828
  @validate_arguments
4779
- def tag_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1EntitiesTags, Field(..., description="Data")], **kwargs) -> None: # noqa: E501
4829
+ def tag_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1EntitiesTags, Field(..., description="Data")], **kwargs) -> object: # noqa: E501
4780
4830
  """Tag cross-project runs selection # noqa: E501
4781
4831
 
4782
4832
  This method makes a synchronous HTTP request by default. To make an
@@ -4804,7 +4854,7 @@ class TeamsV1Api(object):
4804
4854
  :return: Returns the result object.
4805
4855
  If the method is called asynchronously,
4806
4856
  returns the request thread.
4807
- :rtype: None
4857
+ :rtype: object
4808
4858
  """
4809
4859
  kwargs['_return_http_data_only'] = True
4810
4860
  return self.tag_team_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -4846,7 +4896,7 @@ class TeamsV1Api(object):
4846
4896
  :return: Returns the result object.
4847
4897
  If the method is called asynchronously,
4848
4898
  returns the request thread.
4849
- :rtype: None
4899
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
4850
4900
  """
4851
4901
 
4852
4902
  _params = locals()
@@ -4915,7 +4965,12 @@ class TeamsV1Api(object):
4915
4965
  # authentication setting
4916
4966
  _auth_settings = ['ApiKey'] # noqa: E501
4917
4967
 
4918
- _response_types_map = {}
4968
+ _response_types_map = {
4969
+ '200': "object",
4970
+ '204': "object",
4971
+ '403': "object",
4972
+ '404': "object",
4973
+ }
4919
4974
 
4920
4975
  return self.api_client.call_api(
4921
4976
  '/api/v1/orgs/{owner}/teams/{name}/runs/tag', 'POST',
@@ -4935,7 +4990,7 @@ class TeamsV1Api(object):
4935
4990
  _request_auth=_params.get('_request_auth'))
4936
4991
 
4937
4992
  @validate_arguments
4938
- def transfer_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1EntitiesTransfer, Field(..., description="Data")], **kwargs) -> None: # noqa: E501
4993
+ def transfer_team_runs(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Entity under namespace")], body : Annotated[V1EntitiesTransfer, Field(..., description="Data")], **kwargs) -> object: # noqa: E501
4939
4994
  """Transfer cross-project runs selection to a new project # noqa: E501
4940
4995
 
4941
4996
  This method makes a synchronous HTTP request by default. To make an
@@ -4963,7 +5018,7 @@ class TeamsV1Api(object):
4963
5018
  :return: Returns the result object.
4964
5019
  If the method is called asynchronously,
4965
5020
  returns the request thread.
4966
- :rtype: None
5021
+ :rtype: object
4967
5022
  """
4968
5023
  kwargs['_return_http_data_only'] = True
4969
5024
  return self.transfer_team_runs_with_http_info(owner, name, body, **kwargs) # noqa: E501
@@ -5005,7 +5060,7 @@ class TeamsV1Api(object):
5005
5060
  :return: Returns the result object.
5006
5061
  If the method is called asynchronously,
5007
5062
  returns the request thread.
5008
- :rtype: None
5063
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
5009
5064
  """
5010
5065
 
5011
5066
  _params = locals()
@@ -5074,7 +5129,12 @@ class TeamsV1Api(object):
5074
5129
  # authentication setting
5075
5130
  _auth_settings = ['ApiKey'] # noqa: E501
5076
5131
 
5077
- _response_types_map = {}
5132
+ _response_types_map = {
5133
+ '200': "object",
5134
+ '204': "object",
5135
+ '403': "object",
5136
+ '404': "object",
5137
+ }
5078
5138
 
5079
5139
  return self.api_client.call_api(
5080
5140
  '/api/v1/orgs/{owner}/teams/{name}/runs/transfer', 'POST',
@@ -5,7 +5,7 @@
5
5
 
6
6
  # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.4.0
8
+ The version of the OpenAPI document: 2.4.0-rc0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -195,7 +195,7 @@ class UsersV1Api(object):
195
195
  _request_auth=_params.get('_request_auth'))
196
196
 
197
197
  @validate_arguments
198
- def delete_token(self, uuid : Annotated[StrictStr, Field(..., description="UUid of the namespace")], **kwargs) -> None: # noqa: E501
198
+ def delete_token(self, uuid : Annotated[StrictStr, Field(..., description="UUid of the namespace")], **kwargs) -> object: # noqa: E501
199
199
  """Delete token # noqa: E501
200
200
 
201
201
  This method makes a synchronous HTTP request by default. To make an
@@ -219,7 +219,7 @@ class UsersV1Api(object):
219
219
  :return: Returns the result object.
220
220
  If the method is called asynchronously,
221
221
  returns the request thread.
222
- :rtype: None
222
+ :rtype: object
223
223
  """
224
224
  kwargs['_return_http_data_only'] = True
225
225
  return self.delete_token_with_http_info(uuid, **kwargs) # noqa: E501
@@ -257,7 +257,7 @@ class UsersV1Api(object):
257
257
  :return: Returns the result object.
258
258
  If the method is called asynchronously,
259
259
  returns the request thread.
260
- :rtype: None
260
+ :rtype: tuple(object, status_code(int), headers(HTTPHeaderDict))
261
261
  """
262
262
 
263
263
  _params = locals()
@@ -311,7 +311,12 @@ class UsersV1Api(object):
311
311
  # authentication setting
312
312
  _auth_settings = ['ApiKey'] # noqa: E501
313
313
 
314
- _response_types_map = {}
314
+ _response_types_map = {
315
+ '200': "object",
316
+ '204': "object",
317
+ '403': "object",
318
+ '404': "object",
319
+ }
315
320
 
316
321
  return self.api_client.call_api(
317
322
  '/api/v1/users/tokens/{uuid}', 'DELETE',
@@ -5,7 +5,7 @@
5
5
 
6
6
  # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.4.0
8
+ The version of the OpenAPI document: 2.4.0-rc0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.4.0
8
+ The version of the OpenAPI document: 2.4.0-rc0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -76,7 +76,7 @@ class ApiClient(object):
76
76
  self.default_headers[header_name] = header_value
77
77
  self.cookie = cookie
78
78
  # Set default User-Agent.
79
- self.user_agent = 'OpenAPI-Generator/2.4.0/python'
79
+ self.user_agent = 'OpenAPI-Generator/2.4.0-rc0/python'
80
80
  self.client_side_validation = configuration.client_side_validation
81
81
 
82
82
  def __enter__(self):
@@ -5,7 +5,7 @@
5
5
 
6
6
  # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.4.0
8
+ The version of the OpenAPI document: 2.4.0-rc0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -393,8 +393,8 @@ conf = polyaxon_sdk.Configuration(
393
393
  return "Python SDK Debug Report:\n"\
394
394
  "OS: {env}\n"\
395
395
  "Python Version: {pyversion}\n"\
396
- "Version of the API: 2.4.0\n"\
397
- "SDK Package Version: 2.4.0".\
396
+ "Version of the API: 2.4.0-rc0\n"\
397
+ "SDK Package Version: 2.4.0-rc0".\
398
398
  format(env=sys.platform, pyversion=sys.version)
399
399
 
400
400
  def get_host_settings(self):
@@ -5,7 +5,7 @@
5
5
 
6
6
  # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.4.0
8
+ The version of the OpenAPI document: 2.4.0-rc0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  # noqa: E501
8
8
 
9
- The version of the OpenAPI document: 2.4.0
9
+ The version of the OpenAPI document: 2.4.0-rc0
10
10
  Contact: contact@polyaxon.com
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.4.0
8
+ The version of the OpenAPI document: 2.4.0-rc0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.4.0
8
+ The version of the OpenAPI document: 2.4.0-rc0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.4.0
8
+ The version of the OpenAPI document: 2.4.0-rc0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.4.0
8
+ The version of the OpenAPI document: 2.4.0-rc0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.4.0
8
+ The version of the OpenAPI document: 2.4.0-rc0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.4.0
8
+ The version of the OpenAPI document: 2.4.0-rc0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11