paasta-tools 1.28.3__py3-none-any.whl → 1.29.0__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 (126) hide show
  1. paasta_tools/__init__.py +1 -1
  2. paasta_tools/api/api_docs/swagger.json +4 -1
  3. paasta_tools/api/views/remote_run.py +2 -0
  4. paasta_tools/cli/cmds/remote_run.py +26 -3
  5. paasta_tools/kubernetes/remote_run.py +7 -3
  6. paasta_tools/paastaapi/__init__.py +1 -1
  7. paasta_tools/paastaapi/api/autoscaler_api.py +1 -1
  8. paasta_tools/paastaapi/api/default_api.py +1 -1
  9. paasta_tools/paastaapi/api/remote_run_api.py +1 -1
  10. paasta_tools/paastaapi/api/resources_api.py +1 -1
  11. paasta_tools/paastaapi/api/service_api.py +1 -1
  12. paasta_tools/paastaapi/api_client.py +1 -1
  13. paasta_tools/paastaapi/configuration.py +2 -2
  14. paasta_tools/paastaapi/exceptions.py +1 -1
  15. paasta_tools/paastaapi/model/adhoc_launch_history.py +1 -1
  16. paasta_tools/paastaapi/model/autoscaler_count_msg.py +1 -1
  17. paasta_tools/paastaapi/model/autoscaling_override.py +1 -1
  18. paasta_tools/paastaapi/model/deploy_queue.py +1 -1
  19. paasta_tools/paastaapi/model/deploy_queue_service_instance.py +1 -1
  20. paasta_tools/paastaapi/model/envoy_backend.py +1 -1
  21. paasta_tools/paastaapi/model/envoy_location.py +1 -1
  22. paasta_tools/paastaapi/model/envoy_status.py +1 -1
  23. paasta_tools/paastaapi/model/flink_cluster_overview.py +1 -1
  24. paasta_tools/paastaapi/model/flink_config.py +1 -1
  25. paasta_tools/paastaapi/model/flink_job.py +1 -1
  26. paasta_tools/paastaapi/model/flink_job_details.py +1 -1
  27. paasta_tools/paastaapi/model/flink_jobs.py +1 -1
  28. paasta_tools/paastaapi/model/float_and_error.py +1 -1
  29. paasta_tools/paastaapi/model/hpa_metric.py +1 -1
  30. paasta_tools/paastaapi/model/inline_object.py +1 -1
  31. paasta_tools/paastaapi/model/inline_response200.py +1 -1
  32. paasta_tools/paastaapi/model/inline_response2001.py +1 -1
  33. paasta_tools/paastaapi/model/inline_response202.py +1 -1
  34. paasta_tools/paastaapi/model/inline_response403.py +1 -1
  35. paasta_tools/paastaapi/model/instance_bounce_status.py +1 -1
  36. paasta_tools/paastaapi/model/instance_mesh_status.py +1 -1
  37. paasta_tools/paastaapi/model/instance_status.py +1 -1
  38. paasta_tools/paastaapi/model/instance_status_adhoc.py +1 -1
  39. paasta_tools/paastaapi/model/instance_status_cassandracluster.py +1 -1
  40. paasta_tools/paastaapi/model/instance_status_flink.py +1 -1
  41. paasta_tools/paastaapi/model/instance_status_kafkacluster.py +1 -1
  42. paasta_tools/paastaapi/model/instance_status_kubernetes.py +1 -1
  43. paasta_tools/paastaapi/model/instance_status_kubernetes_autoscaling_status.py +1 -1
  44. paasta_tools/paastaapi/model/instance_status_kubernetes_v2.py +1 -1
  45. paasta_tools/paastaapi/model/instance_status_tron.py +1 -1
  46. paasta_tools/paastaapi/model/instance_tasks.py +1 -1
  47. paasta_tools/paastaapi/model/integer_and_error.py +1 -1
  48. paasta_tools/paastaapi/model/kubernetes_container.py +1 -1
  49. paasta_tools/paastaapi/model/kubernetes_container_v2.py +1 -1
  50. paasta_tools/paastaapi/model/kubernetes_healthcheck.py +1 -1
  51. paasta_tools/paastaapi/model/kubernetes_pod.py +1 -1
  52. paasta_tools/paastaapi/model/kubernetes_pod_event.py +1 -1
  53. paasta_tools/paastaapi/model/kubernetes_pod_v2.py +1 -1
  54. paasta_tools/paastaapi/model/kubernetes_replica_set.py +1 -1
  55. paasta_tools/paastaapi/model/kubernetes_version.py +1 -1
  56. paasta_tools/paastaapi/model/remote_run_outcome.py +1 -1
  57. paasta_tools/paastaapi/model/remote_run_start.py +4 -1
  58. paasta_tools/paastaapi/model/remote_run_stop.py +1 -1
  59. paasta_tools/paastaapi/model/remote_run_token.py +1 -1
  60. paasta_tools/paastaapi/model/resource.py +1 -1
  61. paasta_tools/paastaapi/model/resource_item.py +1 -1
  62. paasta_tools/paastaapi/model/resource_value.py +1 -1
  63. paasta_tools/paastaapi/model/smartstack_backend.py +1 -1
  64. paasta_tools/paastaapi/model/smartstack_location.py +1 -1
  65. paasta_tools/paastaapi/model/smartstack_status.py +1 -1
  66. paasta_tools/paastaapi/model/task_tail_lines.py +1 -1
  67. paasta_tools/paastaapi/model_utils.py +1 -1
  68. paasta_tools/paastaapi/rest.py +1 -1
  69. {paasta_tools-1.28.3.dist-info → paasta_tools-1.29.0.dist-info}/METADATA +1 -1
  70. {paasta_tools-1.28.3.dist-info → paasta_tools-1.29.0.dist-info}/RECORD +126 -126
  71. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/apply_external_resources.py +0 -0
  72. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/bounce_log_latency_parser.py +0 -0
  73. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/check_autoscaler_max_instances.py +0 -0
  74. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/check_cassandracluster_services_replication.py +0 -0
  75. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/check_flink_services_health.py +0 -0
  76. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/check_kubernetes_api.py +0 -0
  77. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/check_kubernetes_services_replication.py +0 -0
  78. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/check_manual_oapi_changes.sh +0 -0
  79. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/check_oom_events.py +0 -0
  80. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/check_orphans.py +0 -0
  81. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/check_spark_jobs.py +0 -0
  82. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/cleanup_kubernetes_cr.py +0 -0
  83. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/cleanup_kubernetes_crd.py +0 -0
  84. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/cleanup_kubernetes_jobs.py +0 -0
  85. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/create_dynamodb_table.py +0 -0
  86. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/create_paasta_playground.py +0 -0
  87. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/delete_kubernetes_deployments.py +0 -0
  88. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/emit_allocated_cpu_metrics.py +0 -0
  89. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/generate_all_deployments +0 -0
  90. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/generate_authenticating_services.py +0 -0
  91. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/generate_deployments_for_service.py +0 -0
  92. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/generate_services_file.py +0 -0
  93. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/generate_services_yaml.py +0 -0
  94. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/get_running_task_allocation.py +0 -0
  95. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/habitat_fixer.py +0 -0
  96. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/ide_helper.py +0 -0
  97. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/is_pod_healthy_in_proxy.py +0 -0
  98. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/is_pod_healthy_in_smartstack.py +0 -0
  99. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/kill_bad_containers.py +0 -0
  100. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/kubernetes_remove_evicted_pods.py +0 -0
  101. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/mass-deploy-tag.sh +0 -0
  102. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/mock_patch_checker.py +0 -0
  103. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/paasta_cleanup_remote_run_resources.py +0 -0
  104. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/paasta_cleanup_stale_nodes.py +0 -0
  105. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/paasta_deploy_tron_jobs +0 -0
  106. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/paasta_execute_docker_command.py +0 -0
  107. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/paasta_secrets_sync.py +0 -0
  108. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/paasta_tabcomplete.sh +0 -0
  109. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/paasta_update_soa_memcpu.py +0 -0
  110. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/render_template.py +0 -0
  111. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/rightsizer_soaconfigs_update.py +0 -0
  112. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/service_shard_remove.py +0 -0
  113. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/service_shard_update.py +0 -0
  114. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/setup_istio_mesh.py +0 -0
  115. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/setup_kubernetes_cr.py +0 -0
  116. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/setup_kubernetes_crd.py +0 -0
  117. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/setup_kubernetes_internal_crd.py +0 -0
  118. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/setup_kubernetes_job.py +0 -0
  119. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/setup_prometheus_adapter_config.py +0 -0
  120. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/shared_ip_check.py +0 -0
  121. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/synapse_srv_namespaces_fact.py +0 -0
  122. {paasta_tools-1.28.3.data → paasta_tools-1.29.0.data}/scripts/timeouts_metrics_prom.py +0 -0
  123. {paasta_tools-1.28.3.dist-info → paasta_tools-1.29.0.dist-info}/WHEEL +0 -0
  124. {paasta_tools-1.28.3.dist-info → paasta_tools-1.29.0.dist-info}/entry_points.txt +0 -0
  125. {paasta_tools-1.28.3.dist-info → paasta_tools-1.29.0.dist-info}/licenses/LICENSE +0 -0
  126. {paasta_tools-1.28.3.dist-info → paasta_tools-1.29.0.dist-info}/top_level.txt +0 -0
