athenian 2.1.81 → 2.1.85

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 (241) 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 +27 -1
  12. data/generator/openapi_generated.yaml +27 -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/spec/api_client_spec.rb +3 -3
  239. data/spec/configuration_spec.rb +3 -3
  240. data/spec/spec_helper.rb +3 -3
  241. metadata +3 -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: 863ef919e34d889f0cbb437dd94d15ffc7826304b4f9a2a3d6607a9501b13e55
4
+ data.tar.gz: 7789f50b68020abfd949a80ba71a78a4bee19b4dfacd84739422dbc377fed280
5
5
  SHA512:
6
- metadata.gz: 0f93943b34202f7f828d30f7d92ed296050691d7e642dd9735a59ddc2cd123e886ce7ce3f05a753a533b80da42f5b1728beda106a77dd128f702aabad0ccb9df
7
- data.tar.gz: 293c585c4bf5ca13aba6ec02df57e886f9a14a2130e6414ec025c5535521d6b6553db3f56873be28bbed0cb5a222692583465907ae50a8eaa84701891d516a6d
6
+ metadata.gz: a9d10088104acde465a049f68a3d8081bfe77c965f8b0a3a4c576bab491265f09f49a5880b8d943184ae973e06c6eecd44d5ddb3aab75d435f9a203166840d56
7
+ data.tar.gz: 169975ae2873d6cd028e7f907cf0cc599e23005087950ed8888bf34ffda6bc49977d91089cc15519f303f02ee4dbcf96f16c8f889573123d08442dccdaba3694
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.85)
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.85
26
26
  servers:
27
27
  - description: '{{ server_description }} - {{ server_url }}'
28
28
  url: '{{ server_url }}/v1'
@@ -4155,6 +4155,7 @@ components:
4155
4155
  example:
4156
4156
  is_admin: true
4157
4157
  expired: false
4158
+ stale: false
4158
4159
  has_jira: true
4159
4160
  has_ci: true
4160
4161
  has_deployments: true
@@ -4165,6 +4166,9 @@ components:
4165
4166
  expired:
4166
4167
  description: Indicates whether the account is disabled.
4167
4168
  type: boolean
4169
+ stale:
4170
+ description: Indicates whether the account is temporarily not receiving data updates.
4171
+ type: boolean
4168
4172
  has_jira:
4169
4173
  description: Indicates whether the account installed the integration with
4170
4174
  JIRA.
@@ -4182,6 +4186,7 @@ components:
4182
4186
  - has_deployments
4183
4187
  - has_jira
4184
4188
  - is_admin
4189
+ - stale
4185
4190
  type: object
4186
4191
  # yamllint disable-line rule:key-ordering
4187
4192
  InvitedUser:
@@ -6850,6 +6855,7 @@ components:
6850
6855
  - comments: 0
6851
6856
  created: '2023-02-21T09:25:30Z'
6852
6857
  id: P1-2
6858
+ acknowledge_time: 132200s
6853
6859
  life_time: 259200s
6854
6860
  priority: HIGH
6855
6861
  project: '1'
@@ -7537,6 +7543,7 @@ components:
7537
7543
  priority: Low
7538
7544
  status: Backlog
7539
7545
  type: Epic
7546
+ acknowledge_time: '132200s'
7540
7547
  life_time: '59172893s'
7541
7548
  url: https://example.com/?my-jira#DEV-158
7542
7549
  project: '10012'
@@ -7554,6 +7561,7 @@ components:
7554
7561
  prs: 0
7555
7562
  type: Task
7556
7563
  url: https://example.com/?my-jira#DEV-157
7564
+ acknowledge_time: '132200s'
7557
7565
  life_time: '59172892s'
7558
7566
  subtasks: 42
7559
7567
  - id: DEV-156
@@ -7568,6 +7576,7 @@ components:
7568
7576
  prs: 0
7569
7577
  type: Task
7570
7578
  url: https://example.com/?my-jira#DEV-156
7579
+ acknowledge_time: '132200s'
7571
7580
  life_time: '59172891s'
7572
7581
  subtasks: 3
7573
7582
  story_points: 5
@@ -7714,6 +7723,7 @@ components:
7714
7723
  priority: Low
7715
7724
  status: Backlog
7716
7725
  type: Epic
7726
+ acknowledge_time: 132200s
7717
7727
  life_time: 10000s
7718
7728
  url: https://example.com/?my-jira#DEV-158
7719
7729
  project: '1002'
@@ -7730,6 +7740,7 @@ components:
7730
7740
  prs: 0
7731
7741
  type: Task
7732
7742
  url: https://example.com/?my-jira#DEV-157
7743
+ acknowledge_time: 132200s
7733
7744
  life_time: 10000s
7734
7745
  subtasks: 0
7735
7746
  - id: DEV-156
@@ -7744,6 +7755,7 @@ components:
7744
7755
  prs: 0
7745
7756
  type: Task
7746
7757
  url: https://example.com/?my-jira#DEV-156
7758
+ acknowledge_time: 132200s
7747
7759
  life_time: 20000s
7748
7760
  subtasks: 2
7749
7761
  type: object
