polyaxon-sdk 2.1.8__py2.py3-none-any.whl → 2.2.0__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 (264) hide show
  1. polyaxon_sdk/__init__.py +2 -2
  2. polyaxon_sdk/api/agents_v1_api.py +1 -1
  3. polyaxon_sdk/api/artifacts_stores_v1_api.py +1 -1
  4. polyaxon_sdk/api/auth_v1_api.py +1 -1
  5. polyaxon_sdk/api/connections_v1_api.py +1 -1
  6. polyaxon_sdk/api/dashboards_v1_api.py +1 -1
  7. polyaxon_sdk/api/organizations_v1_api.py +9 -9
  8. polyaxon_sdk/api/policies_v1_api.py +1 -1
  9. polyaxon_sdk/api/presets_v1_api.py +1 -1
  10. polyaxon_sdk/api/project_dashboards_v1_api.py +13 -13
  11. polyaxon_sdk/api/project_searches_v1_api.py +13 -13
  12. polyaxon_sdk/api/projects_v1_api.py +209 -45
  13. polyaxon_sdk/api/queues_v1_api.py +1 -1
  14. polyaxon_sdk/api/runs_v1_api.py +159 -159
  15. polyaxon_sdk/api/schemas_v1_api.py +1 -1
  16. polyaxon_sdk/api/searches_v1_api.py +1 -1
  17. polyaxon_sdk/api/service_accounts_v1_api.py +5 -5
  18. polyaxon_sdk/api/tags_v1_api.py +1 -1
  19. polyaxon_sdk/api/teams_v1_api.py +3016 -426
  20. polyaxon_sdk/api/users_v1_api.py +174 -1
  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_project.py +1 -1
  193. polyaxon_sdk/models/v1_project_settings.py +1 -1
  194. polyaxon_sdk/models/v1_project_version.py +1 -1
  195. polyaxon_sdk/models/v1_project_version_kind.py +1 -1
  196. polyaxon_sdk/models/v1_pytorch_elastic_policy.py +1 -1
  197. polyaxon_sdk/models/v1_pytorch_job.py +1 -1
  198. polyaxon_sdk/models/v1_queue.py +1 -1
  199. polyaxon_sdk/models/v1_random_search.py +1 -1
  200. polyaxon_sdk/models/v1_ray_job.py +1 -1
  201. polyaxon_sdk/models/v1_ray_replica.py +1 -1
  202. polyaxon_sdk/models/v1_reference.py +1 -1
  203. polyaxon_sdk/models/v1_resource_type.py +1 -1
  204. polyaxon_sdk/models/v1_run.py +1 -1
  205. polyaxon_sdk/models/v1_run_artifact.py +1 -1
  206. polyaxon_sdk/models/v1_run_artifacts.py +1 -1
  207. polyaxon_sdk/models/v1_run_connection.py +1 -1
  208. polyaxon_sdk/models/v1_run_edge.py +1 -1
  209. polyaxon_sdk/models/v1_run_edge_kind.py +1 -1
  210. polyaxon_sdk/models/v1_run_edge_lineage.py +1 -1
  211. polyaxon_sdk/models/v1_run_edges_graph.py +1 -1
  212. polyaxon_sdk/models/v1_run_kind.py +1 -1
  213. polyaxon_sdk/models/v1_run_pending.py +1 -1
  214. polyaxon_sdk/models/v1_run_reference_catalog.py +1 -1
  215. polyaxon_sdk/models/v1_run_resources.py +1 -1
  216. polyaxon_sdk/models/v1_run_schema.py +1 -1
  217. polyaxon_sdk/models/v1_run_settings.py +1 -1
  218. polyaxon_sdk/models/v1_s3_type.py +1 -1
  219. polyaxon_sdk/models/v1_schedule.py +1 -1
  220. polyaxon_sdk/models/v1_schedule_kind.py +1 -1
  221. polyaxon_sdk/models/v1_scheduling_policy.py +1 -1
  222. polyaxon_sdk/models/v1_schemas.py +1 -1
  223. polyaxon_sdk/models/v1_search.py +1 -1
  224. polyaxon_sdk/models/v1_search_spec.py +1 -1
  225. polyaxon_sdk/models/v1_section_spec.py +1 -1
  226. polyaxon_sdk/models/v1_service.py +1 -1
  227. polyaxon_sdk/models/v1_service_account.py +1 -1
  228. polyaxon_sdk/models/v1_settings_catalog.py +1 -1
  229. polyaxon_sdk/models/v1_stage.py +1 -1
  230. polyaxon_sdk/models/v1_stage_condition.py +1 -1
  231. polyaxon_sdk/models/v1_stages.py +1 -1
  232. polyaxon_sdk/models/v1_status.py +1 -1
  233. polyaxon_sdk/models/v1_status_condition.py +1 -1
  234. polyaxon_sdk/models/v1_statuses.py +1 -1
  235. polyaxon_sdk/models/v1_tag.py +1 -1
  236. polyaxon_sdk/models/v1_team.py +8 -2
  237. polyaxon_sdk/models/v1_team_member.py +1 -1
  238. polyaxon_sdk/models/v1_team_settings.py +1 -1
  239. polyaxon_sdk/models/v1_template.py +1 -1
  240. polyaxon_sdk/models/v1_tensorboard_type.py +1 -1
  241. polyaxon_sdk/models/v1_termination.py +1 -1
  242. polyaxon_sdk/models/v1_tf_job.py +1 -1
  243. polyaxon_sdk/models/v1_token.py +1 -1
  244. polyaxon_sdk/models/v1_trial_start.py +1 -1
  245. polyaxon_sdk/models/v1_trigger_policy.py +1 -1
  246. polyaxon_sdk/models/v1_truncation_stopping_policy.py +1 -1
  247. polyaxon_sdk/models/v1_tuner.py +1 -1
  248. polyaxon_sdk/models/v1_uri_type.py +1 -1
  249. polyaxon_sdk/models/v1_url_ref.py +1 -1
  250. polyaxon_sdk/models/v1_user.py +1 -1
  251. polyaxon_sdk/models/v1_user_access.py +1 -1
  252. polyaxon_sdk/models/v1_user_email.py +1 -1
  253. polyaxon_sdk/models/v1_user_singup.py +1 -1
  254. polyaxon_sdk/models/v1_uuids.py +1 -1
  255. polyaxon_sdk/models/v1_validation.py +1 -1
  256. polyaxon_sdk/models/v1_version.py +1 -1
  257. polyaxon_sdk/models/v1_wasb_type.py +1 -1
  258. polyaxon_sdk/models/v1_xg_boost_job.py +1 -1
  259. polyaxon_sdk/rest.py +1 -1
  260. {polyaxon_sdk-2.1.8.dist-info → polyaxon_sdk-2.2.0.dist-info}/METADATA +1 -1
  261. polyaxon_sdk-2.2.0.dist-info/RECORD +264 -0
  262. polyaxon_sdk-2.1.8.dist-info/RECORD +0 -264
  263. {polyaxon_sdk-2.1.8.dist-info → polyaxon_sdk-2.2.0.dist-info}/WHEEL +0 -0
  264. {polyaxon_sdk-2.1.8.dist-info → polyaxon_sdk-2.2.0.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.1.8
8
+ The version of the OpenAPI document: 2.2.0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -52,7 +52,7 @@ class ProjectsV1Api(object):
52
52
  self.api_client = api_client
53
53
 
54
54
  @validate_arguments
55
- def archive_project(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs) -> None: # noqa: E501
55
+ def archive_project(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs) -> None: # noqa: E501
56
56
  """Archive project # noqa: E501
57
57
 
58
58
  This method makes a synchronous HTTP request by default. To make an
@@ -63,7 +63,7 @@ class ProjectsV1Api(object):
63
63
 
64
64
  :param owner: Owner of the namespace (required)
65
65
  :type owner: str
66
- :param name: Component under namesapce (required)
66
+ :param name: Component under namespace (required)
67
67
  :type name: str
68
68
  :param async_req: Whether to execute the request asynchronously.
69
69
  :type async_req: bool, optional
@@ -84,7 +84,7 @@ class ProjectsV1Api(object):
84
84
  return self.archive_project_with_http_info(owner, name, **kwargs) # noqa: E501
85
85
 
86
86
  @validate_arguments
87
- def archive_project_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs): # noqa: E501
87
+ def archive_project_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs): # noqa: E501
88
88
  """Archive project # noqa: E501
89
89
 
90
90
  This method makes a synchronous HTTP request by default. To make an
@@ -95,7 +95,7 @@ class ProjectsV1Api(object):
95
95
 
96
96
  :param owner: Owner of the namespace (required)
97
97
  :type owner: str
98
- :param name: Component under namesapce (required)
98
+ :param name: Component under namespace (required)
99
99
  :type name: str
100
100
  :param async_req: Whether to execute the request asynchronously.
101
101
  :type async_req: bool, optional
@@ -196,7 +196,7 @@ class ProjectsV1Api(object):
196
196
  _request_auth=_params.get('_request_auth'))
