launchdarkly_api 6.0.1 → 7.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (545) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +50 -22
  3. data/docs/AccessDeniedReasonRep.md +4 -4
  4. data/docs/AccessTokensApi.md +1 -1
  5. data/docs/AccountMembersApi.md +12 -12
  6. data/docs/ActionInputRep.md +18 -0
  7. data/docs/ActionOutputRep.md +20 -0
  8. data/docs/ApprovalConditionInputRep.md +20 -0
  9. data/docs/ApprovalConditionOutputRep.md +26 -0
  10. data/docs/ApprovalSettings.md +1 -1
  11. data/docs/ApprovalsApi.md +3 -3
  12. data/docs/BranchCollectionRep.md +1 -1
  13. data/docs/BranchRep.md +9 -9
  14. data/docs/CodeReferencesApi.md +28 -27
  15. data/docs/ConditionBaseOutputRep.md +22 -0
  16. data/docs/ConditionInputRep.md +26 -0
  17. data/docs/ConditionOutputRep.md +34 -0
  18. data/docs/ConflictOutputRep.md +20 -0
  19. data/docs/CreateCopyFlagConfigApprovalRequestRequest.md +1 -1
  20. data/docs/CustomRole.md +10 -8
  21. data/docs/CustomRolePost.md +3 -1
  22. data/docs/CustomRolePostData.md +3 -1
  23. data/docs/CustomRolesApi.md +11 -11
  24. data/docs/CustomWorkflowInputRep.md +24 -0
  25. data/docs/CustomWorkflowOutputRep.md +38 -0
  26. data/docs/CustomWorkflowsListingOutputRep.md +18 -0
  27. data/docs/DataExportDestinationsApi.md +1 -1
  28. data/docs/DerivedAttribute.md +20 -0
  29. data/docs/Environment.md +4 -0
  30. data/docs/EnvironmentsApi.md +2 -2
  31. data/docs/ExecutionOutputRep.md +18 -0
  32. data/docs/ExperimentResultsRep.md +3 -1
  33. data/docs/ExperimentsBetaApi.md +1 -1
  34. data/docs/Extinction.md +8 -8
  35. data/docs/ExtinctionCollectionRep.md +1 -1
  36. data/docs/FeatureFlagBody.md +1 -1
  37. data/docs/FeatureFlagsApi.md +1 -1
  38. data/docs/FlagConfigApprovalRequestResponse.md +2 -2
  39. data/docs/ForbiddenErrorRep.md +20 -0
  40. data/docs/HunkRep.md +10 -10
  41. data/docs/InvalidRequestErrorRep.md +20 -0
  42. data/docs/Member.md +3 -1
  43. data/docs/MethodNotAllowedErrorRep.md +20 -0
  44. data/docs/MetricSeen.md +20 -0
  45. data/docs/MetricsApi.md +1 -1
  46. data/docs/NotFoundErrorRep.md +20 -0
  47. data/docs/OtherApi.md +4 -4
  48. data/docs/PatchFailedErrorRep.md +20 -0
  49. data/docs/ProjectPost.md +1 -1
  50. data/docs/ProjectsApi.md +2 -2
  51. data/docs/PutBranch.md +26 -0
  52. data/docs/RateLimitedErrorRep.md +20 -0
  53. data/docs/ReferenceRep.md +5 -5
  54. data/docs/RelayProxyConfigurationsApi.md +2 -2
  55. data/docs/RepositoryCollectionRep.md +1 -1
  56. data/docs/RepositoryPost.md +8 -8
  57. data/docs/RepositoryRep.md +17 -17
  58. data/docs/ReviewOutputRep.md +26 -0
  59. data/docs/ScheduleConditionInputRep.md +20 -0
  60. data/docs/ScheduleConditionOutputRep.md +18 -0
  61. data/docs/ScheduledChangesApi.md +1 -1
  62. data/docs/SegmentsApi.md +3 -3
  63. data/docs/StageInputRep.md +22 -0
  64. data/docs/StageOutputRep.md +26 -0
  65. data/docs/Statement.md +4 -4
  66. data/docs/StatementPost.md +2 -2
  67. data/docs/StatementPostData.md +2 -2
  68. data/docs/StatementRep.md +3 -3
  69. data/docs/StatusConflictErrorRep.md +20 -0
  70. data/docs/TeamPostInput.md +6 -6
  71. data/docs/TeamsBetaApi.md +37 -28
  72. data/docs/UnauthorizedErrorRep.md +20 -0
  73. data/docs/User.md +26 -14
  74. data/docs/UserRecord.md +5 -1
  75. data/docs/UserRecordRep.md +26 -0
  76. data/docs/UserSegment.md +3 -1
  77. data/docs/UserSettingsApi.md +1 -1
  78. data/docs/Users.md +1 -1
  79. data/docs/UsersApi.md +11 -7
  80. data/docs/WebhooksApi.md +1 -1
  81. data/docs/WorkflowsBetaApi.md +316 -0
  82. data/git_push.sh +3 -3
  83. data/launchdarkly_api.gemspec +3 -3
  84. data/lib/launchdarkly_api/api/access_tokens_api.rb +12 -4
  85. data/lib/launchdarkly_api/api/account_members_api.rb +29 -21
  86. data/lib/launchdarkly_api/api/account_usage_beta_api.rb +2 -2
  87. data/lib/launchdarkly_api/api/approvals_api.rb +21 -7
  88. data/lib/launchdarkly_api/api/audit_log_api.rb +2 -2
  89. data/lib/launchdarkly_api/api/code_references_api.rb +58 -33
  90. data/lib/launchdarkly_api/api/custom_roles_api.rb +24 -16
  91. data/lib/launchdarkly_api/api/data_export_destinations_api.rb +12 -4
  92. data/lib/launchdarkly_api/api/environments_api.rb +14 -6
  93. data/lib/launchdarkly_api/api/experiments_beta_api.rb +4 -2
  94. data/lib/launchdarkly_api/api/feature_flags_api.rb +20 -6
  95. data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +2 -2
  96. data/lib/launchdarkly_api/api/metrics_api.rb +12 -4
  97. data/lib/launchdarkly_api/api/other_api.rb +5 -5
  98. data/lib/launchdarkly_api/api/projects_api.rb +14 -6
  99. data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +12 -4
  100. data/lib/launchdarkly_api/api/scheduled_changes_api.rb +12 -4
  101. data/lib/launchdarkly_api/api/segments_api.rb +22 -6
  102. data/lib/launchdarkly_api/api/teams_beta_api.rb +39 -22
  103. data/lib/launchdarkly_api/api/user_settings_api.rb +12 -4
  104. data/lib/launchdarkly_api/api/users_api.rb +15 -7
  105. data/lib/launchdarkly_api/api/users_beta_api.rb +2 -2
  106. data/lib/launchdarkly_api/api/webhooks_api.rb +12 -4
  107. data/lib/launchdarkly_api/api/workflows_beta_api.rb +345 -0
  108. data/lib/launchdarkly_api/api_client.rb +5 -5
  109. data/lib/launchdarkly_api/api_error.rb +2 -2
  110. data/lib/launchdarkly_api/configuration.rb +4 -3
  111. data/lib/launchdarkly_api/models/access_denied_reason_rep.rb +8 -4
  112. data/lib/launchdarkly_api/models/access_denied_rep.rb +2 -2
  113. data/lib/launchdarkly_api/models/access_rep.rb +2 -2
  114. data/lib/launchdarkly_api/models/access_token_post.rb +2 -2
  115. data/lib/launchdarkly_api/models/action_input_rep.rb +219 -0
  116. data/lib/launchdarkly_api/models/action_output_rep.rb +239 -0
  117. data/lib/launchdarkly_api/models/approval_condition_input_rep.rb +229 -0
  118. data/lib/launchdarkly_api/models/approval_condition_output_rep.rb +278 -0
  119. data/lib/launchdarkly_api/models/approval_settings.rb +3 -3
  120. data/lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb +2 -2
  121. data/lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb +2 -2
  122. data/lib/launchdarkly_api/models/audit_log_entry_rep.rb +2 -2
  123. data/lib/launchdarkly_api/models/authorized_app_data_rep.rb +2 -2
  124. data/lib/launchdarkly_api/models/big_segment_target.rb +2 -2
  125. data/lib/launchdarkly_api/models/branch_collection_rep.rb +3 -2
  126. data/lib/launchdarkly_api/models/branch_rep.rb +26 -2
  127. data/lib/launchdarkly_api/models/clause.rb +2 -2
  128. data/lib/launchdarkly_api/models/client_side_availability.rb +2 -2
  129. data/lib/launchdarkly_api/models/client_side_availability_post.rb +2 -2
  130. data/lib/launchdarkly_api/models/condition_base_output_rep.rb +246 -0
  131. data/lib/launchdarkly_api/models/condition_input_rep.rb +256 -0
  132. data/lib/launchdarkly_api/models/condition_output_rep.rb +324 -0
  133. data/lib/launchdarkly_api/models/confidence_interval_rep.rb +2 -2
  134. data/lib/launchdarkly_api/models/conflict.rb +2 -2
  135. data/lib/launchdarkly_api/models/conflict_output_rep.rb +237 -0
  136. data/lib/launchdarkly_api/models/copied_from_env.rb +2 -2
  137. data/lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb +7 -2
  138. data/lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb +2 -2
  139. data/lib/launchdarkly_api/models/custom_property.rb +2 -2
  140. data/lib/launchdarkly_api/models/custom_role.rb +47 -38
  141. data/lib/launchdarkly_api/models/custom_role_post.rb +15 -6
  142. data/lib/launchdarkly_api/models/custom_role_post_data.rb +15 -6
  143. data/lib/launchdarkly_api/models/custom_roles.rb +2 -2
  144. data/lib/launchdarkly_api/models/custom_workflow_input_rep.rb +252 -0
  145. data/lib/launchdarkly_api/models/custom_workflow_meta.rb +2 -2
  146. data/lib/launchdarkly_api/models/custom_workflow_output_rep.rb +354 -0
  147. data/lib/launchdarkly_api/models/custom_workflow_stage_meta.rb +2 -2
  148. data/lib/launchdarkly_api/models/custom_workflows_listing_output_rep.rb +225 -0
  149. data/lib/launchdarkly_api/models/default_client_side_availability_post.rb +2 -2
  150. data/lib/launchdarkly_api/models/defaults.rb +2 -2
  151. data/lib/launchdarkly_api/models/dependent_flag.rb +2 -2
  152. data/lib/launchdarkly_api/models/dependent_flag_environment.rb +2 -2
  153. data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +2 -2
  154. data/lib/launchdarkly_api/models/derived_attribute.rb +228 -0
  155. data/lib/launchdarkly_api/models/destination.rb +2 -2
  156. data/lib/launchdarkly_api/models/destination_post.rb +2 -2
  157. data/lib/launchdarkly_api/models/destinations.rb +2 -2
  158. data/lib/launchdarkly_api/models/environment.rb +31 -3
  159. data/lib/launchdarkly_api/models/environment_post.rb +2 -2
  160. data/lib/launchdarkly_api/models/execution_output_rep.rb +223 -0
  161. data/lib/launchdarkly_api/models/experiment_allocation_rep.rb +2 -2
  162. data/lib/launchdarkly_api/models/experiment_enabled_period_rep.rb +2 -2
  163. data/lib/launchdarkly_api/models/experiment_environment_setting_rep.rb +2 -2
  164. data/lib/launchdarkly_api/models/experiment_info_rep.rb +2 -2
  165. data/lib/launchdarkly_api/models/experiment_metadata_rep.rb +2 -2
  166. data/lib/launchdarkly_api/models/experiment_rep.rb +2 -2
  167. data/lib/launchdarkly_api/models/experiment_results_rep.rb +15 -6
  168. data/lib/launchdarkly_api/models/experiment_stats_rep.rb +2 -2
  169. data/lib/launchdarkly_api/models/experiment_time_series_slice.rb +2 -2
  170. data/lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb +2 -2
  171. data/lib/launchdarkly_api/models/experiment_totals_rep.rb +2 -2
  172. data/lib/launchdarkly_api/models/expiring_user_target_error.rb +2 -2
  173. data/lib/launchdarkly_api/models/expiring_user_target_get_response.rb +2 -2
  174. data/lib/launchdarkly_api/models/expiring_user_target_item.rb +2 -2
  175. data/lib/launchdarkly_api/models/expiring_user_target_patch_response.rb +2 -2
  176. data/lib/launchdarkly_api/models/extinction.rb +22 -13
  177. data/lib/launchdarkly_api/models/extinction_collection_rep.rb +4 -3
  178. data/lib/launchdarkly_api/models/feature_flag.rb +2 -2
  179. data/lib/launchdarkly_api/models/feature_flag_body.rb +3 -3
  180. data/lib/launchdarkly_api/models/feature_flag_config.rb +2 -2
  181. data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +2 -2
  182. data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +2 -2
  183. data/lib/launchdarkly_api/models/feature_flag_status.rb +2 -2
  184. data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +2 -2
  185. data/lib/launchdarkly_api/models/feature_flag_statuses.rb +2 -2
  186. data/lib/launchdarkly_api/models/feature_flags.rb +2 -2
  187. data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +9 -9
  188. data/lib/launchdarkly_api/models/flag_config_approval_requests_response.rb +2 -2
  189. data/lib/launchdarkly_api/models/flag_copy_config_environment.rb +2 -2
  190. data/lib/launchdarkly_api/models/flag_copy_config_post.rb +2 -2
  191. data/lib/launchdarkly_api/models/flag_global_attributes_rep.rb +2 -2
  192. data/lib/launchdarkly_api/models/flag_listing_rep.rb +2 -2
  193. data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +2 -2
  194. data/lib/launchdarkly_api/models/flag_status_rep.rb +2 -2
  195. data/lib/launchdarkly_api/models/flag_summary.rb +2 -2
  196. data/lib/launchdarkly_api/models/forbidden_error_rep.rb +227 -0
  197. data/lib/launchdarkly_api/models/hunk_rep.rb +12 -2
  198. data/lib/launchdarkly_api/models/integration_metadata.rb +2 -2
  199. data/lib/launchdarkly_api/models/integration_status.rb +2 -2
  200. data/lib/launchdarkly_api/models/invalid_request_error_rep.rb +227 -0
  201. data/lib/launchdarkly_api/models/ip_list.rb +2 -2
  202. data/lib/launchdarkly_api/models/last_seen_metadata.rb +2 -2
  203. data/lib/launchdarkly_api/models/link.rb +2 -2
  204. data/lib/launchdarkly_api/models/member.rb +20 -6
  205. data/lib/launchdarkly_api/models/member_data_rep.rb +2 -2
  206. data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +2 -2
  207. data/lib/launchdarkly_api/models/member_summary_rep.rb +2 -2
  208. data/lib/launchdarkly_api/models/member_team_summary_rep.rb +2 -2
  209. data/lib/launchdarkly_api/models/members.rb +2 -2
  210. data/lib/launchdarkly_api/models/method_not_allowed_error_rep.rb +227 -0
  211. data/lib/launchdarkly_api/models/metric_collection_rep.rb +2 -2
  212. data/lib/launchdarkly_api/models/metric_listing_rep.rb +2 -2
  213. data/lib/launchdarkly_api/models/metric_post.rb +2 -2
  214. data/lib/launchdarkly_api/models/metric_rep.rb +2 -2
  215. data/lib/launchdarkly_api/models/metric_seen.rb +227 -0
  216. data/lib/launchdarkly_api/models/modification.rb +2 -2
  217. data/lib/launchdarkly_api/models/multi_environment_dependent_flag.rb +2 -2
  218. data/lib/launchdarkly_api/models/multi_environment_dependent_flags.rb +2 -2
  219. data/lib/launchdarkly_api/models/new_member_form.rb +2 -2
  220. data/lib/launchdarkly_api/models/not_found_error_rep.rb +227 -0
  221. data/lib/launchdarkly_api/models/parent_resource_rep.rb +2 -2
  222. data/lib/launchdarkly_api/models/patch_failed_error_rep.rb +227 -0
  223. data/lib/launchdarkly_api/models/patch_operation.rb +2 -2
  224. data/lib/launchdarkly_api/models/patch_segment_instruction.rb +2 -2
  225. data/lib/launchdarkly_api/models/patch_segment_request.rb +2 -2
  226. data/lib/launchdarkly_api/models/patch_with_comment.rb +2 -2
  227. data/lib/launchdarkly_api/models/permission_grant_input.rb +2 -2
  228. data/lib/launchdarkly_api/models/permission_grant_rep.rb +2 -2
  229. data/lib/launchdarkly_api/models/post_approval_request_apply_request.rb +2 -2
  230. data/lib/launchdarkly_api/models/post_approval_request_review_request.rb +2 -2
  231. data/lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb +2 -2
  232. data/lib/launchdarkly_api/models/prerequisite.rb +2 -2
  233. data/lib/launchdarkly_api/models/project.rb +2 -2
  234. data/lib/launchdarkly_api/models/project_listing_rep.rb +2 -2
  235. data/lib/launchdarkly_api/models/project_post.rb +3 -3
  236. data/lib/launchdarkly_api/models/projects.rb +2 -2
  237. data/lib/launchdarkly_api/models/pub_nub_detail_rep.rb +2 -2
  238. data/lib/launchdarkly_api/models/put_branch.rb +275 -0
  239. data/lib/launchdarkly_api/models/rate_limited_error_rep.rb +227 -0
  240. data/lib/launchdarkly_api/models/reference_rep.rb +14 -2
  241. data/lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb +2 -2
  242. data/lib/launchdarkly_api/models/relay_auto_config_post.rb +2 -2
  243. data/lib/launchdarkly_api/models/relay_auto_config_rep.rb +2 -2
  244. data/lib/launchdarkly_api/models/repository_collection_rep.rb +3 -2
  245. data/lib/launchdarkly_api/models/repository_post.rb +4 -2
  246. data/lib/launchdarkly_api/models/repository_rep.rb +45 -2
  247. data/lib/launchdarkly_api/models/resource_access.rb +2 -2
  248. data/lib/launchdarkly_api/models/resource_id_response.rb +2 -2
  249. data/lib/launchdarkly_api/models/review_output_rep.rb +264 -0
  250. data/lib/launchdarkly_api/models/review_response.rb +2 -2
  251. data/lib/launchdarkly_api/models/rollout.rb +2 -2
  252. data/lib/launchdarkly_api/models/rule.rb +2 -2
  253. data/lib/launchdarkly_api/models/schedule_condition_input_rep.rb +227 -0
  254. data/lib/launchdarkly_api/models/schedule_condition_output_rep.rb +218 -0
  255. data/lib/launchdarkly_api/models/sdk_list_rep.rb +2 -2
  256. data/lib/launchdarkly_api/models/sdk_version_list_rep.rb +2 -2
  257. data/lib/launchdarkly_api/models/sdk_version_rep.rb +2 -2
  258. data/lib/launchdarkly_api/models/segment_body.rb +2 -2
  259. data/lib/launchdarkly_api/models/segment_metadata.rb +2 -2
  260. data/lib/launchdarkly_api/models/segment_user_list.rb +2 -2
  261. data/lib/launchdarkly_api/models/segment_user_state.rb +2 -2
  262. data/lib/launchdarkly_api/models/series_list_rep.rb +2 -2
  263. data/lib/launchdarkly_api/models/source_flag.rb +2 -2
  264. data/lib/launchdarkly_api/models/stage_input_rep.rb +238 -0
  265. data/lib/launchdarkly_api/models/stage_output_rep.rb +276 -0
  266. data/lib/launchdarkly_api/models/statement.rb +8 -4
  267. data/lib/launchdarkly_api/models/statement_post.rb +12 -2
  268. data/lib/launchdarkly_api/models/statement_post_data.rb +12 -2
  269. data/lib/launchdarkly_api/models/statement_rep.rb +9 -4
  270. data/lib/launchdarkly_api/models/statistic_collection_rep.rb +2 -2
  271. data/lib/launchdarkly_api/models/statistic_rep.rb +2 -2
  272. data/lib/launchdarkly_api/models/statistics_root.rb +2 -2
  273. data/lib/launchdarkly_api/models/status_conflict_error_rep.rb +227 -0
  274. data/lib/launchdarkly_api/models/subject_data_rep.rb +2 -2
  275. data/lib/launchdarkly_api/models/target.rb +2 -2
  276. data/lib/launchdarkly_api/models/target_resource_rep.rb +2 -2
  277. data/lib/launchdarkly_api/models/team_collection_rep.rb +2 -2
  278. data/lib/launchdarkly_api/models/team_patch_input.rb +2 -2
  279. data/lib/launchdarkly_api/models/team_post_input.rb +18 -2
  280. data/lib/launchdarkly_api/models/team_rep.rb +2 -2
  281. data/lib/launchdarkly_api/models/title_rep.rb +2 -2
  282. data/lib/launchdarkly_api/models/token.rb +2 -2
  283. data/lib/launchdarkly_api/models/token_data_rep.rb +2 -2
  284. data/lib/launchdarkly_api/models/tokens.rb +2 -2
  285. data/lib/launchdarkly_api/models/unauthorized_error_rep.rb +227 -0
  286. data/lib/launchdarkly_api/models/url_post.rb +2 -2
  287. data/lib/launchdarkly_api/models/user.rb +104 -47
  288. data/lib/launchdarkly_api/models/user_attribute_names_rep.rb +2 -2
  289. data/lib/launchdarkly_api/models/user_flag_setting.rb +2 -2
  290. data/lib/launchdarkly_api/models/user_flag_settings.rb +2 -2
  291. data/lib/launchdarkly_api/models/user_record.rb +27 -7
  292. data/lib/launchdarkly_api/models/user_record_rep.rb +255 -0
  293. data/lib/launchdarkly_api/models/user_segment.rb +15 -6
  294. data/lib/launchdarkly_api/models/user_segment_rule.rb +2 -2
  295. data/lib/launchdarkly_api/models/user_segments.rb +2 -2
  296. data/lib/launchdarkly_api/models/users.rb +3 -3
  297. data/lib/launchdarkly_api/models/value_put.rb +2 -2
  298. data/lib/launchdarkly_api/models/variation.rb +2 -2
  299. data/lib/launchdarkly_api/models/variation_or_rollout_rep.rb +2 -2
  300. data/lib/launchdarkly_api/models/variation_summary.rb +2 -2
  301. data/lib/launchdarkly_api/models/versions_rep.rb +2 -2
  302. data/lib/launchdarkly_api/models/webhook.rb +2 -2
  303. data/lib/launchdarkly_api/models/webhook_post.rb +2 -2
  304. data/lib/launchdarkly_api/models/webhooks.rb +2 -2
  305. data/lib/launchdarkly_api/models/weighted_variation.rb +2 -2
  306. data/lib/launchdarkly_api/version.rb +3 -3
  307. data/lib/launchdarkly_api.rb +32 -7
  308. data/spec/api/access_tokens_api_spec.rb +2 -2
  309. data/spec/api/account_members_api_spec.rb +7 -7
  310. data/spec/api/account_usage_beta_api_spec.rb +2 -2
  311. data/spec/api/approvals_api_spec.rb +2 -2
  312. data/spec/api/audit_log_api_spec.rb +2 -2
  313. data/spec/api/code_references_api_spec.rb +6 -6
  314. data/spec/api/custom_roles_api_spec.rb +4 -4
  315. data/spec/api/data_export_destinations_api_spec.rb +2 -2
  316. data/spec/api/environments_api_spec.rb +3 -3
  317. data/spec/api/experiments_beta_api_spec.rb +2 -2
  318. data/spec/api/feature_flags_api_spec.rb +2 -2
  319. data/spec/api/feature_flags_beta_api_spec.rb +2 -2
  320. data/spec/api/metrics_api_spec.rb +2 -2
  321. data/spec/api/other_api_spec.rb +3 -3
  322. data/spec/api/projects_api_spec.rb +3 -3
  323. data/spec/api/relay_proxy_configurations_api_spec.rb +2 -2
  324. data/spec/api/scheduled_changes_api_spec.rb +2 -2
  325. data/spec/api/segments_api_spec.rb +2 -2
  326. data/spec/api/teams_beta_api_spec.rb +14 -11
  327. data/spec/api/user_settings_api_spec.rb +2 -2
  328. data/spec/api/users_api_spec.rb +6 -4
  329. data/spec/api/users_beta_api_spec.rb +2 -2
  330. data/spec/api/webhooks_api_spec.rb +2 -2
  331. data/spec/api/workflows_beta_api_spec.rb +94 -0
  332. data/spec/api_client_spec.rb +4 -4
  333. data/spec/configuration_spec.rb +2 -2
  334. data/spec/models/access_denied_reason_rep_spec.rb +2 -2
  335. data/spec/models/access_denied_rep_spec.rb +2 -2
  336. data/spec/models/access_rep_spec.rb +2 -2
  337. data/spec/models/access_token_post_spec.rb +2 -2
  338. data/spec/models/action_input_rep_spec.rb +34 -0
  339. data/spec/models/action_output_rep_spec.rb +40 -0
  340. data/spec/models/approval_condition_input_rep_spec.rb +40 -0
  341. data/spec/models/approval_condition_output_rep_spec.rb +58 -0
  342. data/spec/models/approval_settings_spec.rb +2 -2
  343. data/spec/models/audit_log_entry_listing_rep_collection_spec.rb +2 -2
  344. data/spec/models/audit_log_entry_listing_rep_spec.rb +2 -2
  345. data/spec/models/audit_log_entry_rep_spec.rb +2 -2
  346. data/spec/models/authorized_app_data_rep_spec.rb +2 -2
  347. data/spec/models/big_segment_target_spec.rb +2 -2
  348. data/spec/models/branch_collection_rep_spec.rb +2 -2
  349. data/spec/models/branch_rep_spec.rb +2 -2
  350. data/spec/models/clause_spec.rb +2 -2
  351. data/spec/models/client_side_availability_post_spec.rb +2 -2
  352. data/spec/models/client_side_availability_spec.rb +2 -2
  353. data/spec/models/condition_base_output_rep_spec.rb +46 -0
  354. data/spec/models/condition_input_rep_spec.rb +58 -0
  355. data/spec/models/condition_output_rep_spec.rb +82 -0
  356. data/spec/models/confidence_interval_rep_spec.rb +2 -2
  357. data/spec/models/conflict_output_rep_spec.rb +40 -0
  358. data/spec/models/conflict_spec.rb +2 -2
  359. data/spec/models/copied_from_env_spec.rb +2 -2
  360. data/spec/models/create_copy_flag_config_approval_request_request_spec.rb +2 -2
  361. data/spec/models/create_flag_config_approval_request_request_spec.rb +2 -2
  362. data/spec/models/custom_property_spec.rb +2 -2
  363. data/spec/models/custom_role_post_data_spec.rb +8 -2
  364. data/spec/models/custom_role_post_spec.rb +8 -2
  365. data/spec/models/custom_role_spec.rb +13 -7
  366. data/spec/models/custom_roles_spec.rb +2 -2
  367. data/spec/models/custom_workflow_input_rep_spec.rb +52 -0
  368. data/spec/models/custom_workflow_meta_spec.rb +2 -2
  369. data/spec/models/custom_workflow_output_rep_spec.rb +94 -0
  370. data/spec/models/custom_workflow_stage_meta_spec.rb +2 -2
  371. data/spec/models/custom_workflows_listing_output_rep_spec.rb +34 -0
  372. data/spec/models/default_client_side_availability_post_spec.rb +2 -2
  373. data/spec/models/defaults_spec.rb +2 -2
  374. data/spec/models/dependent_flag_environment_spec.rb +2 -2
  375. data/spec/models/dependent_flag_spec.rb +2 -2
  376. data/spec/models/dependent_flags_by_environment_spec.rb +2 -2
  377. data/spec/models/derived_attribute_spec.rb +40 -0
  378. data/spec/models/destination_post_spec.rb +2 -2
  379. data/spec/models/destination_spec.rb +2 -2
  380. data/spec/models/destinations_spec.rb +2 -2
  381. data/spec/models/environment_post_spec.rb +2 -2
  382. data/spec/models/environment_spec.rb +14 -2
  383. data/spec/models/execution_output_rep_spec.rb +34 -0
  384. data/spec/models/experiment_allocation_rep_spec.rb +2 -2
  385. data/spec/models/experiment_enabled_period_rep_spec.rb +2 -2
  386. data/spec/models/experiment_environment_setting_rep_spec.rb +2 -2
  387. data/spec/models/experiment_info_rep_spec.rb +2 -2
  388. data/spec/models/experiment_metadata_rep_spec.rb +2 -2
  389. data/spec/models/experiment_rep_spec.rb +2 -2
  390. data/spec/models/experiment_results_rep_spec.rb +8 -2
  391. data/spec/models/experiment_stats_rep_spec.rb +2 -2
  392. data/spec/models/experiment_time_series_slice_spec.rb +2 -2
  393. data/spec/models/experiment_time_series_variation_slice_spec.rb +2 -2
  394. data/spec/models/experiment_totals_rep_spec.rb +2 -2
  395. data/spec/models/expiring_user_target_error_spec.rb +2 -2
  396. data/spec/models/expiring_user_target_get_response_spec.rb +2 -2
  397. data/spec/models/expiring_user_target_item_spec.rb +2 -2
  398. data/spec/models/expiring_user_target_patch_response_spec.rb +2 -2
  399. data/spec/models/extinction_collection_rep_spec.rb +2 -2
  400. data/spec/models/extinction_spec.rb +3 -3
  401. data/spec/models/feature_flag_body_spec.rb +2 -2
  402. data/spec/models/feature_flag_config_spec.rb +2 -2
  403. data/spec/models/feature_flag_scheduled_change_spec.rb +2 -2
  404. data/spec/models/feature_flag_scheduled_changes_spec.rb +2 -2
  405. data/spec/models/feature_flag_spec.rb +2 -2
  406. data/spec/models/feature_flag_status_across_environments_spec.rb +2 -2
  407. data/spec/models/feature_flag_status_spec.rb +2 -2
  408. data/spec/models/feature_flag_statuses_spec.rb +2 -2
  409. data/spec/models/feature_flags_spec.rb +2 -2
  410. data/spec/models/flag_config_approval_request_response_spec.rb +3 -3
  411. data/spec/models/flag_config_approval_requests_response_spec.rb +2 -2
  412. data/spec/models/flag_copy_config_environment_spec.rb +2 -2
  413. data/spec/models/flag_copy_config_post_spec.rb +2 -2
  414. data/spec/models/flag_global_attributes_rep_spec.rb +2 -2
  415. data/spec/models/flag_listing_rep_spec.rb +2 -2
  416. data/spec/models/flag_scheduled_changes_input_spec.rb +2 -2
  417. data/spec/models/flag_status_rep_spec.rb +2 -2
  418. data/spec/models/flag_summary_spec.rb +2 -2
  419. data/spec/models/forbidden_error_rep_spec.rb +40 -0
  420. data/spec/models/hunk_rep_spec.rb +2 -2
  421. data/spec/models/integration_metadata_spec.rb +2 -2
  422. data/spec/models/integration_status_spec.rb +2 -2
  423. data/spec/models/invalid_request_error_rep_spec.rb +40 -0
  424. data/spec/models/ip_list_spec.rb +2 -2
  425. data/spec/models/last_seen_metadata_spec.rb +2 -2
  426. data/spec/models/link_spec.rb +2 -2
  427. data/spec/models/member_data_rep_spec.rb +2 -2
  428. data/spec/models/member_permission_grant_summary_rep_spec.rb +2 -2
  429. data/spec/models/member_spec.rb +8 -2
  430. data/spec/models/member_summary_rep_spec.rb +2 -2
  431. data/spec/models/member_team_summary_rep_spec.rb +2 -2
  432. data/spec/models/members_spec.rb +2 -2
  433. data/spec/models/method_not_allowed_error_rep_spec.rb +40 -0
  434. data/spec/models/metric_collection_rep_spec.rb +2 -2
  435. data/spec/models/metric_listing_rep_spec.rb +2 -2
  436. data/spec/models/metric_post_spec.rb +2 -2
  437. data/spec/models/metric_rep_spec.rb +2 -2
  438. data/spec/models/metric_seen_spec.rb +40 -0
  439. data/spec/models/modification_spec.rb +2 -2
  440. data/spec/models/multi_environment_dependent_flag_spec.rb +2 -2
  441. data/spec/models/multi_environment_dependent_flags_spec.rb +2 -2
  442. data/spec/models/new_member_form_spec.rb +2 -2
  443. data/spec/models/not_found_error_rep_spec.rb +40 -0
  444. data/spec/models/parent_resource_rep_spec.rb +2 -2
  445. data/spec/models/patch_failed_error_rep_spec.rb +40 -0
  446. data/spec/models/patch_operation_spec.rb +2 -2
  447. data/spec/models/patch_segment_instruction_spec.rb +2 -2
  448. data/spec/models/patch_segment_request_spec.rb +2 -2
  449. data/spec/models/patch_with_comment_spec.rb +2 -2
  450. data/spec/models/permission_grant_input_spec.rb +2 -2
  451. data/spec/models/permission_grant_rep_spec.rb +2 -2
  452. data/spec/models/post_approval_request_apply_request_spec.rb +2 -2
  453. data/spec/models/post_approval_request_review_request_spec.rb +2 -2
  454. data/spec/models/post_flag_scheduled_changes_input_spec.rb +2 -2
  455. data/spec/models/prerequisite_spec.rb +2 -2
  456. data/spec/models/project_listing_rep_spec.rb +2 -2
  457. data/spec/models/project_post_spec.rb +2 -2
  458. data/spec/models/project_spec.rb +2 -2
  459. data/spec/models/projects_spec.rb +2 -2
  460. data/spec/models/pub_nub_detail_rep_spec.rb +2 -2
  461. data/spec/models/put_branch_spec.rb +58 -0
  462. data/spec/models/rate_limited_error_rep_spec.rb +40 -0
  463. data/spec/models/reference_rep_spec.rb +2 -2
  464. data/spec/models/relay_auto_config_collection_rep_spec.rb +2 -2
  465. data/spec/models/relay_auto_config_post_spec.rb +2 -2
  466. data/spec/models/relay_auto_config_rep_spec.rb +2 -2
  467. data/spec/models/repository_collection_rep_spec.rb +2 -2
  468. data/spec/models/repository_post_spec.rb +2 -2
  469. data/spec/models/repository_rep_spec.rb +6 -2
  470. data/spec/models/resource_access_spec.rb +2 -2
  471. data/spec/models/resource_id_response_spec.rb +2 -2
  472. data/spec/models/review_output_rep_spec.rb +58 -0
  473. data/spec/models/review_response_spec.rb +2 -2
  474. data/spec/models/rollout_spec.rb +2 -2
  475. data/spec/models/rule_spec.rb +2 -2
  476. data/spec/models/schedule_condition_input_rep_spec.rb +40 -0
  477. data/spec/models/schedule_condition_output_rep_spec.rb +34 -0
  478. data/spec/models/sdk_list_rep_spec.rb +2 -2
  479. data/spec/models/sdk_version_list_rep_spec.rb +2 -2
  480. data/spec/models/sdk_version_rep_spec.rb +2 -2
  481. data/spec/models/segment_body_spec.rb +2 -2
  482. data/spec/models/segment_metadata_spec.rb +2 -2
  483. data/spec/models/segment_user_list_spec.rb +2 -2
  484. data/spec/models/segment_user_state_spec.rb +2 -2
  485. data/spec/models/series_list_rep_spec.rb +2 -2
  486. data/spec/models/source_flag_spec.rb +2 -2
  487. data/spec/models/stage_input_rep_spec.rb +46 -0
  488. data/spec/models/stage_output_rep_spec.rb +58 -0
  489. data/spec/models/statement_post_data_spec.rb +2 -2
  490. data/spec/models/statement_post_spec.rb +2 -2
  491. data/spec/models/statement_rep_spec.rb +2 -2
  492. data/spec/models/statement_spec.rb +2 -2
  493. data/spec/models/statistic_collection_rep_spec.rb +2 -2
  494. data/spec/models/statistic_rep_spec.rb +2 -2
  495. data/spec/models/statistics_root_spec.rb +2 -2
  496. data/spec/models/status_conflict_error_rep_spec.rb +40 -0
  497. data/spec/models/subject_data_rep_spec.rb +2 -2
  498. data/spec/models/target_resource_rep_spec.rb +2 -2
  499. data/spec/models/target_spec.rb +2 -2
  500. data/spec/models/team_collection_rep_spec.rb +2 -2
  501. data/spec/models/team_patch_input_spec.rb +2 -2
  502. data/spec/models/team_post_input_spec.rb +2 -2
  503. data/spec/models/team_rep_spec.rb +2 -2
  504. data/spec/models/title_rep_spec.rb +2 -2
  505. data/spec/models/token_data_rep_spec.rb +2 -2
  506. data/spec/models/token_spec.rb +2 -2
  507. data/spec/models/tokens_spec.rb +2 -2
  508. data/spec/models/unauthorized_error_rep_spec.rb +40 -0
  509. data/spec/models/url_post_spec.rb +2 -2
  510. data/spec/models/user_attribute_names_rep_spec.rb +2 -2
  511. data/spec/models/user_flag_setting_spec.rb +2 -2
  512. data/spec/models/user_flag_settings_spec.rb +2 -2
  513. data/spec/models/user_record_rep_spec.rb +58 -0
  514. data/spec/models/user_record_spec.rb +14 -2
  515. data/spec/models/user_segment_rule_spec.rb +2 -2
  516. data/spec/models/user_segment_spec.rb +8 -2
  517. data/spec/models/user_segments_spec.rb +2 -2
  518. data/spec/models/user_spec.rb +45 -9
  519. data/spec/models/users_spec.rb +2 -2
  520. data/spec/models/value_put_spec.rb +2 -2
  521. data/spec/models/variation_or_rollout_rep_spec.rb +2 -2
  522. data/spec/models/variation_spec.rb +2 -2
  523. data/spec/models/variation_summary_spec.rb +2 -2
  524. data/spec/models/versions_rep_spec.rb +2 -2
  525. data/spec/models/webhook_post_spec.rb +2 -2
  526. data/spec/models/webhook_spec.rb +2 -2
  527. data/spec/models/webhooks_spec.rb +2 -2
  528. data/spec/models/weighted_variation_spec.rb +2 -2
  529. data/spec/spec_helper.rb +2 -2
  530. metadata +146 -46
  531. data/docs/ExtinctionRep.md +0 -26
  532. data/docs/InlineObject.md +0 -26
  533. data/docs/InlineObject1.md +0 -28
  534. data/docs/InlineResponse200.md +0 -20
  535. data/docs/Variate.md +0 -24
  536. data/lib/launchdarkly_api/models/extinction_rep.rb +0 -279
  537. data/lib/launchdarkly_api/models/inline_object.rb +0 -274
  538. data/lib/launchdarkly_api/models/inline_object1.rb +0 -276
  539. data/lib/launchdarkly_api/models/inline_response200.rb +0 -227
  540. data/lib/launchdarkly_api/models/variate.rb +0 -246
  541. data/spec/models/extinction_rep_spec.rb +0 -58
  542. data/spec/models/inline_object1_spec.rb +0 -64
  543. data/spec/models/inline_object_spec.rb +0 -58
  544. data/spec/models/inline_response200_spec.rb +0 -40
  545. data/spec/models/variate_spec.rb +0 -52
