athenian 2.1.81 → 2.1.86

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 (242) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/Rakefile +7 -7
  4. data/athenian.gemspec +0 -11
  5. data/docs/AccountStatus.md +2 -0
  6. data/docs/JIRAEpic.md +2 -0
  7. data/docs/JIRAEpicChild.md +2 -0
  8. data/docs/JIRAEpicIssueCommon.md +2 -0
  9. data/docs/JIRAIssue.md +2 -0
  10. data/generator/generator_config.yml +0 -1
  11. data/generator/openapi.yaml +29 -1
  12. data/generator/openapi_generated.yaml +29 -1
  13. data/lib/athenian/api/align_api.rb +3 -3
  14. data/lib/athenian/api/events_api.rb +3 -3
  15. data/lib/athenian/api/filter_api.rb +3 -3
  16. data/lib/athenian/api/get_api.rb +3 -3
  17. data/lib/athenian/api/histograms_api.rb +3 -3
  18. data/lib/athenian/api/integrations_api.rb +3 -3
  19. data/lib/athenian/api/metrics_api.rb +3 -3
  20. data/lib/athenian/api/pagination_api.rb +3 -3
  21. data/lib/athenian/api/registration_api.rb +3 -3
  22. data/lib/athenian/api/reposet_api.rb +3 -3
  23. data/lib/athenian/api/security_api.rb +3 -3
  24. data/lib/athenian/api/settings_api.rb +3 -3
  25. data/lib/athenian/api/team_api.rb +3 -3
  26. data/lib/athenian/api/user_api.rb +3 -3
  27. data/lib/athenian/api/version_api.rb +3 -3
  28. data/lib/athenian/api_client.rb +3 -3
  29. data/lib/athenian/api_error.rb +3 -3
  30. data/lib/athenian/configuration.rb +8 -3
  31. data/lib/athenian/models/accepted_invitation.rb +3 -3
  32. data/lib/athenian/models/account.rb +3 -3
  33. data/lib/athenian/models/account_status.rb +19 -4
  34. data/lib/athenian/models/account_user_change_request.rb +3 -3
  35. data/lib/athenian/models/calculated_code_check_histogram.rb +3 -3
  36. data/lib/athenian/models/calculated_code_check_metrics.rb +3 -3
  37. data/lib/athenian/models/calculated_code_check_metrics_item.rb +3 -3
  38. data/lib/athenian/models/calculated_deployment_metric.rb +3 -3
  39. data/lib/athenian/models/calculated_developer_metrics.rb +3 -3
  40. data/lib/athenian/models/calculated_developer_metrics_item.rb +3 -3
  41. data/lib/athenian/models/calculated_jira_histogram.rb +3 -3
  42. data/lib/athenian/models/calculated_jira_metric_values.rb +3 -3
  43. data/lib/athenian/models/calculated_linear_metric_values.rb +3 -3
  44. data/lib/athenian/models/calculated_linear_metric_values_confidence_mins_inner.rb +3 -3
  45. data/lib/athenian/models/calculated_linear_metric_values_values_inner.rb +3 -3
  46. data/lib/athenian/models/calculated_pull_request_histogram.rb +3 -3
  47. data/lib/athenian/models/calculated_pull_request_histogram_frequencies_inner.rb +3 -3
  48. data/lib/athenian/models/calculated_pull_request_metrics.rb +3 -3
  49. data/lib/athenian/models/calculated_pull_request_metrics_item.rb +3 -3
  50. data/lib/athenian/models/calculated_release_metric.rb +3 -3
  51. data/lib/athenian/models/code_bypassing_prs_measurement.rb +3 -3
  52. data/lib/athenian/models/code_check_histogram_definition.rb +3 -3
  53. data/lib/athenian/models/code_check_histograms_request.rb +3 -3
  54. data/lib/athenian/models/code_check_metric_id.rb +3 -3
  55. data/lib/athenian/models/code_check_metrics_request.rb +3 -3
  56. data/lib/athenian/models/code_check_run_statistics.rb +3 -3
  57. data/lib/athenian/models/code_check_run_statistics_mean_execution_time.rb +3 -3
  58. data/lib/athenian/models/code_check_run_statistics_median_execution_time.rb +3 -3
  59. data/lib/athenian/models/code_check_run_statistics_stddev_execution_time.rb +3 -3
  60. data/lib/athenian/models/code_filter.rb +3 -3
  61. data/lib/athenian/models/commit.rb +3 -3
  62. data/lib/athenian/models/commit_signature.rb +3 -3
  63. data/lib/athenian/models/commits_list.rb +3 -3
  64. data/lib/athenian/models/commits_list_include.rb +3 -3
  65. data/lib/athenian/models/contributor.rb +3 -3
  66. data/lib/athenian/models/contributor_identity.rb +3 -3
  67. data/lib/athenian/models/create_token_request.rb +3 -3
  68. data/lib/athenian/models/created_identifier.rb +3 -3
  69. data/lib/athenian/models/created_token.rb +3 -3
  70. data/lib/athenian/models/datasource.rb +3 -3
  71. data/lib/athenian/models/delete_events_cache_request.rb +3 -3
  72. data/lib/athenian/models/deployed_component.rb +3 -3
  73. data/lib/athenian/models/deployed_pull_request.rb +3 -3
  74. data/lib/athenian/models/deployed_pull_request_all_of.rb +3 -3
  75. data/lib/athenian/models/deployed_release.rb +3 -3
  76. data/lib/athenian/models/deployment_analysis.rb +3 -3
  77. data/lib/athenian/models/deployment_analysis_code.rb +3 -3
  78. data/lib/athenian/models/deployment_conclusion.rb +3 -3
  79. data/lib/athenian/models/deployment_metric_id.rb +6 -4
  80. data/lib/athenian/models/deployment_metrics_request.rb +3 -3
  81. data/lib/athenian/models/deployment_modify_labels_request.rb +3 -3
  82. data/lib/athenian/models/deployment_notification.rb +3 -3
  83. data/lib/athenian/models/deployment_with.rb +3 -3
  84. data/lib/athenian/models/developer_metric_id.rb +3 -3
  85. data/lib/athenian/models/developer_metrics_request.rb +3 -3
  86. data/lib/athenian/models/developer_summary.rb +3 -3
  87. data/lib/athenian/models/developer_updates.rb +3 -3
  88. data/lib/athenian/models/diff_releases_request.rb +3 -3
  89. data/lib/athenian/models/diffed_releases.rb +3 -3
  90. data/lib/athenian/models/diffed_releases_include.rb +3 -3
  91. data/lib/athenian/models/filter_code_checks_request.rb +3 -3
  92. data/lib/athenian/models/filter_commits_request.rb +3 -3
  93. data/lib/athenian/models/filter_contributors_request.rb +3 -3
  94. data/lib/athenian/models/filter_deployments_request.rb +3 -3
  95. data/lib/athenian/models/filter_environments_request.rb +3 -3
  96. data/lib/athenian/models/filter_jira_common.rb +3 -3
  97. data/lib/athenian/models/filter_jira_stuff.rb +3 -3
  98. data/lib/athenian/models/filter_jira_stuff_with.rb +3 -3
  99. data/lib/athenian/models/filter_labels_request.rb +3 -3
  100. data/lib/athenian/models/filter_pull_requests_request.rb +3 -3
  101. data/lib/athenian/models/filter_releases_request.rb +3 -3
  102. data/lib/athenian/models/filter_repositories_request.rb +3 -3
  103. data/lib/athenian/models/filtered_code_check_run.rb +3 -3
  104. data/lib/athenian/models/filtered_code_check_run_prs_stats.rb +3 -3
  105. data/lib/athenian/models/filtered_code_check_run_total_stats.rb +3 -3
  106. data/lib/athenian/models/filtered_code_check_runs.rb +3 -3
  107. data/lib/athenian/models/filtered_deployment.rb +3 -3
  108. data/lib/athenian/models/filtered_deployments.rb +3 -3
  109. data/lib/athenian/models/filtered_deployments_include.rb +3 -3
  110. data/lib/athenian/models/filtered_environment.rb +3 -3
  111. data/lib/athenian/models/filtered_jira_stuff.rb +3 -3
  112. data/lib/athenian/models/filtered_label.rb +3 -3
  113. data/lib/athenian/models/filtered_release.rb +3 -3
  114. data/lib/athenian/models/for_set_code_checks.rb +3 -3
  115. data/lib/athenian/models/for_set_code_checks_jira.rb +3 -3
  116. data/lib/athenian/models/for_set_deployments.rb +3 -3
  117. data/lib/athenian/models/for_set_developers.rb +3 -3
  118. data/lib/athenian/models/for_set_pull_requests.rb +3 -3
  119. data/lib/athenian/models/generic_error.rb +3 -3
  120. data/lib/athenian/models/get_deployment_labels200_response.rb +3 -3
  121. data/lib/athenian/models/get_jira_issues_include.rb +3 -3
  122. data/lib/athenian/models/get_jira_issues_request.rb +3 -3
  123. data/lib/athenian/models/get_jira_issues_response.rb +3 -3
  124. data/lib/athenian/models/get_jira_issues_response_include.rb +3 -3
  125. data/lib/athenian/models/get_pull_requests_request.rb +3 -3
  126. data/lib/athenian/models/get_releases_request.rb +3 -3
  127. data/lib/athenian/models/goal_metric_params.rb +3 -3
  128. data/lib/athenian/models/goal_metric_params_threshold.rb +3 -3
  129. data/lib/athenian/models/goal_template.rb +3 -3
  130. data/lib/athenian/models/goal_template_create_request.rb +3 -3
  131. data/lib/athenian/models/goal_template_metric.rb +3 -3
  132. data/lib/athenian/models/goal_template_update_request.rb +3 -3
  133. data/lib/athenian/models/histogram_scale.rb +3 -3
  134. data/lib/athenian/models/included_deployments.rb +3 -3
  135. data/lib/athenian/models/included_jira_issues.rb +3 -3
  136. data/lib/athenian/models/included_native_user.rb +3 -3
  137. data/lib/athenian/models/included_native_users.rb +3 -3
  138. data/lib/athenian/models/installation_progress.rb +3 -3
  139. data/lib/athenian/models/interquartile.rb +3 -3
  140. data/lib/athenian/models/invalid_request_error.rb +3 -3
  141. data/lib/athenian/models/invalid_request_error_all_of.rb +3 -3
  142. data/lib/athenian/models/invitation_check_result.rb +3 -3
  143. data/lib/athenian/models/invitation_link.rb +3 -3
  144. data/lib/athenian/models/invited_user.rb +3 -3
  145. data/lib/athenian/models/jira_comment.rb +3 -3
  146. data/lib/athenian/models/jira_epic.rb +18 -4
  147. data/lib/athenian/models/jira_epic_all_of.rb +3 -3
  148. data/lib/athenian/models/jira_epic_child.rb +18 -4
  149. data/lib/athenian/models/jira_epic_child_all_of.rb +3 -3
  150. data/lib/athenian/models/jira_epic_issue_common.rb +18 -4
  151. data/lib/athenian/models/jira_filter.rb +3 -3
  152. data/lib/athenian/models/jira_filter_return.rb +3 -3
  153. data/lib/athenian/models/jira_filter_with.rb +3 -3
  154. data/lib/athenian/models/jira_histogram_definition.rb +3 -3
  155. data/lib/athenian/models/jira_histograms_request.rb +3 -3
  156. data/lib/athenian/models/jira_installation.rb +3 -3
  157. data/lib/athenian/models/jira_issue.rb +18 -4
  158. data/lib/athenian/models/jira_issue_all_of.rb +3 -3
  159. data/lib/athenian/models/jira_issue_type.rb +3 -3
  160. data/lib/athenian/models/jira_label.rb +3 -3
  161. data/lib/athenian/models/jira_metric_id.rb +5 -4
  162. data/lib/athenian/models/jira_metrics_request.rb +3 -3
  163. data/lib/athenian/models/jira_priority.rb +3 -3
  164. data/lib/athenian/models/jira_project.rb +3 -3
  165. data/lib/athenian/models/jira_projects_request.rb +3 -3
  166. data/lib/athenian/models/jira_status.rb +3 -3
  167. data/lib/athenian/models/jira_status_category.rb +3 -3
  168. data/lib/athenian/models/jira_user.rb +3 -3
  169. data/lib/athenian/models/linked_jira_issue.rb +3 -3
  170. data/lib/athenian/models/listed_token.rb +3 -3
  171. data/lib/athenian/models/logical_deployment_rules.rb +3 -3
  172. data/lib/athenian/models/logical_pr_rules.rb +3 -3
  173. data/lib/athenian/models/logical_repository.rb +3 -3
  174. data/lib/athenian/models/logical_repository_get_request.rb +3 -3
  175. data/lib/athenian/models/logical_repository_request.rb +3 -3
  176. data/lib/athenian/models/mapped_jira_identity.rb +3 -3
  177. data/lib/athenian/models/mapped_jira_identity_change.rb +3 -3
  178. data/lib/athenian/models/match_identities_request.rb +3 -3
  179. data/lib/athenian/models/matched_identity.rb +3 -3
  180. data/lib/athenian/models/matched_identity_to.rb +3 -3
  181. data/lib/athenian/models/notified_deployments_inner.rb +3 -3
  182. data/lib/athenian/models/notify_deployments200_response.rb +3 -3
  183. data/lib/athenian/models/organization.rb +3 -3
  184. data/lib/athenian/models/paginate_pull_requests_request.rb +3 -3
  185. data/lib/athenian/models/patch_token_request.rb +3 -3
  186. data/lib/athenian/models/product_feature.rb +3 -3
  187. data/lib/athenian/models/product_feature_parameters.rb +3 -3
  188. data/lib/athenian/models/pull_request.rb +3 -3
  189. data/lib/athenian/models/pull_request_event.rb +3 -3
  190. data/lib/athenian/models/pull_request_histogram_definition.rb +3 -3
  191. data/lib/athenian/models/pull_request_histograms_request.rb +3 -3
  192. data/lib/athenian/models/pull_request_label.rb +3 -3
  193. data/lib/athenian/models/pull_request_metric_id.rb +3 -3
  194. data/lib/athenian/models/pull_request_metrics_request.rb +3 -3
  195. data/lib/athenian/models/pull_request_numbers.rb +3 -3
  196. data/lib/athenian/models/pull_request_pagination_plan.rb +3 -3
  197. data/lib/athenian/models/pull_request_participant.rb +3 -3
  198. data/lib/athenian/models/pull_request_set.rb +3 -3
  199. data/lib/athenian/models/pull_request_set_include.rb +3 -3
  200. data/lib/athenian/models/pull_request_stage.rb +3 -3
  201. data/lib/athenian/models/pull_request_with.rb +3 -3
  202. data/lib/athenian/models/release_diff.rb +3 -3
  203. data/lib/athenian/models/release_match_request.rb +3 -3
  204. data/lib/athenian/models/release_match_setting.rb +3 -3
  205. data/lib/athenian/models/release_match_strategy.rb +3 -3
  206. data/lib/athenian/models/release_metric_id.rb +3 -3
  207. data/lib/athenian/models/release_metrics_request.rb +3 -3
  208. data/lib/athenian/models/release_metrics_request_for_inner.rb +3 -3
  209. data/lib/athenian/models/release_names.rb +3 -3
  210. data/lib/athenian/models/release_notification.rb +3 -3
  211. data/lib/athenian/models/release_notification_status.rb +3 -3
  212. data/lib/athenian/models/release_pair.rb +3 -3
  213. data/lib/athenian/models/release_set.rb +3 -3
  214. data/lib/athenian/models/release_set_include.rb +3 -3
  215. data/lib/athenian/models/release_with.rb +3 -3
  216. data/lib/athenian/models/released_pull_request.rb +3 -3
  217. data/lib/athenian/models/released_pull_request_author.rb +3 -3
  218. data/lib/athenian/models/repository_set_create_request.rb +3 -3
  219. data/lib/athenian/models/repository_set_list_item.rb +3 -3
  220. data/lib/athenian/models/repository_set_with_name.rb +3 -3
  221. data/lib/athenian/models/set_mapped_jira_identities_request.rb +3 -3
  222. data/lib/athenian/models/share.rb +3 -3
  223. data/lib/athenian/models/stage_timings.rb +3 -3
  224. data/lib/athenian/models/table_fetching_progress.rb +3 -3
  225. data/lib/athenian/models/team.rb +3 -3
  226. data/lib/athenian/models/team_create_request.rb +3 -3
  227. data/lib/athenian/models/team_update_request.rb +3 -3
  228. data/lib/athenian/models/user.rb +3 -3
  229. data/lib/athenian/models/versions.rb +3 -3
  230. data/lib/athenian/models/with_both_jira_and_jiragroups.rb +3 -3
  231. data/lib/athenian/models/work_type.rb +3 -3
  232. data/lib/athenian/models/work_type_get_request.rb +3 -3
  233. data/lib/athenian/models/work_type_put_request.rb +3 -3
  234. data/lib/athenian/models/work_type_rule.rb +3 -3
  235. data/lib/athenian/version.rb +4 -4
  236. data/lib/athenian.rb +3 -3
  237. data/pkg/athenian-2.1.81.gem +0 -0
  238. data/pkg/athenian-2.1.85.gem +0 -0
  239. data/spec/api_client_spec.rb +3 -3
  240. data/spec/configuration_spec.rb +3 -3
  241. data/spec/spec_helper.rb +3 -3
  242. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1754a436213d9c89f166b382a6f26fd93d2e617d5e6d285294907b2928d62240