paasta_tools/__init__.py CHANGED
@@ -17,4 +17,4 @@
17
17
  # setup phase, the dependencies may not exist on disk yet.
18
18
  #
19
19
  # Don't bump version manually. See `make release` docs in ./Makefile
20
- __version__ = "1.28.3"
20
+ __version__ = "1.29.0"
@@ -2,7 +2,7 @@
2
2
  "swagger": "2.0",
3
3
  "info": {
4
4
  "title": "Paasta API",
5
- "version": "1.2.0"
5
+ "version": "1.3.0"
6
6
  },
7
7
  "basePath": "/v1",
8
8
  "schemes": [
@@ -2324,6 +2324,9 @@
2324
2324
  },
2325
2325
  "toolbox": {
2326
2326
  "type": "boolean"
2327
+ },
2328
+ "command": {
2329
+ "type": "string"
2327
2330
  }
2328
2331
  },
2329
2332
  "required": [
@@ -35,6 +35,7 @@ def view_remote_run_start(request):
35
35
  interactive = request.swagger_data["json_body"].get("interactive", True)
36
36
  recreate = request.swagger_data["json_body"].get("recreate", False)
37
37
  is_toolbox = request.swagger_data["json_body"].get("toolbox", False)
38
+ command = request.swagger_data["json_body"].get("command", None)
38
39
  max_duration = min(
39
40
  request.swagger_data["json_body"].get("max_duration", DEFAULT_MAX_DURATION),
40
41
  get_max_job_duration_limit(),
@@ -49,6 +50,7 @@ def view_remote_run_start(request):
49
50
  recreate=recreate,
50
51
  max_duration=max_duration,
51
52
  is_toolbox=is_toolbox,
53
+ command=command,
52
54
  )
53
55
  except Exception:
54
56
  error_message = traceback.format_exc()
@@ -39,6 +39,9 @@ from paasta_tools.utils import SystemPaastaConfig
39
39
  KUBECTL_EXEC_CMD_TEMPLATE = (
40
40
  "{kubectl_wrapper} --token {token} exec -it -n {namespace} {pod} -- /bin/bash"
41
41
  )
42
+ KUBECTL_LOGS_CMD_TEMPLATE = (
43
+ "{kubectl_wrapper} --token {token} logs -n {namespace} -f {pod}"
44
+ )
42
45
  KUBECTL_CP_CMD_TEMPLATE = (
43
46
  "{kubectl_wrapper} --token {token} -n {namespace} cp {filename} {pod}:/tmp/"
44
47
  )
@@ -96,6 +99,7 @@ def paasta_remote_run_start(
96
99
  recreate=args.recreate,
97
100
  max_duration=args.max_duration,
98
101
  toolbox=args.toolbox,
102
+ command=args.cmd or "",
99
103
  ),
100
104
  )