@@ -164,5 +164,5 @@ nil (empty response body)
164
164
  ### HTTP request headers
165
165
 
166
166
  - **Content-Type**: Not defined
167
- - **Accept**: Not defined
167
+ - **Accept**: application/json
168
168
 
data/docs/Extinction.md CHANGED
@@ -4,11 +4,11 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **revision** | **String** | | |
8
- | **message** | **String** | | [optional] |
7
+ | **revision** | **String** | The identifier for the revision where flag became extinct. For example, a commit SHA. | |
8
+ | **message** | **String** | Description of the extinction. For example, the commit message for the revision. | |
9
9
  | **time** | **Integer** | | |
10
- | **flag_key** | **String** | | |
11
- | **project_key** | **String** | | |
10
+ | **flag_key** | **String** | The feature flag key | |
11
+ | **proj_key** | **String** | The project key | |
12
12
 
13
13
  ## Example
14
14
 
@@ -16,11 +16,11 @@
16
16
  require 'launchdarkly_api'
17
17
 
18
18
  instance = LaunchDarklyApi::Extinction.new(
19
- revision: null,
20
- message: null,
19
+ revision: a94a8fe5ccb19ba61c4c0873d391e987982fbbd3,
20
+ message: Remove flag for launched feature,
21
21
  time: null,
22
- flag_key: null,
23
- project_key: null
22
+ flag_key: enable-feature,
23
+ proj_key: default
24
24
  )