4
- data.tar.gz: bea003fb5946342f9cf78edd5e418928b0e45545a8f0cd5592b45b851d9ff552
3
+ metadata.gz: '09f8fa5801b92e40ef1c2587dceb0d76746715ee40c1292214d8b5a85a6cb6d2'
4
+ data.tar.gz: 5e45dfc6ab7d62fda20e44d702808b8c5339e2066a5802f54e010aa20ffb61a5
5
5
  SHA512:
6
- metadata.gz: 0f93943b34202f7f828d30f7d92ed296050691d7e642dd9735a59ddc2cd123e886ce7ce3f05a753a533b80da42f5b1728beda106a77dd128f702aabad0ccb9df
7
- data.tar.gz: 293c585c4bf5ca13aba6ec02df57e886f9a14a2130e6414ec025c5535521d6b6553db3f56873be28bbed0cb5a222692583465907ae50a8eaa84701891d516a6d
6
+ metadata.gz: e5781f121700514c0aeccbd0919bf0b295733967975d544735cf7adfe9176f2b487286a1bb25453066772a9bbed4b98fbe15adbe4dac5afc707b8e2e761c91eb
7
+ data.tar.gz: b70630017771c3a3b1d9efe0839274190a657b1d5585c9d23a9ad67c11f9b067c06a7a520973b4ca93b9b73adc3c90474943cbfb507e09d22dc42d53a7969fc2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- athenian (2.1.81)
4
+ athenian (2.1.86)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/Rakefile CHANGED
@@ -1,10 +1,10 @@
1
1
  require 'bundler/gem_tasks'