197
197
 
198
198
  @validate_arguments
199
- def bookmark_project(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs) -> None: # noqa: E501
199
+ def bookmark_project(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs) -> None: # noqa: E501
200
200
  """Bookmark project # noqa: E501
201
201
 
202
202
  This method makes a synchronous HTTP request by default. To make an
@@ -207,7 +207,7 @@ class ProjectsV1Api(object):
207
207
 
208
208
  :param owner: Owner of the namespace (required)
209
209
  :type owner: str
210
- :param name: Component under namesapce (required)
210
+ :param name: Component under namespace (required)
211
211
  :type name: str
212
212
  :param async_req: Whether to execute the request asynchronously.
213
213
  :type async_req: bool, optional
@@ -228,7 +228,7 @@ class ProjectsV1Api(object):
228
228
  return self.bookmark_project_with_http_info(owner, name, **kwargs) # noqa: E501
229
229
 
230
230
  @validate_arguments
231
- def bookmark_project_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs): # noqa: E501
231
+ def bookmark_project_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs): # noqa: E501
232
232
  """Bookmark project # noqa: E501
233
233
 
234
234
  This method makes a synchronous HTTP request by default. To make an
@@ -239,7 +239,7 @@ class ProjectsV1Api(object):
239
239
 
240
240
  :param owner: Owner of the namespace (required)