101
105
  except ApiException as e:
@@ -132,7 +136,7 @@ def paasta_remote_run_start(
132
136
  print(f"{status_prefix}Timed out while waiting for job to start")
133
137
  return 1
134
138
 
135
- if not args.interactive and not args.toolbox:
139
+ if not (args.interactive or args.toolbox or args.follow):
136
140
  print("Successfully started remote-run job")
137
141
  return 0
138
142
 
@@ -151,7 +155,9 @@ def paasta_remote_run_start(
151
155
  kubectl_wrapper = f"kubectl-eks-{args.cluster}"
152
156
  if not shutil.which(kubectl_wrapper):
153
157
  kubectl_wrapper = f"kubectl-{args.cluster}"
154
- exec_command = KUBECTL_EXEC_CMD_TEMPLATE.format(
158
+ exec_command = (
159
+ KUBECTL_LOGS_CMD_TEMPLATE if args.follow else KUBECTL_EXEC_CMD_TEMPLATE
160
+ ).format(
155
161
  kubectl_wrapper=kubectl_wrapper,
156
162
  namespace=poll_response.namespace,
157
163
  pod=poll_response.pod_name,
@@ -249,7 +255,8 @@ def add_subparser(subparsers: argparse._SubParsersAction) -> None:
249
255
  description="Starts or connects to a remote-run-job",
250
256
  formatter_class=argparse.ArgumentDefaultsHelpFormatter,
251
257
  )
252
- start_parser.add_argument(
258
+ cmd_or_interactive = start_parser.add_mutually_exclusive_group()
259
+ cmd_or_interactive.add_argument(
253
260
  "-I",
254
261
  "--interactive",
255
262
  help=(
@@ -259,6 +266,15 @@ def add_subparser(subparsers: argparse._SubParsersAction) -> None:
259
266
  action="store_true",
260
267
  default=False,
261
268
  )
269
+ cmd_or_interactive.add_argument(
270
+ "-C",
271
+ "--cmd",
272
+ help=(
273
+ "Run container with particular command, rather than the one specified in soa-configs"
274
+ ),
275
+ required=False,
276
+ default=None,
277
+ )
262
278
  start_parser.add_argument(
263
279
  "-m",
264
280
  "--max-duration",
@@ -269,6 +285,13 @@ def add_subparser(subparsers: argparse._SubParsersAction) -> None:
269
285
  type=int,
270
286
  default=1800,
271
287
  )
288
+ start_parser.add_argument(
289
+ "-f",
290
+ "--follow",
291
+ help="Attach to and follow container output",
292
+ action="store_true",
293
+ default=False,
294
+ )
272
295
  start_parser.add_argument(
273
296
  "-r",
274
297
  "--recreate",
@@ -88,6 +88,7 @@ def remote_run_start(
88
88
  recreate: bool,
89
89
  max_duration: int,
90
90
  is_toolbox: bool,
91
+ command: Optional[str] = None,
91
92
  ) -> RemoteRunOutcome:
92
93
  """Trigger remote-run job
93
94
 
@@ -99,6 +100,7 @@ def remote_run_start(
99
100
  :param bool recreate: whether to recreate remote-run job if existing
100
101
  :param int max_duration: maximum allowed duration for the remote-ruh job
101
102
  :param bool is_toolbox: requested job is for a toolbox container
103
+ :param str command: command override to execute in the job container
102
104
  :return: outcome of the operation, and resulting Kubernetes pod information
103
105
  """
104
106
  kube_client = KubeClient()
@@ -110,8 +112,10 @@ def remote_run_start(
110
112
  else load_eks_service_config(service, instance, cluster)
111
113
  )
112
114
 
113
- # Set to interactive mode
114
- if interactive and not is_toolbox:
115
+ # Set override command, or sleep for interactive mode
116
+ if command and not is_toolbox:
117
+ deployment_config.config_dict["cmd"] = command
118
+ elif interactive and not is_toolbox:
115
119
  deployment_config.config_dict["cmd"] = f"sleep {max_duration}"
116
120
 
117
121
  # Create the app with a new name
@@ -449,7 +453,7 @@ def create_pod_scoped_role(
449
453
  role_name = f"remote-run-role-{pod_name_hash}"
450
454
  policy = V1PolicyRule(
451
455
  verbs=["create", "get"],
452
- resources=["pods", "pods/exec"],
456
+ resources=["pods", "pods/exec", "pods/log"],
453
457
  resource_names=[pod_name],
454
458
  api_groups=[""],
455
459
  )
@@ -7,7 +7,7 @@
7
7
 
8
8
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
9
9
 
10
- The version of the OpenAPI document: 1.2.0
10
+ The version of the OpenAPI document: 1.3.0
11
11
  Generated by: https://openapi-generator.tech
12
12
  """
13
13
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6
6
 
7
- The version of the OpenAPI document: 1.2.0
7
+ The version of the OpenAPI document: 1.3.0
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
10
10
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -370,7 +370,7 @@ class Configuration(object):
370
370
  return "Python SDK Debug Report:\n"\
371
371
  "OS: {env}\n"\
372
372
  "Python Version: {pyversion}\n"\
373
- "Version of the API: 1.2.0\n"\
373
+ "Version of the API: 1.3.0\n"\
374
374
  "SDK Package Version: 1.0.0".\
375
375
  format(env=sys.platform, pyversion=sys.version)
376
376
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 1.2.0
8
+ The version of the OpenAPI document: 1.3.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11