@@ -7774,6 +7786,7 @@ components:
7774
7786
  status: Released
7775
7787
  prs: 0
7776
7788
  type: Task
7789
+ acknowledge_time: 132200s
7777
7790
  life_time: 10000s
7778
7791
  url: https://example.com/?my-jira#DEV-157
7779
7792
  subtasks: 2
@@ -7823,6 +7836,12 @@ components:
7823
7836
  This timestamp can be missing and is always greater than or equal to `work_began`.
7824
7837
  format: date-time
7825
7838
  type: string
7839
+ acknowledge_time:
7840
+ allOf:
7841
+ - description: |-
7842
+ Issue's time spent between `work_began` and `created`. If work on issue has not
7843
+ begun, time between `now()` and `created. See also `jira-acknowledge-time` metric.
7844
+ - $ref: '#/components/schemas/TimeDuration'
7826
7845
  lead_time:
7827
7846
  allOf:
7828
7847
  - description: |-
@@ -7873,6 +7892,7 @@ components:
7873
7892
  - comments
7874
7893
  - created
7875
7894
  - id
7895
+ - acknowledge_time
7876
7896
  - life_time
7877
7897
  - priority
7878
7898
  - reporter
@@ -8432,6 +8452,7 @@ components:
8432
8452
  * `jira-lead-time` - Mean Lead Time - the time between when the work began and max(issue resolution, fixes released).
8433
8453
  * `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
8454
  * `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.
8455
+ * `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
8456
  * `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
8457
  * `jira-backlog-time` - the time between when the issue was created and transitioned to "In Progress".
8437
8458
  * `jira-resolution-rate` - ratio between the number of resolved issues to the number of raised issues.
@@ -8446,6 +8467,7 @@ components:
8446
8467
  - jira-lead-time
8447
8468
  - jira-lead-time-below-threshold-ratio
8448
8469
  - jira-acknowledge-time
8470
+ - jira-acknowledge-time-below-threshold-ratio
8449
8471
  - jira-pr-lag-time
8450
8472
  - jira-backlog-time
8451
8473
  - jira-resolution-rate
@@ -10777,6 +10799,8 @@ components:
10777
10799
  * `dep-success-count` - number of successful deployments in the time period.
10778
10800
  * `dep-failure-count` - number of failed deployments in the time period.
10779
10801
  * `dep-success-ratio` - ratio between successful and all deployments.
10802
+ * `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.
10803
+ * `dep-change-failure-ratio` - ratio between `dep-change-failure-count` and `dep-success-count`.
10780
10804
  * `dep-size-prs` - average number of deployed pull requests.
10781
10805
  * `dep-size-releases` - average number of deployed releases.
10782
10806
  * `dep-size-lines` - average number of deployed lines of code (changed = insertions + removals).
@@ -10795,6 +10819,8 @@ components:
10795
10819
  - dep-success-count
10796
10820
  - dep-failure-count
10797
10821
  - dep-success-ratio
10822
+ - dep-change-failure-count
10823
+ - dep-change-failure-ratio
10798
10824
  - dep-size-prs
10799
10825
  - dep-size-releases
10800
10826
  - 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.85
26
26
  servers:
27
27
  - description: ' - https://api.athenian.co'
28
28
  url: 'https://api.athenian.co/v1'
@@ -3997,6 +3997,7 @@ components:
3997
3997
  example:
3998
3998
  is_admin: true
3999
3999
  expired: false
4000
+ stale: false
4000
4001
  has_jira: true
4001
4002
  has_ci: true
4002
4003
  has_deployments: true
@@ -4007,6 +4008,9 @@ components:
4007
4008
  expired:
4008
4009
  description: Indicates whether the account is disabled.
4009
4010
  type: boolean
4011
+ stale:
4012
+ description: Indicates whether the account is temporarily not receiving data updates.
4013
+ type: boolean
4010
4014
  has_jira:
4011
4015
  description: Indicates whether the account installed the integration with
4012
4016
  JIRA.
@@ -4024,6 +4028,7 @@ components:
4024
4028
  - has_deployments
4025
4029
  - has_jira
4026
4030
  - is_admin
4031
+ - stale
4027
4032
  type: object
4028
4033
  # yamllint disable-line rule:key-ordering
4029
4034
  InvitedUser:
@@ -6692,6 +6697,7 @@ components:
6692
6697
  - comments: 0
6693
6698
  created: '2023-02-21T09:25:30Z'
6694
6699
  id: P1-2
6700
+ acknowledge_time: 132200s
6695
6701
  life_time: 259200s
6696
6702
  priority: HIGH
6697
6703
  project: '1'
@@ -7379,6 +7385,7 @@ components:
7379
7385
  priority: Low
7380
7386
  status: Backlog
7381
7387
  type: Epic
7388
+ acknowledge_time: '132200s'
7382
7389
  life_time: '59172893s'
7383
7390
  url: https://example.com/?my-jira#DEV-158
7384
7391
  project: '10012'
@@ -7396,6 +7403,7 @@ components:
7396
7403
  prs: 0
7397
7404
  type: Task
7398
7405
  url: https://example.com/?my-jira#DEV-157