241
241
  :type owner: str
242
- :param name: Component under namesapce (required)
242
+ :param name: Component under namespace (required)
243
243
  :type name: str
244
244
  :param async_req: Whether to execute the request asynchronously.
245
245
  :type async_req: bool, optional
@@ -495,6 +495,170 @@ class ProjectsV1Api(object):
495
495
  collection_formats=_collection_formats,
496
496
  _request_auth=_params.get('_request_auth'))
497
497
 
498
+ @validate_arguments
499
+ def create_team_project(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], team : Annotated[StrictStr, Field(..., description="Team")], body : Annotated[V1Project, Field(..., description="Project body")], **kwargs) -> V1Project: # noqa: E501
500
+ """Create new project via team space # noqa: E501
501
+
502
+ This method makes a synchronous HTTP request by default. To make an
503
+ asynchronous HTTP request, please pass async_req=True
504
+
505
+ >>> thread = api.create_team_project(owner, team, body, async_req=True)
506
+ >>> result = thread.get()
507
+
508
+ :param owner: Owner of the namespace (required)
509
+ :type owner: str
510
+ :param team: Team (required)
511
+ :type team: str
512
+ :param body: Project body (required)
513
+ :type body: V1Project
514
+ :param async_req: Whether to execute the request asynchronously.
515
+ :type async_req: bool, optional
516
+ :param _preload_content: if False, the urllib3.HTTPResponse object will
517
+ be returned without reading/decoding response
518
+ data. Default is True.
519
+ :type _preload_content: bool, optional
520
+ :param _request_timeout: timeout setting for this request. If one
521
+ number provided, it will be total request
522
+ timeout. It can also be a pair (tuple) of
523
+ (connection, read) timeouts.
524
+ :return: Returns the result object.
525
+ If the method is called asynchronously,
526
+ returns the request thread.
527
+ :rtype: V1Project
528
+ """
529
+ kwargs['_return_http_data_only'] = True
530
+ return self.create_team_project_with_http_info(owner, team, body, **kwargs) # noqa: E501
531
+
532
+ @validate_arguments
533
+ def create_team_project_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], team : Annotated[StrictStr, Field(..., description="Team")], body : Annotated[V1Project, Field(..., description="Project body")], **kwargs): # noqa: E501
534
+ """Create new project via team space # noqa: E501
535
+
536
+ This method makes a synchronous HTTP request by default. To make an
537
+ asynchronous HTTP request, please pass async_req=True
538
+
539
+ >>> thread = api.create_team_project_with_http_info(owner, team, body, async_req=True)
540
+ >>> result = thread.get()
541
+
542
+ :param owner: Owner of the namespace (required)
543
+ :type owner: str
544
+ :param team: Team (required)
545
+ :type team: str
546
+ :param body: Project body (required)
547
+ :type body: V1Project
548
+ :param async_req: Whether to execute the request asynchronously.
549
+ :type async_req: bool, optional
550
+ :param _return_http_data_only: response data without head status code
551
+ and headers
552
+ :type _return_http_data_only: bool, optional
553
+ :param _preload_content: if False, the urllib3.HTTPResponse object will
554
+ be returned without reading/decoding response
555
+ data. Default is True.
556
+ :type _preload_content: bool, optional
557
+ :param _request_timeout: timeout setting for this request. If one
558
+ number provided, it will be total request
559
+ timeout. It can also be a pair (tuple) of
560
+ (connection, read) timeouts.
561
+ :param _request_auth: set to override the auth_settings for an a single
562
+ request; this effectively ignores the authentication
563
+ in the spec for a single request.
564
+ :type _request_auth: dict, optional
565
+ :type _content_type: string, optional: force content-type for the request
566
+ :return: Returns the result object.
567
+ If the method is called asynchronously,
568
+ returns the request thread.
569
+ :rtype: tuple(V1Project, status_code(int), headers(HTTPHeaderDict))
570
+ """
571
+
572
+ _params = locals()
573
+
574
+ _all_params = [
575
+ 'owner',
576
+ 'team',
577
+ 'body'
578
+ ]
579
+ _all_params.extend(
580
+ [
581
+ 'async_req',
582
+ '_return_http_data_only',
583
+ '_preload_content',
584
+ '_request_timeout',
585
+ '_request_auth',
586
+ '_content_type',
587
+ '_headers'
588
+ ]
589
+ )
590
+
591
+ # validate the arguments
592
+ for _key, _val in _params['kwargs'].items():
593
+ if _key not in _all_params:
594
+ raise ApiTypeError(
595
+ "Got an unexpected keyword argument '%s'"
596
+ " to method create_team_project" % _key
597
+ )
598
+ _params[_key] = _val
599
+ del _params['kwargs']
600
+
601
+ _collection_formats = {}
602
+
603
+ # process the path parameters
604
+ _path_params = {}
605
+ if _params['owner']:
606
+ _path_params['owner'] = _params['owner']
607
+
608
+ if _params['team']:
609
+ _path_params['team'] = _params['team']
610
+
611
+
612
+ # process the query parameters
613
+ _query_params = []
614
+ # process the header parameters
615
+ _header_params = dict(_params.get('_headers', {}))
616
+ # process the form parameters
617
+ _form_params = []
618
+ _files = {}
619
+ # process the body parameter
620
+ _body_params = None
621
+ if _params['body']:
622
+ _body_params = _params['body']
623
+
624
+ # set the HTTP header `Accept`
625
+ _header_params['Accept'] = self.api_client.select_header_accept(
626
+ ['application/json']) # noqa: E501
627
+
628
+ # set the HTTP header `Content-Type`
629
+ _content_types_list = _params.get('_content_type',
630
+ self.api_client.select_header_content_type(
631
+ ['application/json']))
632
+ if _content_types_list:
633
+ _header_params['Content-Type'] = _content_types_list
634
+
635
+ # authentication setting
636
+ _auth_settings = ['ApiKey'] # noqa: E501
637
+
638
+ _response_types_map = {
639
+ '200': "V1Project",
640
+ '204': "object",
641
+ '403': "object",
642
+ '404': "object",
643
+ }
644
+
645
+ return self.api_client.call_api(
646
+ '/api/v1/{owner}/{team}/projects/create', 'POST',
647
+ _path_params,
648
+ _query_params,
649
+ _header_params,
650
+ body=_body_params,
651
+ post_params=_form_params,
652
+ files=_files,
653
+ response_types_map=_response_types_map,
654
+ auth_settings=_auth_settings,
655
+ async_req=_params.get('async_req'),
656
+ _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
657
+ _preload_content=_params.get('_preload_content', True),
658
+ _request_timeout=_params.get('_request_timeout'),
659
+ collection_formats=_collection_formats,
660
+ _request_auth=_params.get('_request_auth'))
661
+
498
662
  @validate_arguments