25
25
  ```
26
26
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **_links** | [**Hash<String, Link>**](Link.md) | | |
8
- | **items** | **Hash<String, Array<ExtinctionRep>>** | | |
8
+ | **items** | **Hash<String, Array<Extinction>>** | An array of extinction events | |
9
9
 
10
10
  ## Example
11
11
 
@@ -9,7 +9,7 @@
9
9
  | **description** | **String** | Description of the feature flag | [optional] |
10
10
  | **include_in_snippet** | **Boolean** | Deprecated, use clientSideAvailability. Whether or not this flag should be made available to the client-side JavaScript SDK | [optional] |
11
11
  | **client_side_availability** | [**ClientSideAvailabilityPost**](ClientSideAvailabilityPost.md) | | [optional] |
12
- | **variations** | [**Array<Variate>**](Variate.md) | An array of possible variations for the flag | [optional] |
12
+ | **variations** | [**Array<Variation>**](Variation.md) | An array of possible variations for the flag | [optional] |
13
13
  | **variation_json_schema** | **Object** | | [optional] |
14
14
  | **temporary** | **Boolean** | Whether or not the flag is a temporary flag | [optional] |
15
15
  | **tags** | **Array<String>** | Tags for the feature flag | [optional] |
@@ -161,7 +161,7 @@ nil (empty response body)
161
161
  ### HTTP request headers
162
162
 
163
163
  - **Content-Type**: Not defined
164
- - **Accept**: Not defined
164
+ - **Accept**: application/json
165
165
 
166
166
 
167
167
  ## get_expiring_user_targets
@@ -23,7 +23,7 @@
23
23
  | **operating_on_id** | **String** | ID of scheduled change to edit or delete | [optional] |
24
24
  | **integration_metadata** | [**IntegrationMetadata**](IntegrationMetadata.md) | | [optional] |
25
25
  | **source** | [**CopiedFromEnv**](CopiedFromEnv.md) | | [optional] |
26
- | **custom_workflow_meta_data** | [**CustomWorkflowMeta**](CustomWorkflowMeta.md) | | [optional] |
26
+ | **custom_workflow_metadata** | [**CustomWorkflowMeta**](CustomWorkflowMeta.md) | | [optional] |
27
27
 
28
28
  ## Example
29
29
 
@@ -50,7 +50,7 @@ instance = LaunchDarklyApi::FlagConfigApprovalRequestResponse.new(
50
50
  operating_on_id: null,
51
51
  integration_metadata: null,
52
52
  source: null,
53
- custom_workflow_meta_data: null
53
+ custom_workflow_metadata: null
54
54
  )
55
55
  ```