7406
+ acknowledge_time: '132200s'
7399
7407
  life_time: '59172892s'
7400
7408
  subtasks: 42
7401
7409
  - id: DEV-156
@@ -7410,6 +7418,7 @@ components:
7410
7418
  prs: 0
7411
7419
  type: Task
7412
7420
  url: https://example.com/?my-jira#DEV-156
7421
+ acknowledge_time: '132200s'
7413
7422
  life_time: '59172891s'
7414
7423
  subtasks: 3
7415
7424
  story_points: 5
@@ -7556,6 +7565,7 @@ components:
7556
7565
  priority: Low
7557
7566
  status: Backlog
7558
7567
  type: Epic
7568
+ acknowledge_time: 132200s
7559
7569
  life_time: 10000s
7560
7570
  url: https://example.com/?my-jira#DEV-158
7561
7571
  project: '1002'
@@ -7572,6 +7582,7 @@ components:
7572
7582
  prs: 0
7573
7583
  type: Task
7574
7584
  url: https://example.com/?my-jira#DEV-157
7585
+ acknowledge_time: 132200s
7575
7586
  life_time: 10000s
7576
7587
  subtasks: 0
7577
7588
  - id: DEV-156
@@ -7586,6 +7597,7 @@ components:
7586
7597
  prs: 0
7587
7598
  type: Task
7588
7599
  url: https://example.com/?my-jira#DEV-156
7600
+ acknowledge_time: 132200s
7589
7601
  life_time: 20000s
7590
7602
  subtasks: 2
7591
7603
  type: object
@@ -7616,6 +7628,7 @@ components:
7616
7628
  status: Released
7617
7629
  prs: 0
7618
7630
  type: Task
7631
+ acknowledge_time: 132200s
7619
7632
  life_time: 10000s
7620
7633
  url: https://example.com/?my-jira#DEV-157
7621
7634
  subtasks: 2
@@ -7665,6 +7678,12 @@ components:
7665
7678
  This timestamp can be missing and is always greater than or equal to `work_began`.
7666
7679
  format: date-time
7667
7680
  type: string
7681
+ acknowledge_time:
7682
+ allOf:
7683
+ - description: |-
7684
+ Issue's time spent between `work_began` and `created`. If work on issue has not
7685
+ begun, time between `now()` and `created. See also `jira-acknowledge-time` metric.
7686
+ - $ref: '#/components/schemas/TimeDuration'
7668
7687
  lead_time:
7669
7688
  allOf:
7670
7689
  - description: |-
@@ -7715,6 +7734,7 @@ components:
7715
7734
  - comments
7716
7735
  - created
7717
7736
  - id
7737
+ - acknowledge_time
7718
7738
  - life_time
7719
7739
  - priority
7720
7740
  - reporter
@@ -8274,6 +8294,7 @@ components:
8274
8294
  * `jira-lead-time` - Mean Lead Time - the time between when the work began and max(issue resolution, fixes released).
8275
8295
  * `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
8296
  * `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.
8297
+ * `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
8298
  * `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
8299
  * `jira-backlog-time` - the time between when the issue was created and transitioned to "In Progress".
8279
8300
  * `jira-resolution-rate` - ratio between the number of resolved issues to the number of raised issues.
@@ -8288,6 +8309,7 @@ components:
8288
8309
  - jira-lead-time
8289
8310
  - jira-lead-time-below-threshold-ratio
8290
8311
  - jira-acknowledge-time
8312
+ - jira-acknowledge-time-below-threshold-ratio
8291
8313
  - jira-pr-lag-time
8292
8314
  - jira-backlog-time
8293
8315
  - jira-resolution-rate
@@ -10619,6 +10641,8 @@ components:
10619
10641
  * `dep-success-count` - number of successful deployments in the time period.
10620
10642
  * `dep-failure-count` - number of failed deployments in the time period.
10621
10643
  * `dep-success-ratio` - ratio between successful and all deployments.
10644
+ * `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.
10645
+ * `dep-change-failure-ratio` - ratio between `dep-change-failure-count` and `dep-success-count`.
10622
10646
  * `dep-size-prs` - average number of deployed pull requests.
10623
10647
  * `dep-size-releases` - average number of deployed releases.
10624
10648
  * `dep-size-lines` - average number of deployed lines of code (changed = insertions + removals).
@@ -10637,6 +10661,8 @@ components:
10637
10661
  - dep-success-count
10638
10662
  - dep-failure-count
10639
10663
  - dep-success-ratio
10664
+ - dep-change-failure-count
10665
+ - dep-change-failure-ratio
10640
10666
  - dep-size-prs
10641
10667
  - dep-size-releases
10642
10668
  - 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.85 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.85.
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.85 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.85.
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.85 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.85.
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.85 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.85.
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.85 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.85.
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.85 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.85.
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.85 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.85.
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.85 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.85.
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.85 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.85.
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.85 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.85.
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.85 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.85.
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.85 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.85.
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.85 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.85.
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.85 of the OpenAPI specification at
5
+ https://github.com/athenianco/api-spec/releases/tag/2.1.85.
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'