499
663
  def create_version(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], project : Annotated[StrictStr, Field(..., description="Project name")], version_kind : Annotated[StrictStr, Field(..., description="Optional kind to tell the kind of this version")], body : Annotated[V1ProjectVersion, Field(..., description="Project version body")], **kwargs) -> V1ProjectVersion: # noqa: E501
500
664
  """Create version # noqa: E501
@@ -848,7 +1012,7 @@ class ProjectsV1Api(object):
848
1012
  _request_auth=_params.get('_request_auth'))
849
1013
 
850
1014
  @validate_arguments
851
- def delete_project(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs) -> None: # noqa: E501
1015
+ def delete_project(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs) -> None: # noqa: E501
852
1016
  """Delete project # noqa: E501
853
1017
 
854
1018
  This method makes a synchronous HTTP request by default. To make an
@@ -859,7 +1023,7 @@ class ProjectsV1Api(object):
859
1023
 
860
1024
  :param owner: Owner of the namespace (required)
861
1025
  :type owner: str
862
- :param name: Component under namesapce (required)
1026
+ :param name: Component under namespace (required)
863
1027
  :type name: str
864
1028
  :param async_req: Whether to execute the request asynchronously.
865
1029
  :type async_req: bool, optional
@@ -880,7 +1044,7 @@ class ProjectsV1Api(object):
880
1044
  return self.delete_project_with_http_info(owner, name, **kwargs) # noqa: E501