56
56
 
@@ -0,0 +1,20 @@
1
+ # LaunchDarklyApi::ForbiddenErrorRep
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **code** | **String** | | [optional] |
8
+ | **message** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'launchdarkly_api'
14
+
15
+ instance = LaunchDarklyApi::ForbiddenErrorRep.new(
16
+ code: forbidden,
17
+ message: access to the requested resource was denied
18
+ )
19
+ ```
20
+
data/docs/HunkRep.md CHANGED
@@ -4,11 +4,11 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **starting_line_number** | **Integer** | | [optional] |
8
- | **lines** | **String** | | [optional] |
9
- | **proj_key** | **String** | | [optional] |
10
- | **flag_key** | **String** | | [optional] |
11
- | **aliases** | **Array<String>** | | [optional] |
7
+ | **starting_line_number** | **Integer** | Line number of beginning of code reference hunk | |
8
+ | **lines** | **String** | Contextual lines of code that include the referenced feature flag | [optional] |
9
+ | **proj_key** | **String** | The project key | [optional] |
10
+ | **flag_key** | **String** | The feature flag key | [optional] |
11
+ | **aliases** | **Array<String>** | An array of flag key aliases | [optional] |
12
12
 
13
13
  ## Example
14
14
 
@@ -16,11 +16,11 @@
16
16
  require 'launchdarkly_api'
17
17
 
18
18
  instance = LaunchDarklyApi::HunkRep.new(
19
- starting_line_number: null,
20
- lines: null,
21
- proj_key: null,
22
- flag_key: null,
23
- aliases: null
19
+ starting_line_number: 45,
20
+ lines: var enableFeature = 'enable-feature';,
21
+ proj_key: default,
22
+ flag_key: enable-feature,
23
+ aliases: ["enableFeature","EnableFeature"]
24
24
  )
25
25
  ```