2
- require 'rspec/core/rake_task'
3
2
 
4
- RSpec::Core::RakeTask.new(:spec)
3
+ begin
4
+ require 'rspec/core/rake_task'
5
5
 
6
- require 'rubocop/rake_task'
7
-
8
- RuboCop::RakeTask.new
9
-
10
- task default: %i[spec rubocop]
6
+ RSpec::Core::RakeTask.new(:spec)
7
+ task default: :spec
8
+ rescue LoadError
9
+ # no rspec available
10
+ end
data/athenian.gemspec CHANGED
@@ -1,14 +1,3 @@
1
- # -*- encoding: utf-8 -*-
2
-
3
- =begin
4
- This is an automatically generated file. DO NOT EDIT.
5
-
6
- Generated from version 2.1.81 of the OpenAPI specification at
7
- https://github.com/athenianco/api-spec/releases/tag/2.1.81.
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
10
- =end
11
-
12
1
  $:.push File.expand_path('../lib', __FILE__)
13
2
  require 'athenian/version'
14
3
 
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **is_admin** | **Boolean** | Indicates whether the user is an account administrator. | |
8
8
  | **expired** | **Boolean** | Indicates whether the account is disabled. | |
9
+ | **stale** | **Boolean** | Indicates whether the account is temporarily not receiving data updates. | |
9
10
  | **has_jira** | **Boolean** | Indicates whether the account installed the integration with JIRA. | |