881
1045
 
882
1046
  @validate_arguments
883
- def delete_project_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs): # noqa: E501
1047
+ def delete_project_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs): # noqa: E501
884
1048
  """Delete project # noqa: E501
885
1049
 
886
1050
  This method makes a synchronous HTTP request by default. To make an
@@ -891,7 +1055,7 @@ class ProjectsV1Api(object):
891
1055
 
892
1056
  :param owner: Owner of the namespace (required)
893
1057
  :type owner: str
894
- :param name: Component under namesapce (required)
1058
+ :param name: Component under namespace (required)
895
1059
  :type name: str
896
1060
  :param async_req: Whether to execute the request asynchronously.
897
1061
  :type async_req: bool, optional
@@ -1152,7 +1316,7 @@ class ProjectsV1Api(object):
1152
1316
  _request_auth=_params.get('_request_auth'))
1153
1317
 
1154
1318
  @validate_arguments
1155
- def disable_project_ci(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs) -> None: # noqa: E501
1319
+ def disable_project_ci(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs) -> None: # noqa: E501
1156
1320
  """Disbale project CI # noqa: E501
1157
1321
 
1158
1322
  This method makes a synchronous HTTP request by default. To make an
@@ -1163,7 +1327,7 @@ class ProjectsV1Api(object):
1163
1327
 
1164
1328
  :param owner: Owner of the namespace (required)
1165
1329
  :type owner: str
1166
- :param name: Component under namesapce (required)
1330
+ :param name: Component under namespace (required)
1167
1331
  :type name: str
1168
1332
  :param async_req: Whether to execute the request asynchronously.
1169
1333
  :type async_req: bool, optional
@@ -1184,7 +1348,7 @@ class ProjectsV1Api(object):
1184
1348
  return self.disable_project_ci_with_http_info(owner, name, **kwargs) # noqa: E501
1185
1349
 
1186
1350
  @validate_arguments
1187
- def disable_project_ci_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs): # noqa: E501
1351
+ def disable_project_ci_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs): # noqa: E501
1188
1352
  """Disbale project CI # noqa: E501
1189
1353
 
1190
1354
  This method makes a synchronous HTTP request by default. To make an
@@ -1195,7 +1359,7 @@ class ProjectsV1Api(object):
1195
1359
 
1196
1360
  :param owner: Owner of the namespace (required)
1197
1361
  :type owner: str
1198
- :param name: Component under namesapce (required)
1362
+ :param name: Component under namespace (required)
1199
1363
  :type name: str
1200
1364
  :param async_req: Whether to execute the request asynchronously.
1201
1365
  :type async_req: bool, optional
@@ -1296,7 +1460,7 @@ class ProjectsV1Api(object):
1296
1460
  _request_auth=_params.get('_request_auth'))
1297
1461
 
1298
1462
  @validate_arguments
1299
- def enable_project_ci(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs) -> None: # noqa: E501
1463
+ def enable_project_ci(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs) -> None: # noqa: E501
1300
1464
  """Enable project CI # noqa: E501
1301
1465
 
1302
1466
  This method makes a synchronous HTTP request by default. To make an
@@ -1307,7 +1471,7 @@ class ProjectsV1Api(object):
1307
1471
 
1308
1472
  :param owner: Owner of the namespace (required)
1309
1473
  :type owner: str
1310
- :param name: Component under namesapce (required)
1474
+ :param name: Component under namespace (required)
1311
1475
  :type name: str
1312
1476
  :param async_req: Whether to execute the request asynchronously.
1313
1477
  :type async_req: bool, optional
@@ -1328,7 +1492,7 @@ class ProjectsV1Api(object):
1328
1492
  return self.enable_project_ci_with_http_info(owner, name, **kwargs) # noqa: E501
1329
1493
 
1330
1494
  @validate_arguments