26
26
 
@@ -0,0 +1,20 @@
1
+ # LaunchDarklyApi::InvalidRequestErrorRep
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **code** | **String** | | [optional] |
8
+ | **message** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'launchdarkly_api'
14
+
15
+ instance = LaunchDarklyApi::InvalidRequestErrorRep.new(
16
+ code: invalid_request,
17
+ message: invalid request body
18
+ )
19
+ ```
20
+
data/docs/Member.md CHANGED
@@ -21,6 +21,7 @@
21
21
  | **_integration_metadata** | [**IntegrationMetadata**](IntegrationMetadata.md) | | [optional] |
22
22
  | **teams** | [**Array<MemberTeamSummaryRep>**](MemberTeamSummaryRep.md) | | [optional] |
23
23
  | **permission_grants** | [**Array<MemberPermissionGrantSummaryRep>**](MemberPermissionGrantSummaryRep.md) | | [optional] |
24
+ | **creation_date** | **Integer** | | |
24
25
 
25
26
  ## Example
26
27
 
@@ -44,7 +45,8 @@ instance = LaunchDarklyApi::Member.new(
44
45
  _last_seen_metadata: null,
45
46
  _integration_metadata: null,
46
47
  teams: null,
47
- permission_grants: null
48
+ permission_grants: null,
49
+ creation_date: null
48
50
  )
49
51
  ```