10
11
  | **has_ci** | **Boolean** | Indicates whether the account permitted the access to check suites. | |
11
12
  | **has_deployments** | **Boolean** | Indicates whether the account has submitted at least one deployment. | |
@@ -18,6 +19,7 @@ require 'athenian'
18
19
  instance = Athenian::AccountStatus.new(
19
20
  is_admin: null,
20
21
  expired: null,
22
+ stale: null,
21
23
  has_jira: null,
22
24
  has_ci: null,
23
25
  has_deployments: null
data/docs/JIRAEpic.md CHANGED
@@ -10,6 +10,7 @@
10
10
  | **updated** | **Time** | When this issue was last updated. | |
11
11
  | **work_began** | **Time** | When the issue entered the \"In Progress\" stage or received a PR. This timestamp can be missing and is always less than or equal to `resolved`. | [optional] |
12
12
  | **resolved** | **Time** | When the issue finished: the stage is \"Done\" and all PRs are either released or rejected. This timestamp can be missing and is always greater than or equal to `work_began`. | [optional] |
13
+ | **acknowledge_time** | **Object** | | |
13
14
  | **lead_time** | **Object** | | [optional] |
14
15
  | **life_time** | **Object** | | |
15
16
  | **reporter** | **String** | Name of the person who reported the issue. | |
@@ -38,6 +39,7 @@ instance = Athenian::JIRAEpic.new(
38
39
  updated: null,
39
40
  work_began: null,
40
41
  resolved: null,
42
+ acknowledge_time: null,
41
43
  lead_time: null,
42
44
  life_time: null,
43
45
  reporter: null,
@@ -10,6 +10,7 @@
10
10
  | **updated** | **Time** | When this issue was last updated. | |
11
11
  | **work_began** | **Time** | When the issue entered the \"In Progress\" stage or received a PR. This timestamp can be missing and is always less than or equal to `resolved`. | [optional] |
12
12
  | **resolved** | **Time** | When the issue finished: the stage is \"Done\" and all PRs are either released or rejected. This timestamp can be missing and is always greater than or equal to `work_began`. | [optional] |
13
+ | **acknowledge_time** | **Object** | | |
13
14
  | **lead_time** | **Object** | | [optional] |
14
15
  | **life_time** | **Object** | | |
15
16
  | **reporter** | **String** | Name of the person who reported the issue. | |
@@ -37,6 +38,7 @@ instance = Athenian::JIRAEpicChild.new(
37
38
  updated: null,
38
39
  work_began: null,
39
40
  resolved: null,
41
+ acknowledge_time: null,
40
42
  lead_time: null,
41
43
  life_time: null,
42
44
  reporter: null,
@@ -10,6 +10,7 @@
10
10
  | **updated** | **Time** | When this issue was last updated. | |
11
11
  | **work_began** | **Time** | When the issue entered the \"In Progress\" stage or received a PR. This timestamp can be missing and is always less than or equal to `resolved`. | [optional] |
12
12
  | **resolved** | **Time** | When the issue finished: the stage is \"Done\" and all PRs are either released or rejected. This timestamp can be missing and is always greater than or equal to `work_began`. | [optional] |
13
+ | **acknowledge_time** | **Object** | | |
13
14
  | **lead_time** | **Object** | | [optional] |
14
15
  | **life_time** | **Object** | | |
15
16
  | **reporter** | **String** | Name of the person who reported the issue. | |
@@ -35,6 +36,7 @@ instance = Athenian::JIRAEpicIssueCommon.new(
35
36
  updated: null,
36
37
  work_began: null,
37
38
  resolved: null,
39
+ acknowledge_time: null,
38
40
  lead_time: null,
39
41
  life_time: null,
40
42
  reporter: null,
data/docs/JIRAIssue.md CHANGED
@@ -10,6 +10,7 @@
10
10
  | **updated** | **Time** | When this issue was last updated. | |
11
11
  | **work_began** | **Time** | When the issue entered the \"In Progress\" stage or received a PR. This timestamp can be missing and is always less than or equal to `resolved`. | [optional] |
12
12
  | **resolved** | **Time** | When the issue finished: the stage is \"Done\" and all PRs are either released or rejected. This timestamp can be missing and is always greater than or equal to `work_began`. | [optional] |
13
+ | **acknowledge_time** | **Object** | | |
13
14
  | **lead_time** | **Object** | | [optional] |
14
15
  | **life_time** | **Object** | | |
15
16
  | **reporter** | **String** | Name of the person who reported the issue. | |
@@ -37,6 +38,7 @@ instance = Athenian::JIRAIssue.new(
37
38
  updated: null,
38
39
  work_began: null,
39
40
  resolved: null,
41
+ acknowledge_time: null,
40
42
  lead_time: null,
41
43
  life_time: null,
42
44
  reporter: null,
@@ -7,4 +7,3 @@ additionalProperties:
7
7
  gemName: athenian
8
8
  gemSummary: A library for working with the Athenian API.
9
9
  moduleName: Athenian
10
- enablePostProcessFile: true
@@ -22,7 +22,7 @@ info:
22
22
  license:
23
23
  name: CC-BY-4.0
24
24
  title: '{{ title }}'
25
- version: 2.1.81
25
+ version: 2.1.86
26
26
  servers:
27
27
  - description: '{{ server_description }} - {{ server_url }}'
28
28
  url: '{{ server_url }}/v1'
@@ -4106,12 +4106,14 @@ components:
4106
4106
  has_jira: true
4107
4107
  has_ci: true
4108
4108
  has_deployments: true
4109
+ stale: false
4109
4110
  2:
4110
4111
  is_admin: false
4111
4112
  expired: false
4112
4113
  has_jira: false
4113
4114
  has_ci: true
4114
4115
  has_deployments: false
4116
+ stale: false
4115
4117
  properties:
4116
4118
  accounts:
4117
4119
  additionalProperties:
@@ -4155,6 +4157,7 @@ components:
4155
4157
  example:
4156
4158
  is_admin: true
4157
4159
  expired: false
4160
+ stale: false
4158
4161
  has_jira: true
4159
4162
  has_ci: true
4160
4163
  has_deployments: true
@@ -4165,6 +4168,9 @@ components:
4165
4168
  expired:
4166
4169
  description: Indicates whether the account is disabled.
4167
4170
  type: boolean
4171
+ stale:
4172
+ description: Indicates whether the account is temporarily not receiving data updates.
4173
+ type: boolean
4168
4174
  has_jira:
4169
4175
  description: Indicates whether the account installed the integration with
4170
4176
  JIRA.
@@ -4182,6 +4188,7 @@ components:
4182
4188
  - has_deployments
4183
4189
  - has_jira
4184
4190
  - is_admin
4191
+ - stale
4185
4192
  type: object
4186
4193
  # yamllint disable-line rule:key-ordering
4187
4194
  InvitedUser:
@@ -6850,6 +6857,7 @@ components:
6850
6857
  - comments: 0
6851
6858
  created: '2023-02-21T09:25:30Z'
6852
6859
  id: P1-2
6860
+ acknowledge_time: 132200s
6853
6861
  life_time: 259200s
6854
6862
  priority: HIGH
6855
6863
  project: '1'
@@ -7537,6 +7545,7 @@ components:
7537
7545
  priority: Low
7538
7546
  status: Backlog
7539
7547
  type: Epic
7548
+ acknowledge_time: '132200s'
7540
7549
  life_time: '59172893s'
7541
7550
  url: https://example.com/?my-jira#DEV-158
7542
7551
  project: '10012'
@@ -7554,6 +7563,7 @@ components:
7554
7563
  prs: 0
7555
7564
  type: Task
7556
7565
  url: https://example.com/?my-jira#DEV-157
7566
+ acknowledge_time: '132200s'
7557
7567
  life_time: '59172892s'
7558
7568
  subtasks: 42
7559
7569
  - id: DEV-156
@@ -7568,6 +7578,7 @@ components:
7568
7578
  prs: 0
7569
7579
  type: Task
7570
7580
  url: https://example.com/?my-jira#DEV-156
7581
+ acknowledge_time: '132200s'
7571
7582
  life_time: '59172891s'
7572
7583
  subtasks: 3
7573
7584
  story_points: 5
@@ -7714,6 +7725,7 @@ components:
7714
7725
  priority: Low
7715
7726
  status: Backlog
7716
7727
  type: Epic
7728
+ acknowledge_time: 132200s
7717
7729
  life_time: 10000s
7718
7730
  url: https://example.com/?my-jira#DEV-158
7719
7731
  project: '1002'
@@ -7730,6 +7742,7 @@ components:
7730
7742
  prs: 0
7731
7743
  type: Task
7732
7744
  url: https://example.com/?my-jira#DEV-157
7745
+ acknowledge_time: 132200s
7733
7746
  life_time: 10000s
7734
7747
  subtasks: 0
7735
7748
  - id: DEV-156
@@ -7744,6 +7757,7 @@ components:
7744
7757
  prs: 0
7745
7758
  type: Task
7746
7759
  url: https://example.com/?my-jira#DEV-156
7760
+ acknowledge_time: 132200s
7747
7761
  life_time: 20000s
7748
7762
  subtasks: 2
7749
7763
  type: object
@@ -7774,6 +7788,7 @@ components:
7774
7788
  status: Released
7775
7789
  prs: 0
7776
7790
  type: Task
7791
+ acknowledge_time: 132200s
7777
7792
  life_time: 10000s
7778
7793
  url: https://example.com/?my-jira#DEV-157
7779
7794
  subtasks: 2
@@ -7823,6 +7838,12 @@ components:
7823
7838
  This timestamp can be missing and is always greater than or equal to `work_began`.
7824
7839
  format: date-time
7825
7840
  type: string
7841
+ acknowledge_time:
7842
+ allOf:
7843
+ - description: |-
7844
+ Issue's time spent between `work_began` and `created`. If work on issue has not
7845
+ begun, time between `now()` and `created. See also `jira-acknowledge-time` metric.
7846
+ - $ref: '#/components/schemas/TimeDuration'
7826
7847
  lead_time:
7827
7848
  allOf:
7828
7849
  - description: |-
@@ -7873,6 +7894,7 @@ components:
7873
7894
  - comments
7874
7895
  - created
7875
7896
  - id
7897
+ - acknowledge_time
7876
7898
  - life_time
7877
7899
  - priority
7878
7900
  - reporter
@@ -8432,6 +8454,7 @@ components:
8432
8454
  * `jira-lead-time` - Mean Lead Time - the time between when the work began and max(issue resolution, fixes released).
8433
8455
  * `jira-lead-time-below-threshold-ratio` - ratio of issues with a `jira-lead-time` below the threshold, disregarding the quantiles. The default threshold is 5 days.
8434
8456
  * `jira-acknowledge-time` - Mean Acknowledge Time - the time between when the issue was created and the work began = `min(transitioned to "In Progress", PR created)`. It equals to 0 for retrofitted issues with PRs before their creation times.
8457
+ * `jira-acknowledge-time-below-threshold-ratio` - ratio of issues with a `jira-acknowledge-time` below the threshold, disregarding the quantiles. The default threshold is 3 days.
8435
8458
  * `jira-pr-lag-time` - the time between when the issue transitioned to "In Progress" and the first PR was created. It equals to 0 if the difference is negative or no PRs are mapped to the issue.
8436
8459
  * `jira-backlog-time` - the time between when the issue was created and transitioned to "In Progress".
8437
8460
  * `jira-resolution-rate` - ratio between the number of resolved issues to the number of raised issues.
@@ -8446,6 +8469,7 @@ components:
8446
8469
  - jira-lead-time
8447
8470
  - jira-lead-time-below-threshold-ratio
8448
8471
  - jira-acknowledge-time
8472
+ - jira-acknowledge-time-below-threshold-ratio
8449
8473
  - jira-pr-lag-time
8450
8474
  - jira-backlog-time
8451
8475
  - jira-resolution-rate
@@ -10777,6 +10801,8 @@ components:
10777
10801
  * `dep-success-count` - number of successful deployments in the time period.
10778
10802
  * `dep-failure-count` - number of failed deployments in the time period.
10779
10803
  * `dep-success-ratio` - ratio between successful and all deployments.
10804
+ * `dep-change-failure-count` - number of successful deployments introducing a failure in the system. This pertains deployments effects so is different from `dep-failure-count` which is about deployments execution. A deployment can be marked as introducing a failure by associating it with the `failure` label, with any value.
10805
+ * `dep-change-failure-ratio` - ratio between `dep-change-failure-count` and `dep-success-count`.
10780
10806
  * `dep-size-prs` - average number of deployed pull requests.
10781
10807
  * `dep-size-releases` - average number of deployed releases.
10782
10808
  * `dep-size-lines` - average number of deployed lines of code (changed = insertions + removals).
@@ -10795,6 +10821,8 @@ components:
10795
10821
  - dep-success-count
10796
10822
  - dep-failure-count
10797
10823
  - dep-success-ratio
10824
+ - dep-change-failure-count
10825
+ - dep-change-failure-ratio
10798
10826
  - dep-size-prs
10799
10827
  - dep-size-releases
10800
10828
  - dep-size-lines
@@ -22,7 +22,7 @@ info:
22
22
  license:
23
23
  name: CC-BY-4.0
24
24
  title: ''
25
- version: 2.1.81
25
+ version: 2.1.86
26
26
  servers:
27
27
  - description: ' - https://api.athenian.co'
28
28
  url: 'https://api.athenian.co/v1'
@@ -3948,12 +3948,14 @@ components:
3948
3948
  has_jira: true
3949
3949
  has_ci: true
3950
3950
  has_deployments: true
3951
+ stale: false
3951
3952
  2:
3952
3953
  is_admin: false
3953
3954
  expired: false
3954
3955
  has_jira: false
3955
3956
  has_ci: true
3956
3957
  has_deployments: false
3958
+ stale: false
3957
3959
  properties:
3958
3960
  accounts:
3959
3961
  additionalProperties:
@@ -3997,6 +3999,7 @@ components:
3997
3999
  example:
3998
4000
  is_admin: true
3999
4001
  expired: false
4002
+ stale: false
4000
4003
  has_jira: true
4001
4004
  has_ci: true
4002
4005
  has_deployments: true
@@ -4007,6 +4010,9 @@ components:
4007
4010
  expired:
4008
4011
  description: Indicates whether the account is disabled.
4009
4012
  type: boolean
4013
+ stale:
4014
+ description: Indicates whether the account is temporarily not receiving data updates.
4015
+ type: boolean
4010
4016
  has_jira:
4011
4017
  description: Indicates whether the account installed the integration with
4012
4018
  JIRA.
@@ -4024,6 +4030,7 @@ components:
4024
4030
  - has_deployments
4025
4031
  - has_jira
4026
4032
  - is_admin
4033
+ - stale
4027
4034
  type: object
4028
4035
  # yamllint disable-line rule:key-ordering
4029
4036
  InvitedUser:
@@ -6692,6 +6699,7 @@ components:
6692
6699
  - comments: 0
6693
6700
  created: '2023-02-21T09:25:30Z'
6694
6701
  id: P1-2
6702
+ acknowledge_time: 132200s
6695
6703
  life_time: 259200s
6696
6704
  priority: HIGH
6697
6705
  project: '1'
@@ -7379,6 +7387,7 @@ components:
7379
7387
  priority: Low
7380
7388
  status: Backlog
7381
7389
  type: Epic
7390
+ acknowledge_time: '132200s'
7382
7391
  life_time: '59172893s'
7383
7392
  url: https://example.com/?my-jira#DEV-158
7384
7393
  project: '10012'
@@ -7396,6 +7405,7 @@ components:
7396
7405
  prs: 0
7397
7406
  type: Task
7398
7407
  url: https://example.com/?my-jira#DEV-157
7408
+ acknowledge_time: '132200s'
7399
7409
  life_time: '59172892s'
7400
7410
  subtasks: 42
7401
7411
  - id: DEV-156
@@ -7410,6 +7420,7 @@ components:
7410
7420
  prs: 0
7411
7421
  type: Task
7412
7422
  url: https://example.com/?my-jira#DEV-156
7423
+ acknowledge_time: '132200s'
7413
7424
  life_time: '59172891s'
7414
7425
  subtasks: 3
7415
7426
  story_points: 5
@@ -7556,6 +7567,7 @@ components:
7556
7567
  priority: Low
7557
7568
  status: Backlog
7558
7569
  type: Epic
7570
+ acknowledge_time: 132200s
7559
7571
  life_time: 10000s
7560
7572
  url: https://example.com/?my-jira#DEV-158
7561
7573
  project: '1002'
@@ -7572,6 +7584,7 @@ components:
7572
7584
  prs: 0
7573
7585
  type: Task
7574
7586
  url: https://example.com/?my-jira#DEV-157
7587
+ acknowledge_time: 132200s
7575
7588
  life_time: 10000s
7576
7589
  subtasks: 0
7577
7590
  - id: DEV-156
@@ -7586,6 +7599,7 @@ components:
7586
7599
  prs: 0
7587
7600
  type: Task
7588
7601
  url: https://example.com/?my-jira#DEV-156
7602
+ acknowledge_time: 132200s
7589
7603
  life_time: 20000s
7590
7604
  subtasks: 2
7591
7605
  type: object
@@ -7616,6 +7630,7 @@ components:
7616
7630
  status: Released
7617
7631
  prs: 0
7618
7632
  type: Task
7633
+ acknowledge_time: 132200s
7619
7634
  life_time: 10000s
7620
7635
  url: https://example.com/?my-jira#DEV-157
7621
7636
  subtasks: 2
@@ -7665,6 +7680,12 @@ components:
7665
7680
  This timestamp can be missing and is always greater than or equal to `work_began`.
7666
7681
  format: date-time
7667
7682
  type: string
7683
+ acknowledge_time:
7684
+ allOf:
7685
+ - description: |-
7686
+ Issue's time spent between `work_began` and `created`. If work on issue has not
7687
+ begun, time between `now()` and `created. See also `jira-acknowledge-time` metric.
7688
+ - $ref: '#/components/schemas/TimeDuration'
7668
7689
  lead_time:
7669
7690
  allOf:
7670
7691
  - description: |-
@@ -7715,6 +7736,7 @@ components:
7715
7736
  - comments
7716
7737
  - created
7717
7738
  - id
7739
+ - acknowledge_time
7718
7740
  - life_time
7719
7741
  - priority
7720
7742
  - reporter
@@ -8274,6 +8296,7 @@ components:
8274
8296
  * `jira-lead-time` - Mean Lead Time - the time between when the work began and max(issue resolution, fixes released).
8275
8297
  * `jira-lead-time-below-threshold-ratio` - ratio of issues with a `jira-lead-time` below the threshold, disregarding the quantiles. The default threshold is 5 days.
8276
8298
  * `jira-acknowledge-time` - Mean Acknowledge Time - the time between when the issue was created and the work began = `min(transitioned to "In Progress", PR created)`. It equals to 0 for retrofitted issues with PRs before their creation times.
8299
+ * `jira-acknowledge-time-below-threshold-ratio` - ratio of issues with a `jira-acknowledge-time` below the threshold, disregarding the quantiles. The default threshold is 3 days.
8277
8300
  * `jira-pr-lag-time` - the time between when the issue transitioned to "In Progress" and the first PR was created. It equals to 0 if the difference is negative or no PRs are mapped to the issue.
8278
8301
  * `jira-backlog-time` - the time between when the issue was created and transitioned to "In Progress".
8279
8302
  * `jira-resolution-rate` - ratio between the number of resolved issues to the number of raised issues.
@@ -8288,6 +8311,7 @@ components:
8288
8311
  - jira-lead-time
8289
8312
  - jira-lead-time-below-threshold-ratio
8290
8313
  - jira-acknowledge-time
8314
+ - jira-acknowledge-time-below-threshold-ratio
8291
8315
  - jira-pr-lag-time
8292
8316
  - jira-backlog-time
8293
8317
  - jira-resolution-rate
@@ -10619,6 +10643,8 @@ components:
10619
10643
  * `dep-success-count` - number of successful deployments in the time period.
10620
10644
  * `dep-failure-count` - number of failed deployments in the time period.
10621
10645
  * `dep-success-ratio` - ratio between successful and all deployments.
10646
+ * `dep-change-failure-count` - number of successful deployments introducing a failure in the system. This pertains deployments effects so is different from `dep-failure-count` which is about deployments execution. A deployment can be marked as introducing a failure by associating it with the `failure` label, with any value.
10647
+ * `dep-change-failure-ratio` - ratio between `dep-change-failure-count` and `dep-success-count`.
10622
10648
  * `dep-size-prs` - average number of deployed pull requests.
10623
10649
  * `dep-size-releases` - average number of deployed releases.
10624
10650
  * `dep-size-lines` - average number of deployed lines of code (changed = insertions + removals).
@@ -10637,6 +10663,8 @@ components:
10637
10663
  - dep-success-count
10638
10664
  - dep-failure-count
10639
10665
  - dep-success-ratio
10666
+ - dep-change-failure-count
10667
+ - dep-change-failure-ratio
10640
10668
  - dep-size-prs
10641
10669
  - dep-size-releases
10642
10670
  - dep-size-lines
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  This is an automatically generated file. DO NOT EDIT.
3
3
 
4
- Generated from version 2.1.81 of the OpenAPI specification at
5
- https://github.com/athenianco/api-spec/releases/tag/2.1.81.
4
+ Generated from version 2.1.86 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.86.
6
6
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 6.4.0
7
+ OpenAPI Generator version: 6.5.0
8
8
  =end
9
9
 
10
10
  require 'cgi'
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  This is an automatically generated file. DO NOT EDIT.
3
3
 
4
- Generated from version 2.1.81 of the OpenAPI specification at
5
- https://github.com/athenianco/api-spec/releases/tag/2.1.81.
4
+ Generated from version 2.1.86 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.86.
6
6
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 6.4.0
7
+ OpenAPI Generator version: 6.5.0
8
8
  =end
9
9
 
10
10
  require 'cgi'
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  This is an automatically generated file. DO NOT EDIT.
3
3
 
4
- Generated from version 2.1.81 of the OpenAPI specification at
5
- https://github.com/athenianco/api-spec/releases/tag/2.1.81.
4
+ Generated from version 2.1.86 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.86.
6
6
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 6.4.0
7
+ OpenAPI Generator version: 6.5.0
8
8
  =end
9
9
 
10
10
  require 'cgi'
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  This is an automatically generated file. DO NOT EDIT.
3
3
 
4
- Generated from version 2.1.81 of the OpenAPI specification at
5
- https://github.com/athenianco/api-spec/releases/tag/2.1.81.
4
+ Generated from version 2.1.86 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.86.
6
6
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 6.4.0
7
+ OpenAPI Generator version: 6.5.0
8
8
  =end
9
9
 
10
10
  require 'cgi'
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  This is an automatically generated file. DO NOT EDIT.
3
3
 
4
- Generated from version 2.1.81 of the OpenAPI specification at
5
- https://github.com/athenianco/api-spec/releases/tag/2.1.81.
4
+ Generated from version 2.1.86 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.86.
6
6
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 6.4.0
7
+ OpenAPI Generator version: 6.5.0
8
8
  =end
9
9
 
10
10
  require 'cgi'
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  This is an automatically generated file. DO NOT EDIT.
3
3
 
4
- Generated from version 2.1.81 of the OpenAPI specification at
5
- https://github.com/athenianco/api-spec/releases/tag/2.1.81.
4
+ Generated from version 2.1.86 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.86.
6
6
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 6.4.0
7
+ OpenAPI Generator version: 6.5.0
8
8
  =end
9
9
 
10
10
  require 'cgi'
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  This is an automatically generated file. DO NOT EDIT.
3
3
 
4
- Generated from version 2.1.81 of the OpenAPI specification at
5
- https://github.com/athenianco/api-spec/releases/tag/2.1.81.
4
+ Generated from version 2.1.86 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.86.
6
6
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 6.4.0
7
+ OpenAPI Generator version: 6.5.0
8
8
  =end
9
9
 
10
10
  require 'cgi'
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  This is an automatically generated file. DO NOT EDIT.
3
3
 
4
- Generated from version 2.1.81 of the OpenAPI specification at
5
- https://github.com/athenianco/api-spec/releases/tag/2.1.81.
4
+ Generated from version 2.1.86 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.86.
6
6
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 6.4.0
7
+ OpenAPI Generator version: 6.5.0
8
8
  =end
9
9
 
10
10
  require 'cgi'
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  This is an automatically generated file. DO NOT EDIT.
3
3
 
4
- Generated from version 2.1.81 of the OpenAPI specification at
5
- https://github.com/athenianco/api-spec/releases/tag/2.1.81.
4
+ Generated from version 2.1.86 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.86.
6
6
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 6.4.0
7
+ OpenAPI Generator version: 6.5.0
8
8
  =end
9
9
 
10
10
  require 'cgi'
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  This is an automatically generated file. DO NOT EDIT.
3
3
 
4
- Generated from version 2.1.81 of the OpenAPI specification at
5
- https://github.com/athenianco/api-spec/releases/tag/2.1.81.
4
+ Generated from version 2.1.86 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.86.
6
6
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 6.4.0
7
+ OpenAPI Generator version: 6.5.0
8
8
  =end
9
9
 
10
10
  require 'cgi'
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  This is an automatically generated file. DO NOT EDIT.
3
3
 
4
- Generated from version 2.1.81 of the OpenAPI specification at
5
- https://github.com/athenianco/api-spec/releases/tag/2.1.81.
4
+ Generated from version 2.1.86 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.86.
6
6
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 6.4.0
7
+ OpenAPI Generator version: 6.5.0
8
8
  =end
9
9
 
10
10
  require 'cgi'
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  This is an automatically generated file. DO NOT EDIT.
3
3
 
4
- Generated from version 2.1.81 of the OpenAPI specification at
5
- https://github.com/athenianco/api-spec/releases/tag/2.1.81.
4
+ Generated from version 2.1.86 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.86.
6
6
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 6.4.0
7
+ OpenAPI Generator version: 6.5.0
8
8
  =end
9
9
 
10
10
  require 'cgi'