1331
- def enable_project_ci_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs): # noqa: E501
1495
+ def enable_project_ci_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs): # noqa: E501
1332
1496
  """Enable project CI # noqa: E501
1333
1497
 
1334
1498
  This method makes a synchronous HTTP request by default. To make an
@@ -1339,7 +1503,7 @@ class ProjectsV1Api(object):
1339
1503
 
1340
1504
  :param owner: Owner of the namespace (required)
1341
1505
  :type owner: str
1342
- :param name: Component under namesapce (required)
1506
+ :param name: Component under namespace (required)
1343
1507
  :type name: str
1344
1508
  :param async_req: Whether to execute the request asynchronously.
1345
1509
  :type async_req: bool, optional
@@ -1440,7 +1604,7 @@ class ProjectsV1Api(object):
1440
1604
  _request_auth=_params.get('_request_auth'))
1441
1605
 
1442
1606
  @validate_arguments
1443
- def get_project(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs) -> V1Project: # noqa: E501
1607
+ def get_project(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs) -> V1Project: # noqa: E501
1444
1608
  """Get project # noqa: E501
1445
1609
 
1446
1610
  This method makes a synchronous HTTP request by default. To make an
@@ -1451,7 +1615,7 @@ class ProjectsV1Api(object):
1451
1615
 
1452
1616
  :param owner: Owner of the namespace (required)
1453
1617
  :type owner: str
1454
- :param name: Component under namesapce (required)
1618
+ :param name: Component under namespace (required)
1455
1619
  :type name: str
1456
1620
  :param async_req: Whether to execute the request asynchronously.
1457
1621
  :type async_req: bool, optional
@@ -1472,7 +1636,7 @@ class ProjectsV1Api(object):
1472
1636
  return self.get_project_with_http_info(owner, name, **kwargs) # noqa: E501
1473
1637
 
1474
1638
  @validate_arguments
1475
- def get_project_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs): # noqa: E501
1639
+ def get_project_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs): # noqa: E501
1476
1640
  """Get project # noqa: E501
1477
1641
 
1478
1642
  This method makes a synchronous HTTP request by default. To make an
@@ -1483,7 +1647,7 @@ class ProjectsV1Api(object):
1483
1647
 
1484
1648
  :param owner: Owner of the namespace (required)
1485
1649
  :type owner: str
1486
- :param name: Component under namesapce (required)
1650
+ :param name: Component under namespace (required)
1487
1651
  :type name: str
1488
1652
  :param async_req: Whether to execute the request asynchronously.
1489
1653
  :type async_req: bool, optional
@@ -1794,7 +1958,7 @@ class ProjectsV1Api(object):
1794
1958
  _request_auth=_params.get('_request_auth'))
1795
1959
 
1796
1960
  @validate_arguments
1797
- def get_project_settings(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs) -> V1ProjectSettings: # noqa: E501
1961
+ def get_project_settings(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs) -> V1ProjectSettings: # noqa: E501
1798
1962
  """Get Project settings # noqa: E501
1799
1963
 
1800
1964
  This method makes a synchronous HTTP request by default. To make an
@@ -1805,7 +1969,7 @@ class ProjectsV1Api(object):
1805
1969
 
1806
1970
  :param owner: Owner of the namespace (required)
1807
1971
  :type owner: str
1808
- :param name: Component under namesapce (required)
1972
+ :param name: Component under namespace (required)
1809
1973
  :type name: str
1810
1974
  :param async_req: Whether to execute the request asynchronously.
1811
1975
  :type async_req: bool, optional
@@ -1826,7 +1990,7 @@ class ProjectsV1Api(object):
1826
1990
  return self.get_project_settings_with_http_info(owner, name, **kwargs) # noqa: E501
1827
1991
 
1828
1992
  @validate_arguments
1829
- def get_project_settings_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs): # noqa: E501
1993
+ def get_project_settings_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs): # noqa: E501
1830
1994
  """Get Project settings # noqa: E501
1831
1995
 
1832
1996
  This method makes a synchronous HTTP request by default. To make an
@@ -1837,7 +2001,7 @@ class ProjectsV1Api(object):
1837
2001
 
1838
2002
  :param owner: Owner of the namespace (required)
1839
2003
  :type owner: str
1840
- :param name: Component under namesapce (required)
2004
+ :param name: Component under namespace (required)
1841
2005
  :type name: str
1842
2006
  :param async_req: Whether to execute the request asynchronously.
1843
2007
  :type async_req: bool, optional
@@ -3258,7 +3422,7 @@ class ProjectsV1Api(object):
3258
3422
  _request_auth=_params.get('_request_auth'))
3259
3423
 
3260
3424
  @validate_arguments
3261
- def list_version_names(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namesapce")], kind : Annotated[StrictStr, Field(..., description="Version Kind")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs) -> V1ListProjectVersionsResponse: # noqa: E501
3425
+ def list_version_names(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namespace")], kind : Annotated[StrictStr, Field(..., description="Version Kind")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs) -> V1ListProjectVersionsResponse: # noqa: E501
3262
3426
  """List versions names # noqa: E501