50
52
 
@@ -0,0 +1,20 @@
1
+ # LaunchDarklyApi::MethodNotAllowedErrorRep
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **code** | **String** | | [optional] |
8
+ | **message** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'launchdarkly_api'
14
+
15
+ instance = LaunchDarklyApi::MethodNotAllowedErrorRep.new(
16
+ code: method_not_allowed,
17
+ message: method not allowed
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # LaunchDarklyApi::MetricSeen
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **ever** | **Boolean** | | [optional] |
8
+ | **minutes_ago** | **Integer** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'launchdarkly_api'
14
+
15
+ instance = LaunchDarklyApi::MetricSeen.new(
16
+ ever: null,
17
+ minutes_ago: null
18
+ )
19
+ ```
20
+
data/docs/MetricsApi.md CHANGED
@@ -80,7 +80,7 @@ nil (empty response body)
80
80
  ### HTTP request headers
81
81
 
82
82
  - **Content-Type**: Not defined
83
- - **Accept**: Not defined
83
+ - **Accept**: application/json
84
84
 
85
85
 
86
86
  ## get_metric
@@ -0,0 +1,20 @@
1
+ # LaunchDarklyApi::NotFoundErrorRep
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **code** | **String** | | [optional] |
8
+ | **message** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'launchdarkly_api'
14
+
15
+ instance = LaunchDarklyApi::NotFoundErrorRep.new(
16
+ code: not_found,
17
+ message: resource not found
18
+ )
19
+ ```
20
+
data/docs/OtherApi.md CHANGED
@@ -147,7 +147,7 @@ nil (empty response body)
147
147
 
148
148
  ## get_root
149
149
 
150
- > <Hash<String, InlineResponse200>> get_root
150
+ > <Hash<String, Link>> get_root
151
151
 
152
152
  Root resource
153
153
 
@@ -181,7 +181,7 @@ end
181
181
 
182
182
  This returns an Array which contains the response data, status code and headers.
183
183
 
184
- > <Array(<Hash<String, InlineResponse200>>, Integer, Hash)> get_root_with_http_info
184
+ > <Array(<Hash<String, Link>>, Integer, Hash)> get_root_with_http_info
185
185
 
186
186
  ```ruby
187
187
  begin
@@ -189,7 +189,7 @@ begin
189
189
  data, status_code, headers = api_instance.get_root_with_http_info
190
190
  p status_code # => 2xx
191
191
  p headers # => { ... }
192
- p data # => <Hash<String, InlineResponse200>>
192
+ p data # => <Hash<String, Link>>
193
193
  rescue LaunchDarklyApi::ApiError => e
194
194
  puts "Error when calling OtherApi->get_root_with_http_info: #{e}"
195
195
  end
@@ -201,7 +201,7 @@ This endpoint does not need any parameter.
201
201
 
202
202
  ### Return type
203
203
 
204
- [**Hash&lt;String, InlineResponse200&gt;**](InlineResponse200.md)
204
+ [**Hash&lt;String, Link&gt;**](Link.md)
205
205
 
206
206
  ### Authorization
207
207
 
@@ -0,0 +1,20 @@
1
+ # LaunchDarklyApi::PatchFailedErrorRep
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **code** | **String** | | [optional] |
8
+ | **message** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'launchdarkly_api'
14
+
15
+ instance = LaunchDarklyApi::PatchFailedErrorRep.new(
16
+ code: patch_failed,
17
+ message: could not apply patch
18
+ )
19
+ ```
20
+
data/docs/ProjectPost.md CHANGED
@@ -9,7 +9,7 @@
9
9
  | **include_in_snippet_by_default** | **Boolean** | Whether or not flags created in this project are made available to the client-side JavaScript SDK by default. | [optional] |
10
10
  | **default_client_side_availability** | [**DefaultClientSideAvailabilityPost**](DefaultClientSideAvailabilityPost.md) | | [optional] |
11
11
  | **tags** | **Array&lt;String&gt;** | | [optional] |
12
- | **environments** | **Array&lt;Object&gt;** | Creates the provided environments for this project. If omitted default environments will be created instead. | [optional] |
12
+ | **environments** | [**Array&lt;EnvironmentPost&gt;**](EnvironmentPost.md) | Creates the provided environments for this project. If omitted default environments will be created instead. | [optional] |
13
13
 
14
14
  ## Example
15
15
 
data/docs/ProjectsApi.md CHANGED
@@ -78,7 +78,7 @@ nil (empty response body)
78
78
  ### HTTP request headers
79
79
 
80
80
  - **Content-Type**: Not defined
81
- - **Accept**: Not defined
81
+ - **Accept**: application/json
82
82
 
83
83
 
84
84
  ## get_project
@@ -226,7 +226,7 @@ This endpoint does not need any parameter.
226
226
 
227
227
  Update project
228
228
 
229
- Update a project. Requires a [JSON Patch](http://tools.ietf.org/html/rfc6902) representation of the desired changes to the project.
229
+ Update a project. Requires a [JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902) representation of the desired changes to the project.
230
230
 
231
231
  ### Examples
232
232
 
data/docs/PutBranch.md ADDED
@@ -0,0 +1,26 @@
1
+ # LaunchDarklyApi::PutBranch
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | The branch name | |
8
+ | **head** | **String** | An ID representing the branch HEAD. For example, a commit SHA. | |
9
+ | **update_sequence_id** | **Integer** | An optional ID used to prevent older data from overwriting newer data. If no sequence ID is included, the newly submitted data will always be saved. | [optional] |
10
+ | **sync_time** | **Integer** | | |
11
+ | **references** | [**Array&lt;ReferenceRep&gt;**](ReferenceRep.md) | An array of flag references found on the branch | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'launchdarkly_api'
17
+
18
+ instance = LaunchDarklyApi::PutBranch.new(
19
+ name: main,
20
+ head: a94a8fe5ccb19ba61c4c0873d391e987982fbbd3,
21
+ update_sequence_id: 25,
22
+ sync_time: null,
23
+ references: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,20 @@
1
+ # LaunchDarklyApi::RateLimitedErrorRep
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **code** | **String** | | [optional] |
8
+ | **message** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'launchdarkly_api'
14
+
15
+ instance = LaunchDarklyApi::RateLimitedErrorRep.new(
16
+ code: rate_limited,
17
+ message: You&#39;ve exceeded the API rate limit. Try again later.
18
+ )
19
+ ```
20
+
data/docs/ReferenceRep.md CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **path** | **String** | | [optional] |
8
- | **hint** | **String** | | [optional] |
9
- | **hunks** | [**Array&lt;HunkRep&gt;**](HunkRep.md) | | [optional] |
7
+ | **path** | **String** | File path of the reference | |
8
+ | **hint** | **String** | Programming language used in the file | [optional] |
9
+ | **hunks** | [**Array&lt;HunkRep&gt;**](HunkRep.md) | | |
10
10
 
11
11
  ## Example
12
12
 
@@ -14,8 +14,8 @@
14
14
  require 'launchdarkly_api'
15
15
 
16
16
  instance = LaunchDarklyApi::ReferenceRep.new(
17
- path: null,
18
- hint: null,
17
+ path: /main/index.js,
18
+ hint: javascript,
19
19
  hunks: null
20
20
  )
21
21
  ```
@@ -79,7 +79,7 @@ nil (empty response body)
79
79
  ### HTTP request headers
80
80
 
81
81
  - **Content-Type**: Not defined
82
- - **Accept**: Not defined
82
+ - **Accept**: application/json
83
83
 
84
84
 
85
85
  ## get_relay_proxy_config
@@ -316,7 +316,7 @@ LaunchDarklyApi.configure do |config|
316
316
  end
317
317
 
318
318
  api_instance = LaunchDarklyApi::RelayProxyConfigurationsApi.new
319
- relay_auto_config_post = LaunchDarklyApi::RelayAutoConfigPost.new({name: 'name_example', policy: [LaunchDarklyApi::StatementRep.new]}) # RelayAutoConfigPost |
319
+ relay_auto_config_post = LaunchDarklyApi::RelayAutoConfigPost.new({name: 'name_example', policy: [LaunchDarklyApi::StatementRep.new({effect: 'effect_example'})]}) # RelayAutoConfigPost |
320
320
 
321
321
  begin
322
322
  # Create a new Relay Proxy config
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **_links** | [**Hash&lt;String, Link&gt;**](Link.md) | | |
8
- | **items** | [**Array&lt;RepositoryRep&gt;**](RepositoryRep.md) | | |
8
+ | **items** | [**Array&lt;RepositoryRep&gt;**](RepositoryRep.md) | An array of repositories | |
9
9
 
10
10
  ## Example
11
11
 
@@ -6,8 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | | |
8
8
  | **source_link** | **String** | | [optional] |
9
- | **commit_url_template** | **String** | | [optional] |
10
- | **hunk_url_template** | **String** | | [optional] |
9
+ | **commit_url_template** | **String** | A template for constructing a valid URL to view the commit | [optional] |
10
+ | **hunk_url_template** | **String** | A template for constructing a valid URL to view the hunk | [optional] |
11
11
  | **type** | **String** | Optionally specify a repository type. The default value is &lt;code&gt;custom&lt;/code&gt; | [optional] |
12
12
  | **default_branch** | **String** | The default branch, if not specified, is &lt;code&gt;master&lt;/code&gt; | [optional] |
13
13
 
@@ -17,12 +17,12 @@
17
17
  require 'launchdarkly_api'
18
18
 
19
19
  instance = LaunchDarklyApi::RepositoryPost.new(
20
- name: null,
21
- source_link: null,
22
- commit_url_template: null,
23
- hunk_url_template: null,
24
- type: null,
25
- default_branch: null
20
+ name: LaunchDarkly-Docs,
21
+ source_link: https://github.com/launchdarkly/LaunchDarkly-Docs,
22
+ commit_url_template: /commit/${sha},
23
+ hunk_url_template: /blob/${sha}/${filePath}#L${lineNumber},
24
+ type: github,
25
+ default_branch: main
26
26
  )
27
27
  ```
28
28
 
@@ -4,15 +4,15 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **name** | **String** | | |
8
- | **source_link** | **String** | | [optional] |
9
- | **commit_url_template** | **String** | | [optional] |
10
- | **hunk_url_template** | **String** | | [optional] |
11
- | **type** | **String** | | |
12
- | **default_branch** | **String** | | |
13
- | **enabled** | **Boolean** | | |
14
- | **version** | **Integer** | | |
15
- | **branches** | [**Array&lt;BranchRep&gt;**](BranchRep.md) | | [optional] |
7
+ | **name** | **String** | The repository name | |
8
+ | **source_link** | **String** | A URL to access the repository | [optional] |
9
+ | **commit_url_template** | **String** | A template for constructing a valid URL to view the commit | [optional] |
10
+ | **hunk_url_template** | **String** | A template for constructing a valid URL to view the hunk | [optional] |
11
+ | **type** | **String** | The type of repository | |
12
+ | **default_branch** | **String** | The repository&#39;s default branch | |
13
+ | **enabled** | **Boolean** | Whether or not a repository is enabled for code reference scanning | |
14
+ | **version** | **Integer** | The version of the repository&#39;s saved information | |
15
+ | **branches** | [**Array&lt;BranchRep&gt;**](BranchRep.md) | An array of the repository&#39;s branches that have been scanned for code references | [optional] |
16
16
  | **_links** | **Hash&lt;String, Object&gt;** | | |
17
17
  | **_access** | [**AccessRep**](AccessRep.md) | | [optional] |
18
18
 
@@ -22,14 +22,14 @@
22
22
  require 'launchdarkly_api'
23
23
 
24
24
  instance = LaunchDarklyApi::RepositoryRep.new(
25
- name: null,
26
- source_link: null,
27
- commit_url_template: null,
28
- hunk_url_template: null,
29
- type: null,
30
- default_branch: null,
31
- enabled: null,
32
- version: null,
25
+ name: LaunchDarkly-Docs,
26
+ source_link: https://github.com/launchdarkly/LaunchDarkly-Docs,
27
+ commit_url_template: /commit/${sha},
28
+ hunk_url_template: /blob/${sha}/${filePath}#L${lineNumber},
29
+ type: github,
30
+ default_branch: main,
31
+ enabled: true,
32
+ version: 3,
33
33
  branches: null,
34
34
  _links: null,
35
35
  _access: null
@@ -0,0 +1,26 @@
1
+ # LaunchDarklyApi::ReviewOutputRep
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **_id** | **String** | | |
8
+ | **kind** | **String** | | |
9
+ | **creation_date** | **Integer** | | [optional] |
10
+ | **comment** | **String** | | [optional] |
11
+ | **member_id** | **String** | | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'launchdarkly_api'
17
+
18
+ instance = LaunchDarklyApi::ReviewOutputRep.new(
19
+ _id: null,
20
+ kind: null,
21
+ creation_date: null,
22
+ comment: null,
23
+ member_id: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,20 @@
1
+ # LaunchDarklyApi::ScheduleConditionInputRep
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **execution_date** | **Integer** | | [optional] |
8
+ | **execute_now** | **Boolean** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'launchdarkly_api'
14
+
15
+ instance = LaunchDarklyApi::ScheduleConditionInputRep.new(
16
+ execution_date: null,
17
+ execute_now: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,18 @@
1
+ # LaunchDarklyApi::ScheduleConditionOutputRep
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **execution_date** | **Integer** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'launchdarkly_api'
13
+
14
+ instance = LaunchDarklyApi::ScheduleConditionOutputRep.new(
15
+ execution_date: null
16
+ )
17
+ ```
18
+
@@ -84,7 +84,7 @@ nil (empty response body)
84
84
  ### HTTP request headers
85
85
 
86
86
  - **Content-Type**: Not defined
87
- - **Accept**: Not defined
87
+ - **Accept**: application/json
88
88
 
89
89
 
90
90
  ## get_feature_flag_scheduled_change
data/docs/SegmentsApi.md CHANGED
@@ -86,7 +86,7 @@ nil (empty response body)
86
86
  ### HTTP request headers
87
87
 
88
88
  - **Content-Type**: Not defined
89
- - **Accept**: Not defined
89
+ - **Accept**: application/json
90
90
 
91
91
 
92
92
  ## get_expiring_user_targets_for_segment
@@ -414,7 +414,7 @@ api_instance = LaunchDarklyApi::SegmentsApi.new
414
414
  proj_key = 'proj_key_example' # String | The project key.
415
415
  env_key = 'env_key_example' # String | The environment key.
416
416
  segment_key = 'segment_key_example' # String | The user segment key.
417
- patch_segment_request = LaunchDarklyApi::PatchSegmentRequest.new({instructions: [LaunchDarklyApi::PatchSegmentInstruction.new({kind: 'kind_example', user_key: 'user_key_example', target_type: 'target_type_example'})]}) # PatchSegmentRequest |
417
+ patch_segment_request = LaunchDarklyApi::PatchSegmentRequest.new({instructions: [{"kind": "updateExpireUserTargetDate", "targetType": "included", "userKey": "userKey", "value": 1587582000000, "version": 0}]}) # PatchSegmentRequest |
418
418
 
419
419
  begin
420
420
  # Update expiring user targets for segment
@@ -691,5 +691,5 @@ nil (empty response body)
691
691
  ### HTTP request headers
692
692
 
693
693
  - **Content-Type**: application/json
694
- - **Accept**: Not defined
694
+ - **Accept**: application/json
695
695
 
@@ -0,0 +1,22 @@
1
+ # LaunchDarklyApi::StageInputRep
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | [optional] |
8
+ | **conditions** | [**Array&lt;ConditionInputRep&gt;**](ConditionInputRep.md) | | [optional] |
9
+ | **action** | [**ActionInputRep**](ActionInputRep.md) | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'launchdarkly_api'
15
+
16
+ instance = LaunchDarklyApi::StageInputRep.new(
17
+ name: null,
18
+ conditions: null,
19
+ action: null
20
+ )
21
+ ```
22
+