3263
3427
 
3264
3428
  This method makes a synchronous HTTP request by default. To make an
@@ -3269,7 +3433,7 @@ class ProjectsV1Api(object):
3269
3433
 
3270
3434
  :param owner: Owner of the namespace (required)
3271
3435
  :type owner: str
3272
- :param entity: Entity name under namesapce (required)
3436
+ :param entity: Entity name under namespace (required)
3273
3437
  :type entity: str
3274
3438
  :param kind: Version Kind (required)
3275
3439
  :type kind: str
@@ -3302,7 +3466,7 @@ class ProjectsV1Api(object):
3302
3466
  return self.list_version_names_with_http_info(owner, entity, kind, offset, limit, sort, query, no_page, **kwargs) # noqa: E501
3303
3467
 
3304
3468
  @validate_arguments
3305
- def list_version_names_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namesapce")], kind : Annotated[StrictStr, Field(..., description="Version Kind")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs): # noqa: E501
3469
+ def list_version_names_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namespace")], kind : Annotated[StrictStr, Field(..., description="Version Kind")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs): # noqa: E501
3306
3470
  """List versions names # noqa: E501
3307
3471
 
3308
3472
  This method makes a synchronous HTTP request by default. To make an
@@ -3313,7 +3477,7 @@ class ProjectsV1Api(object):
3313
3477
 
3314
3478
  :param owner: Owner of the namespace (required)
3315
3479
  :type owner: str
3316
- :param entity: Entity name under namesapce (required)
3480
+ :param entity: Entity name under namespace (required)
3317
3481
  :type entity: str
3318
3482
  :param kind: Version Kind (required)
3319
3483
  :type kind: str
@@ -3455,7 +3619,7 @@ class ProjectsV1Api(object):
3455
3619
  _request_auth=_params.get('_request_auth'))
3456
3620
 
3457
3621
  @validate_arguments
3458
- def list_versions(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namesapce")], kind : Annotated[StrictStr, Field(..., description="Version Kind")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs) -> V1ListProjectVersionsResponse: # noqa: E501
3622
+ def list_versions(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namespace")], kind : Annotated[StrictStr, Field(..., description="Version Kind")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs) -> V1ListProjectVersionsResponse: # noqa: E501
3459
3623
  """List versions # noqa: E501
3460
3624
 
3461
3625
  This method makes a synchronous HTTP request by default. To make an
@@ -3466,7 +3630,7 @@ class ProjectsV1Api(object):
3466
3630
 
3467
3631
  :param owner: Owner of the namespace (required)
3468
3632
  :type owner: str
3469
- :param entity: Entity name under namesapce (required)
3633
+ :param entity: Entity name under namespace (required)
3470
3634
  :type entity: str
3471
3635
  :param kind: Version Kind (required)
3472
3636
  :type kind: str
@@ -3499,7 +3663,7 @@ class ProjectsV1Api(object):
3499
3663
  return self.list_versions_with_http_info(owner, entity, kind, offset, limit, sort, query, no_page, **kwargs) # noqa: E501
3500
3664
 
3501
3665
  @validate_arguments
3502
- def list_versions_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namesapce")], kind : Annotated[StrictStr, Field(..., description="Version Kind")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs): # noqa: E501
3666
+ def list_versions_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], entity : Annotated[StrictStr, Field(..., description="Entity name under namespace")], kind : Annotated[StrictStr, Field(..., description="Version Kind")], offset : Annotated[Optional[StrictInt], Field(description="Pagination offset.")] = None, limit : Annotated[Optional[StrictInt], Field(description="Limit size.")] = None, sort : Annotated[Optional[StrictStr], Field(description="Sort to order the search.")] = None, query : Annotated[Optional[StrictStr], Field(description="Query filter the search.")] = None, no_page : Annotated[Optional[StrictBool], Field(description="No pagination.")] = None, **kwargs): # noqa: E501
3503
3667
  """List versions # noqa: E501
3504
3668
 
3505
3669
  This method makes a synchronous HTTP request by default. To make an
@@ -3510,7 +3674,7 @@ class ProjectsV1Api(object):
3510
3674
 
3511
3675
  :param owner: Owner of the namespace (required)
3512
3676
  :type owner: str
3513
- :param entity: Entity name under namesapce (required)
3677
+ :param entity: Entity name under namespace (required)
3514
3678
  :type entity: str
3515
3679
  :param kind: Version Kind (required)
3516
3680
  :type kind: str
@@ -4160,7 +4324,7 @@ class ProjectsV1Api(object):
4160
4324
  _request_auth=_params.get('_request_auth'))
4161
4325
 
4162
4326
  @validate_arguments
4163
- def restore_project(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs) -> None: # noqa: E501
4327
+ def restore_project(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs) -> None: # noqa: E501
4164
4328
  """Restore project # noqa: E501
4165
4329
 
4166
4330
  This method makes a synchronous HTTP request by default. To make an
@@ -4171,7 +4335,7 @@ class ProjectsV1Api(object):
4171
4335
 
4172
4336
  :param owner: Owner of the namespace (required)
4173
4337
  :type owner: str
4174
- :param name: Component under namesapce (required)
4338
+ :param name: Component under namespace (required)
4175
4339
  :type name: str
4176
4340
  :param async_req: Whether to execute the request asynchronously.
4177
4341
  :type async_req: bool, optional
@@ -4192,7 +4356,7 @@ class ProjectsV1Api(object):
4192
4356
  return self.restore_project_with_http_info(owner, name, **kwargs) # noqa: E501
4193
4357
 
4194
4358
  @validate_arguments
4195
- def restore_project_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs): # noqa: E501
4359
+ def restore_project_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs): # noqa: E501
4196
4360
  """Restore project # noqa: E501
4197
4361
 
4198
4362
  This method makes a synchronous HTTP request by default. To make an
@@ -4203,7 +4367,7 @@ class ProjectsV1Api(object):
4203
4367
 
4204
4368
  :param owner: Owner of the namespace (required)
4205
4369
  :type owner: str
4206
- :param name: Component under namesapce (required)
4370
+ :param name: Component under namespace (required)
4207
4371
  :type name: str
4208
4372
  :param async_req: Whether to execute the request asynchronously.
4209
4373
  :type async_req: bool, optional
@@ -4479,7 +4643,7 @@ class ProjectsV1Api(object):
4479
4643
  _request_auth=_params.get('_request_auth'))
4480
4644
 
4481
4645
  @validate_arguments
4482
- def unbookmark_project(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs) -> None: # noqa: E501
4646
+ def unbookmark_project(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs) -> None: # noqa: E501
4483
4647
  """Unbookmark project # noqa: E501
4484
4648
 
4485
4649
  This method makes a synchronous HTTP request by default. To make an
@@ -4490,7 +4654,7 @@ class ProjectsV1Api(object):
4490
4654
 
4491
4655
  :param owner: Owner of the namespace (required)
4492
4656
  :type owner: str
4493
- :param name: Component under namesapce (required)
4657
+ :param name: Component under namespace (required)
4494
4658
  :type name: str
4495
4659
  :param async_req: Whether to execute the request asynchronously.
4496
4660
  :type async_req: bool, optional
@@ -4511,7 +4675,7 @@ class ProjectsV1Api(object):
4511
4675
  return self.unbookmark_project_with_http_info(owner, name, **kwargs) # noqa: E501
4512
4676
 
4513
4677
  @validate_arguments
4514
- def unbookmark_project_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namesapce")], **kwargs): # noqa: E501
4678
+ def unbookmark_project_with_http_info(self, owner : Annotated[StrictStr, Field(..., description="Owner of the namespace")], name : Annotated[StrictStr, Field(..., description="Component under namespace")], **kwargs): # noqa: E501
4515
4679
  """Unbookmark project # noqa: E501
4516
4680
 
4517
4681
  This method makes a synchronous HTTP request by default. To make an
@@ -4522,7 +4686,7 @@ class ProjectsV1Api(object):
4522
4686
 
4523
4687
  :param owner: Owner of the namespace (required)
4524
4688
  :type owner: str
4525
- :param name: Component under namesapce (required)
4689
+ :param name: Component under namespace (required)
4526
4690
  :type name: str
4527
4691
  :param async_req: Whether to execute the request asynchronously.
4528
4692
  :type async_req: bool, optional
@@ -5,7 +5,7 @@
5
5
 
6
6
  # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.1.8
8
+ The version of the OpenAPI document: 2.2.0
9
9
  Contact: contact@polyaxon.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11