launchdarkly_api 7.1.1 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (637) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +124 -73
  3. data/docs/Access.md +20 -0
  4. data/docs/AccessAllowedReason.md +28 -0
  5. data/docs/{AccessDeniedRep.md → AccessAllowedRep.md} +3 -3
  6. data/docs/AccessDenied.md +20 -0
  7. data/docs/{AccessDeniedReasonRep.md → AccessDeniedReason.md} +4 -4
  8. data/docs/AccessTokensApi.md +1 -1
  9. data/docs/AccountMembersApi.md +1 -1
  10. data/docs/AccountUsageBetaApi.md +11 -11
  11. data/docs/ApprovalsApi.md +14 -14
  12. data/docs/CodeReferencesApi.md +8 -8
  13. data/docs/ConditionInputRep.md +6 -0
  14. data/docs/ConditionOutputRep.md +6 -0
  15. data/docs/CustomRole.md +1 -1
  16. data/docs/CustomRolesApi.md +23 -23
  17. data/docs/DataExportDestinationsApi.md +37 -37
  18. data/docs/Destination.md +1 -1
  19. data/docs/EnvironmentPost.md +6 -4
  20. data/docs/EnvironmentsApi.md +15 -15
  21. data/docs/ExperimentsBetaApi.md +22 -22
  22. data/docs/Export.md +32 -0
  23. data/docs/FeatureFlag.md +1 -1
  24. data/docs/FeatureFlagBody.md +1 -1
  25. data/docs/FeatureFlagConfig.md +1 -1
  26. data/docs/FeatureFlags.md +3 -1
  27. data/docs/FeatureFlagsApi.md +107 -105
  28. data/docs/FeatureFlagsBetaApi.md +20 -20
  29. data/docs/FileRep.md +20 -0
  30. data/docs/FlagGlobalAttributesRep.md +1 -1
  31. data/docs/FlagLinkCollectionRep.md +20 -0
  32. data/docs/FlagLinkMember.md +24 -0
  33. data/docs/FlagLinkPost.md +30 -0
  34. data/docs/FlagLinkRep.md +38 -0
  35. data/docs/FlagLinksBetaApi.md +310 -0
  36. data/docs/FlagTriggersApi.md +55 -55
  37. data/docs/Import.md +30 -0
  38. data/docs/InitiatorRep.md +20 -0
  39. data/docs/Integration.md +1 -1
  40. data/docs/IntegrationAuditLogSubscriptionsApi.md +1 -1
  41. data/docs/IntegrationDeliveryConfiguration.md +38 -0
  42. data/docs/IntegrationDeliveryConfigurationCollection.md +20 -0
  43. data/docs/IntegrationDeliveryConfigurationCollectionLinks.md +20 -0
  44. data/docs/IntegrationDeliveryConfigurationLinks.md +24 -0
  45. data/docs/IntegrationDeliveryConfigurationPost.md +24 -0
  46. data/docs/IntegrationDeliveryConfigurationResponse.md +24 -0
  47. data/docs/IntegrationDeliveryConfigurationsBetaApi.md +541 -0
  48. data/docs/{MemberImportItemRep.md → MemberImportItem.md} +2 -2
  49. data/docs/{MemberSummaryRep.md → MemberSummary.md} +2 -2
  50. data/docs/MetricListingRep.md +2 -2
  51. data/docs/MetricRep.md +2 -2
  52. data/docs/MetricsApi.md +22 -22
  53. data/docs/PatchOperation.md +2 -2
  54. data/docs/PermissionGrantInput.md +4 -4
  55. data/docs/ProjectSummary.md +22 -0
  56. data/docs/ProjectsApi.md +1 -1
  57. data/docs/RelayAutoConfigRep.md +2 -2
  58. data/docs/RelayProxyConfigurationsApi.md +1 -1
  59. data/docs/RepositoryRep.md +1 -1
  60. data/docs/ResolvedContext.md +18 -0
  61. data/docs/ResolvedImage.md +22 -0
  62. data/docs/ResolvedTitle.md +20 -0
  63. data/docs/ResolvedUIBlockElement.md +24 -0
  64. data/docs/ResolvedUIBlocks.md +26 -0
  65. data/docs/ScheduleConditionInputRep.md +6 -0
  66. data/docs/ScheduleConditionOutputRep.md +7 -1
  67. data/docs/ScheduledChangesApi.md +10 -10
  68. data/docs/SegmentsApi.md +99 -99
  69. data/docs/SegmentsBetaApi.md +313 -0
  70. data/docs/SourceEnv.md +20 -0
  71. data/docs/Statement.md +2 -2
  72. data/docs/TagCollection.md +22 -0
  73. data/docs/TagsApi.md +83 -0
  74. data/docs/Team.md +32 -0
  75. data/docs/{CustomRolesRep.md → TeamCustomRole.md} +3 -3
  76. data/docs/TeamCustomRoles.md +22 -0
  77. data/docs/TeamImportsRep.md +1 -1
  78. data/docs/TeamMaintainers.md +22 -0
  79. data/docs/TeamProjects.md +20 -0
  80. data/docs/{TeamCollectionRep.md → Teams.md} +3 -3
  81. data/docs/TeamsBetaApi.md +196 -40
  82. data/docs/TimestampRep.md +24 -0
  83. data/docs/Token.md +1 -1
  84. data/docs/TriggerWorkflowRep.md +1 -1
  85. data/docs/User.md +0 -2
  86. data/docs/UserRecord.md +1 -1
  87. data/docs/UserSegment.md +1 -1
  88. data/docs/UserSettingsApi.md +60 -60
  89. data/docs/UsersApi.md +41 -41
  90. data/docs/Webhook.md +1 -1
  91. data/docs/WebhooksApi.md +1 -1
  92. data/docs/WorkflowsBetaApi.md +8 -8
  93. data/launchdarkly_api.gemspec +2 -2
  94. data/lib/launchdarkly_api/api/access_tokens_api.rb +1 -1
  95. data/lib/launchdarkly_api/api/account_members_api.rb +1 -1
  96. data/lib/launchdarkly_api/api/account_usage_beta_api.rb +20 -20
  97. data/lib/launchdarkly_api/api/approvals_api.rb +15 -15
  98. data/lib/launchdarkly_api/api/audit_log_api.rb +1 -1
  99. data/lib/launchdarkly_api/api/code_references_api.rb +10 -10
  100. data/lib/launchdarkly_api/api/custom_roles_api.rb +30 -30
  101. data/lib/launchdarkly_api/api/data_export_destinations_api.rb +57 -57
  102. data/lib/launchdarkly_api/api/environments_api.rb +19 -19
  103. data/lib/launchdarkly_api/api/experiments_beta_api.rb +39 -39
  104. data/lib/launchdarkly_api/api/feature_flags_api.rb +162 -159
  105. data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +34 -34
  106. data/lib/launchdarkly_api/api/flag_links_beta_api.rb +332 -0
  107. data/lib/launchdarkly_api/api/flag_triggers_api.rb +96 -96
  108. data/lib/launchdarkly_api/api/integration_audit_log_subscriptions_api.rb +1 -1
  109. data/lib/launchdarkly_api/api/integration_delivery_configurations_beta_api.rb +569 -0
  110. data/lib/launchdarkly_api/api/metrics_api.rb +28 -28
  111. data/lib/launchdarkly_api/api/other_api.rb +1 -1
  112. data/lib/launchdarkly_api/api/projects_api.rb +1 -1
  113. data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +1 -1
  114. data/lib/launchdarkly_api/api/scheduled_changes_api.rb +11 -11
  115. data/lib/launchdarkly_api/api/segments_api.rb +160 -160
  116. data/lib/launchdarkly_api/api/segments_beta_api.rb +334 -0
  117. data/lib/launchdarkly_api/api/tags_api.rb +85 -0
  118. data/lib/launchdarkly_api/api/teams_beta_api.rb +187 -49
  119. data/lib/launchdarkly_api/api/user_settings_api.rb +100 -100
  120. data/lib/launchdarkly_api/api/users_api.rb +69 -69
  121. data/lib/launchdarkly_api/api/users_beta_api.rb +1 -1
  122. data/lib/launchdarkly_api/api/webhooks_api.rb +1 -1
  123. data/lib/launchdarkly_api/api/workflows_beta_api.rb +9 -9
  124. data/lib/launchdarkly_api/api_client.rb +1 -1
  125. data/lib/launchdarkly_api/api_error.rb +1 -1
  126. data/lib/launchdarkly_api/configuration.rb +1 -1
  127. data/lib/launchdarkly_api/models/access.rb +241 -0
  128. data/lib/launchdarkly_api/models/access_allowed_reason.rb +280 -0
  129. data/lib/launchdarkly_api/models/access_allowed_rep.rb +237 -0
  130. data/lib/launchdarkly_api/models/{access_denied_rep.rb → access_denied.rb} +5 -5
  131. data/lib/launchdarkly_api/models/{access_denied_reason_rep.rb → access_denied_reason.rb} +6 -6
  132. data/lib/launchdarkly_api/models/access_token_post.rb +1 -1
  133. data/lib/launchdarkly_api/models/action_input_rep.rb +1 -1
  134. data/lib/launchdarkly_api/models/action_output_rep.rb +1 -1
  135. data/lib/launchdarkly_api/models/approval_condition_input_rep.rb +1 -1
  136. data/lib/launchdarkly_api/models/approval_condition_output_rep.rb +1 -1
  137. data/lib/launchdarkly_api/models/approval_settings.rb +1 -1
  138. data/lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb +1 -1
  139. data/lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb +1 -1
  140. data/lib/launchdarkly_api/models/audit_log_entry_rep.rb +1 -1
  141. data/lib/launchdarkly_api/models/authorized_app_data_rep.rb +1 -1
  142. data/lib/launchdarkly_api/models/big_segment_target.rb +1 -1
  143. data/lib/launchdarkly_api/models/branch_collection_rep.rb +1 -1
  144. data/lib/launchdarkly_api/models/branch_rep.rb +1 -1
  145. data/lib/launchdarkly_api/models/clause.rb +1 -1
  146. data/lib/launchdarkly_api/models/client_side_availability.rb +1 -1
  147. data/lib/launchdarkly_api/models/client_side_availability_post.rb +1 -1
  148. data/lib/launchdarkly_api/models/condition_base_output_rep.rb +1 -1
  149. data/lib/launchdarkly_api/models/condition_input_rep.rb +29 -2
  150. data/lib/launchdarkly_api/models/condition_output_rep.rb +29 -2
  151. data/lib/launchdarkly_api/models/confidence_interval_rep.rb +1 -1
  152. data/lib/launchdarkly_api/models/conflict.rb +1 -1
  153. data/lib/launchdarkly_api/models/conflict_output_rep.rb +1 -1
  154. data/lib/launchdarkly_api/models/copied_from_env.rb +1 -1
  155. data/lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb +1 -1
  156. data/lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb +1 -1
  157. data/lib/launchdarkly_api/models/custom_property.rb +1 -1
  158. data/lib/launchdarkly_api/models/custom_role.rb +2 -2
  159. data/lib/launchdarkly_api/models/custom_role_post.rb +1 -1
  160. data/lib/launchdarkly_api/models/custom_role_post_data.rb +1 -1
  161. data/lib/launchdarkly_api/models/custom_roles.rb +1 -1
  162. data/lib/launchdarkly_api/models/custom_workflow_input_rep.rb +1 -1
  163. data/lib/launchdarkly_api/models/custom_workflow_meta.rb +1 -1
  164. data/lib/launchdarkly_api/models/custom_workflow_output_rep.rb +1 -1
  165. data/lib/launchdarkly_api/models/custom_workflow_stage_meta.rb +1 -1
  166. data/lib/launchdarkly_api/models/custom_workflows_listing_output_rep.rb +1 -1
  167. data/lib/launchdarkly_api/models/default_client_side_availability_post.rb +1 -1
  168. data/lib/launchdarkly_api/models/defaults.rb +1 -1
  169. data/lib/launchdarkly_api/models/dependent_flag.rb +1 -1
  170. data/lib/launchdarkly_api/models/dependent_flag_environment.rb +1 -1
  171. data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +1 -1
  172. data/lib/launchdarkly_api/models/destination.rb +2 -2
  173. data/lib/launchdarkly_api/models/destination_post.rb +1 -1
  174. data/lib/launchdarkly_api/models/destinations.rb +1 -1
  175. data/lib/launchdarkly_api/models/environment.rb +1 -1
  176. data/lib/launchdarkly_api/models/environment_post.rb +17 -8
  177. data/lib/launchdarkly_api/models/execution_output_rep.rb +1 -1
  178. data/lib/launchdarkly_api/models/experiment_allocation_rep.rb +1 -1
  179. data/lib/launchdarkly_api/models/experiment_enabled_period_rep.rb +1 -1
  180. data/lib/launchdarkly_api/models/experiment_environment_setting_rep.rb +1 -1
  181. data/lib/launchdarkly_api/models/experiment_info_rep.rb +1 -1
  182. data/lib/launchdarkly_api/models/experiment_metadata_rep.rb +1 -1
  183. data/lib/launchdarkly_api/models/experiment_rep.rb +1 -1
  184. data/lib/launchdarkly_api/models/experiment_results_rep.rb +1 -1
  185. data/lib/launchdarkly_api/models/experiment_stats_rep.rb +1 -1
  186. data/lib/launchdarkly_api/models/experiment_time_series_slice.rb +1 -1
  187. data/lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb +1 -1
  188. data/lib/launchdarkly_api/models/experiment_totals_rep.rb +1 -1
  189. data/lib/launchdarkly_api/models/expiring_user_target_error.rb +1 -1
  190. data/lib/launchdarkly_api/models/expiring_user_target_get_response.rb +1 -1
  191. data/lib/launchdarkly_api/models/expiring_user_target_item.rb +1 -1
  192. data/lib/launchdarkly_api/models/expiring_user_target_patch_response.rb +1 -1
  193. data/lib/launchdarkly_api/models/export.rb +323 -0
  194. data/lib/launchdarkly_api/models/extinction.rb +1 -1
  195. data/lib/launchdarkly_api/models/extinction_collection_rep.rb +1 -1
  196. data/lib/launchdarkly_api/models/feature_flag.rb +2 -2
  197. data/lib/launchdarkly_api/models/feature_flag_body.rb +2 -2
  198. data/lib/launchdarkly_api/models/feature_flag_config.rb +2 -2
  199. data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +1 -1
  200. data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +1 -1
  201. data/lib/launchdarkly_api/models/feature_flag_status.rb +1 -1
  202. data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +1 -1
  203. data/lib/launchdarkly_api/models/feature_flag_statuses.rb +1 -1
  204. data/lib/launchdarkly_api/models/feature_flags.rb +14 -5
  205. data/lib/launchdarkly_api/models/{derived_attribute.rb → file_rep.rb} +17 -18
  206. data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +1 -1
  207. data/lib/launchdarkly_api/models/flag_config_approval_requests_response.rb +1 -1
  208. data/lib/launchdarkly_api/models/flag_copy_config_environment.rb +1 -1
  209. data/lib/launchdarkly_api/models/flag_copy_config_post.rb +1 -1
  210. data/lib/launchdarkly_api/models/flag_global_attributes_rep.rb +2 -2
  211. data/lib/launchdarkly_api/models/flag_link_collection_rep.rb +241 -0
  212. data/lib/launchdarkly_api/models/flag_link_member.rb +257 -0
  213. data/lib/launchdarkly_api/models/flag_link_post.rb +274 -0
  214. data/lib/launchdarkly_api/models/flag_link_rep.rb +337 -0
  215. data/lib/launchdarkly_api/models/flag_listing_rep.rb +1 -1
  216. data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +1 -1
  217. data/lib/launchdarkly_api/models/flag_status_rep.rb +1 -1
  218. data/lib/launchdarkly_api/models/flag_summary.rb +1 -1
  219. data/lib/launchdarkly_api/models/flag_trigger_input.rb +1 -1
  220. data/lib/launchdarkly_api/models/forbidden_error_rep.rb +1 -1
  221. data/lib/launchdarkly_api/models/hunk_rep.rb +1 -1
  222. data/lib/launchdarkly_api/models/{expanded_team_rep.rb → import.rb} +71 -114
  223. data/lib/launchdarkly_api/models/initiator_rep.rb +227 -0
  224. data/lib/launchdarkly_api/models/integration.rb +2 -2
  225. data/lib/launchdarkly_api/models/integration_delivery_configuration.rb +369 -0
  226. data/lib/launchdarkly_api/models/integration_delivery_configuration_collection.rb +239 -0
  227. data/lib/launchdarkly_api/models/integration_delivery_configuration_collection_links.rb +232 -0
  228. data/lib/launchdarkly_api/models/integration_delivery_configuration_links.rb +265 -0
  229. data/lib/launchdarkly_api/models/integration_delivery_configuration_post.rb +257 -0
  230. data/lib/launchdarkly_api/models/integration_delivery_configuration_response.rb +245 -0
  231. data/lib/launchdarkly_api/models/integration_metadata.rb +1 -1
  232. data/lib/launchdarkly_api/models/integration_status.rb +1 -1
  233. data/lib/launchdarkly_api/models/integration_status_rep.rb +1 -1
  234. data/lib/launchdarkly_api/models/integration_subscription_status_rep.rb +1 -1
  235. data/lib/launchdarkly_api/models/integrations.rb +1 -1
  236. data/lib/launchdarkly_api/models/invalid_request_error_rep.rb +1 -1
  237. data/lib/launchdarkly_api/models/ip_list.rb +1 -1
  238. data/lib/launchdarkly_api/models/last_seen_metadata.rb +1 -1
  239. data/lib/launchdarkly_api/models/link.rb +1 -1
  240. data/lib/launchdarkly_api/models/member.rb +1 -1
  241. data/lib/launchdarkly_api/models/member_data_rep.rb +1 -1
  242. data/lib/launchdarkly_api/models/{member_import_item_rep.rb → member_import_item.rb} +4 -4
  243. data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +1 -1
  244. data/lib/launchdarkly_api/models/{member_summary_rep.rb → member_summary.rb} +4 -4
  245. data/lib/launchdarkly_api/models/member_team_summary_rep.rb +1 -1
  246. data/lib/launchdarkly_api/models/member_teams_post_input.rb +1 -1
  247. data/lib/launchdarkly_api/models/members.rb +1 -1
  248. data/lib/launchdarkly_api/models/method_not_allowed_error_rep.rb +1 -1
  249. data/lib/launchdarkly_api/models/metric_collection_rep.rb +1 -1
  250. data/lib/launchdarkly_api/models/metric_listing_rep.rb +3 -3
  251. data/lib/launchdarkly_api/models/metric_post.rb +1 -1
  252. data/lib/launchdarkly_api/models/metric_rep.rb +3 -3
  253. data/lib/launchdarkly_api/models/metric_seen.rb +1 -1
  254. data/lib/launchdarkly_api/models/modification.rb +1 -1
  255. data/lib/launchdarkly_api/models/multi_environment_dependent_flag.rb +1 -1
  256. data/lib/launchdarkly_api/models/multi_environment_dependent_flags.rb +1 -1
  257. data/lib/launchdarkly_api/models/new_member_form.rb +1 -1
  258. data/lib/launchdarkly_api/models/not_found_error_rep.rb +1 -1
  259. data/lib/launchdarkly_api/models/parent_resource_rep.rb +1 -1
  260. data/lib/launchdarkly_api/models/patch_failed_error_rep.rb +1 -1
  261. data/lib/launchdarkly_api/models/patch_operation.rb +1 -1
  262. data/lib/launchdarkly_api/models/patch_segment_instruction.rb +1 -1
  263. data/lib/launchdarkly_api/models/patch_segment_request.rb +1 -1
  264. data/lib/launchdarkly_api/models/patch_with_comment.rb +1 -1
  265. data/lib/launchdarkly_api/models/permission_grant_input.rb +16 -16
  266. data/lib/launchdarkly_api/models/post_approval_request_apply_request.rb +1 -1
  267. data/lib/launchdarkly_api/models/post_approval_request_review_request.rb +1 -1
  268. data/lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb +1 -1
  269. data/lib/launchdarkly_api/models/prerequisite.rb +1 -1
  270. data/lib/launchdarkly_api/models/project.rb +1 -1
  271. data/lib/launchdarkly_api/models/project_listing_rep.rb +1 -1
  272. data/lib/launchdarkly_api/models/project_post.rb +1 -1
  273. data/lib/launchdarkly_api/models/project_summary.rb +238 -0
  274. data/lib/launchdarkly_api/models/projects.rb +1 -1
  275. data/lib/launchdarkly_api/models/pub_nub_detail_rep.rb +1 -1
  276. data/lib/launchdarkly_api/models/put_branch.rb +1 -1
  277. data/lib/launchdarkly_api/models/rate_limited_error_rep.rb +1 -1
  278. data/lib/launchdarkly_api/models/recent_trigger_body.rb +1 -1
  279. data/lib/launchdarkly_api/models/reference_rep.rb +1 -1
  280. data/lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb +1 -1
  281. data/lib/launchdarkly_api/models/relay_auto_config_post.rb +1 -1
  282. data/lib/launchdarkly_api/models/relay_auto_config_rep.rb +3 -3
  283. data/lib/launchdarkly_api/models/repository_collection_rep.rb +1 -1
  284. data/lib/launchdarkly_api/models/repository_post.rb +1 -1
  285. data/lib/launchdarkly_api/models/repository_rep.rb +2 -2
  286. data/lib/launchdarkly_api/models/{permission_grant_rep.rb → resolved_context.rb} +12 -41
  287. data/lib/launchdarkly_api/models/resolved_image.rb +236 -0
  288. data/lib/launchdarkly_api/models/resolved_title.rb +229 -0
  289. data/lib/launchdarkly_api/models/resolved_ui_block_element.rb +245 -0
  290. data/lib/launchdarkly_api/models/resolved_ui_blocks.rb +254 -0
  291. data/lib/launchdarkly_api/models/resource_access.rb +1 -1
  292. data/lib/launchdarkly_api/models/resource_id_response.rb +1 -1
  293. data/lib/launchdarkly_api/models/review_output_rep.rb +1 -1
  294. data/lib/launchdarkly_api/models/review_response.rb +1 -1
  295. data/lib/launchdarkly_api/models/rollout.rb +1 -1
  296. data/lib/launchdarkly_api/models/rule.rb +1 -1
  297. data/lib/launchdarkly_api/models/schedule_condition_input_rep.rb +29 -2
  298. data/lib/launchdarkly_api/models/schedule_condition_output_rep.rb +32 -5
  299. data/lib/launchdarkly_api/models/sdk_list_rep.rb +1 -1
  300. data/lib/launchdarkly_api/models/sdk_version_list_rep.rb +1 -1
  301. data/lib/launchdarkly_api/models/sdk_version_rep.rb +1 -1
  302. data/lib/launchdarkly_api/models/segment_body.rb +1 -1
  303. data/lib/launchdarkly_api/models/segment_metadata.rb +1 -1
  304. data/lib/launchdarkly_api/models/segment_user_list.rb +1 -1
  305. data/lib/launchdarkly_api/models/segment_user_state.rb +1 -1
  306. data/lib/launchdarkly_api/models/series_list_rep.rb +1 -1
  307. data/lib/launchdarkly_api/models/{access_rep.rb → source_env.rb} +22 -18
  308. data/lib/launchdarkly_api/models/source_flag.rb +1 -1
  309. data/lib/launchdarkly_api/models/stage_input_rep.rb +1 -1
  310. data/lib/launchdarkly_api/models/stage_output_rep.rb +1 -1
  311. data/lib/launchdarkly_api/models/statement.rb +3 -3
  312. data/lib/launchdarkly_api/models/statement_post.rb +1 -1
  313. data/lib/launchdarkly_api/models/statement_post_data.rb +1 -1
  314. data/lib/launchdarkly_api/models/statement_rep.rb +1 -1
  315. data/lib/launchdarkly_api/models/statistic_collection_rep.rb +1 -1
  316. data/lib/launchdarkly_api/models/statistic_rep.rb +1 -1
  317. data/lib/launchdarkly_api/models/statistics_root.rb +1 -1
  318. data/lib/launchdarkly_api/models/status_conflict_error_rep.rb +1 -1
  319. data/lib/launchdarkly_api/models/subject_data_rep.rb +1 -1
  320. data/lib/launchdarkly_api/models/subscription_post.rb +1 -1
  321. data/lib/launchdarkly_api/models/tag_collection.rb +252 -0
  322. data/lib/launchdarkly_api/models/target.rb +1 -1
  323. data/lib/launchdarkly_api/models/target_resource_rep.rb +1 -1
  324. data/lib/launchdarkly_api/models/{team_rep.rb → team.rb} +18 -62
  325. data/lib/launchdarkly_api/models/{custom_roles_rep.rb → team_custom_role.rb} +6 -8
  326. data/lib/launchdarkly_api/models/team_custom_roles.rb +240 -0
  327. data/lib/launchdarkly_api/models/team_imports_rep.rb +2 -2
  328. data/lib/launchdarkly_api/models/team_maintainers.rb +240 -0
  329. data/lib/launchdarkly_api/models/team_patch_input.rb +1 -1
  330. data/lib/launchdarkly_api/models/team_post_input.rb +1 -1
  331. data/lib/launchdarkly_api/models/team_projects.rb +229 -0
  332. data/lib/launchdarkly_api/models/{team_collection_rep.rb → teams.rb} +5 -5
  333. data/lib/launchdarkly_api/models/timestamp_rep.rb +245 -0
  334. data/lib/launchdarkly_api/models/title_rep.rb +1 -1
  335. data/lib/launchdarkly_api/models/token.rb +2 -2
  336. data/lib/launchdarkly_api/models/token_data_rep.rb +1 -1
  337. data/lib/launchdarkly_api/models/tokens.rb +1 -1
  338. data/lib/launchdarkly_api/models/trigger_post.rb +1 -1
  339. data/lib/launchdarkly_api/models/trigger_workflow_collection_rep.rb +1 -1
  340. data/lib/launchdarkly_api/models/trigger_workflow_rep.rb +2 -2
  341. data/lib/launchdarkly_api/models/unauthorized_error_rep.rb +1 -1
  342. data/lib/launchdarkly_api/models/url_post.rb +1 -1
  343. data/lib/launchdarkly_api/models/user.rb +2 -13
  344. data/lib/launchdarkly_api/models/user_attribute_names_rep.rb +1 -1
  345. data/lib/launchdarkly_api/models/user_flag_setting.rb +1 -1
  346. data/lib/launchdarkly_api/models/user_flag_settings.rb +1 -1
  347. data/lib/launchdarkly_api/models/user_record.rb +2 -2
  348. data/lib/launchdarkly_api/models/user_record_rep.rb +1 -1
  349. data/lib/launchdarkly_api/models/user_segment.rb +2 -2
  350. data/lib/launchdarkly_api/models/user_segment_rule.rb +1 -1
  351. data/lib/launchdarkly_api/models/user_segments.rb +1 -1
  352. data/lib/launchdarkly_api/models/users.rb +1 -1
  353. data/lib/launchdarkly_api/models/value_put.rb +1 -1
  354. data/lib/launchdarkly_api/models/variation.rb +1 -1
  355. data/lib/launchdarkly_api/models/variation_or_rollout_rep.rb +1 -1
  356. data/lib/launchdarkly_api/models/variation_summary.rb +1 -1
  357. data/lib/launchdarkly_api/models/versions_rep.rb +1 -1
  358. data/lib/launchdarkly_api/models/webhook.rb +2 -2
  359. data/lib/launchdarkly_api/models/webhook_post.rb +1 -1
  360. data/lib/launchdarkly_api/models/webhooks.rb +1 -1
  361. data/lib/launchdarkly_api/models/weighted_variation.rb +1 -1
  362. data/lib/launchdarkly_api/version.rb +2 -2
  363. data/lib/launchdarkly_api.rb +41 -12
  364. data/spec/api/access_tokens_api_spec.rb +1 -1
  365. data/spec/api/account_members_api_spec.rb +1 -1
  366. data/spec/api/account_usage_beta_api_spec.rb +4 -4
  367. data/spec/api/approvals_api_spec.rb +8 -8
  368. data/spec/api/audit_log_api_spec.rb +1 -1
  369. data/spec/api/code_references_api_spec.rb +2 -2
  370. data/spec/api/custom_roles_api_spec.rb +5 -5
  371. data/spec/api/data_export_destinations_api_spec.rb +9 -9
  372. data/spec/api/environments_api_spec.rb +3 -3
  373. data/spec/api/experiments_beta_api_spec.rb +7 -7
  374. data/spec/api/feature_flags_api_spec.rb +26 -25
  375. data/spec/api/feature_flags_beta_api_spec.rb +6 -6
  376. data/spec/api/flag_links_beta_api_spec.rb +91 -0
  377. data/spec/api/flag_triggers_api_spec.rb +16 -16
  378. data/spec/api/integration_audit_log_subscriptions_api_spec.rb +1 -1
  379. data/spec/api/integration_delivery_configurations_beta_api_spec.rb +135 -0
  380. data/spec/api/metrics_api_spec.rb +4 -4
  381. data/spec/api/other_api_spec.rb +1 -1
  382. data/spec/api/projects_api_spec.rb +1 -1
  383. data/spec/api/relay_proxy_configurations_api_spec.rb +1 -1
  384. data/spec/api/scheduled_changes_api_spec.rb +6 -6
  385. data/spec/api/segments_api_spec.rb +28 -28
  386. data/spec/api/segments_beta_api_spec.rb +93 -0
  387. data/spec/api/tags_api_spec.rb +48 -0
  388. data/spec/api/teams_beta_api_spec.rb +37 -9
  389. data/spec/api/user_settings_api_spec.rb +18 -18
  390. data/spec/api/users_api_spec.rb +12 -12
  391. data/spec/api/users_beta_api_spec.rb +1 -1
  392. data/spec/api/webhooks_api_spec.rb +1 -1
  393. data/spec/api/workflows_beta_api_spec.rb +5 -5
  394. data/spec/api_client_spec.rb +1 -1
  395. data/spec/configuration_spec.rb +1 -1
  396. data/spec/models/access_allowed_reason_spec.rb +64 -0
  397. data/spec/models/access_allowed_rep_spec.rb +40 -0
  398. data/spec/models/{access_denied_reason_rep_spec.rb → access_denied_reason_spec.rb} +7 -7
  399. data/spec/models/{access_denied_rep_spec.rb → access_denied_spec.rb} +7 -7
  400. data/spec/models/{derived_attribute_spec.rb → access_spec.rb} +9 -9
  401. data/spec/models/access_token_post_spec.rb +1 -1
  402. data/spec/models/action_input_rep_spec.rb +1 -1
  403. data/spec/models/action_output_rep_spec.rb +1 -1
  404. data/spec/models/approval_condition_input_rep_spec.rb +1 -1
  405. data/spec/models/approval_condition_output_rep_spec.rb +1 -1
  406. data/spec/models/approval_settings_spec.rb +1 -1
  407. data/spec/models/audit_log_entry_listing_rep_collection_spec.rb +1 -1
  408. data/spec/models/audit_log_entry_listing_rep_spec.rb +1 -1
  409. data/spec/models/audit_log_entry_rep_spec.rb +1 -1
  410. data/spec/models/authorized_app_data_rep_spec.rb +1 -1
  411. data/spec/models/big_segment_target_spec.rb +1 -1
  412. data/spec/models/branch_collection_rep_spec.rb +1 -1
  413. data/spec/models/branch_rep_spec.rb +1 -1
  414. data/spec/models/clause_spec.rb +1 -1
  415. data/spec/models/client_side_availability_post_spec.rb +1 -1
  416. data/spec/models/client_side_availability_spec.rb +1 -1
  417. data/spec/models/condition_base_output_rep_spec.rb +1 -1
  418. data/spec/models/condition_input_rep_spec.rb +19 -1
  419. data/spec/models/condition_output_rep_spec.rb +19 -1
  420. data/spec/models/confidence_interval_rep_spec.rb +1 -1
  421. data/spec/models/conflict_output_rep_spec.rb +1 -1
  422. data/spec/models/conflict_spec.rb +1 -1
  423. data/spec/models/copied_from_env_spec.rb +1 -1
  424. data/spec/models/create_copy_flag_config_approval_request_request_spec.rb +1 -1
  425. data/spec/models/create_flag_config_approval_request_request_spec.rb +1 -1
  426. data/spec/models/custom_property_spec.rb +1 -1
  427. data/spec/models/custom_role_post_data_spec.rb +1 -1
  428. data/spec/models/custom_role_post_spec.rb +1 -1
  429. data/spec/models/custom_role_spec.rb +1 -1
  430. data/spec/models/custom_roles_spec.rb +1 -1
  431. data/spec/models/custom_workflow_input_rep_spec.rb +1 -1
  432. data/spec/models/custom_workflow_meta_spec.rb +1 -1
  433. data/spec/models/custom_workflow_output_rep_spec.rb +1 -1
  434. data/spec/models/custom_workflow_stage_meta_spec.rb +1 -1
  435. data/spec/models/custom_workflows_listing_output_rep_spec.rb +1 -1
  436. data/spec/models/default_client_side_availability_post_spec.rb +1 -1
  437. data/spec/models/defaults_spec.rb +1 -1
  438. data/spec/models/dependent_flag_environment_spec.rb +1 -1
  439. data/spec/models/dependent_flag_spec.rb +1 -1
  440. data/spec/models/dependent_flags_by_environment_spec.rb +1 -1
  441. data/spec/models/destination_post_spec.rb +1 -1
  442. data/spec/models/destination_spec.rb +1 -1
  443. data/spec/models/destinations_spec.rb +1 -1
  444. data/spec/models/environment_post_spec.rb +7 -1
  445. data/spec/models/environment_spec.rb +1 -1
  446. data/spec/models/execution_output_rep_spec.rb +1 -1
  447. data/spec/models/experiment_allocation_rep_spec.rb +1 -1
  448. data/spec/models/experiment_enabled_period_rep_spec.rb +1 -1
  449. data/spec/models/experiment_environment_setting_rep_spec.rb +1 -1
  450. data/spec/models/experiment_info_rep_spec.rb +1 -1
  451. data/spec/models/experiment_metadata_rep_spec.rb +1 -1
  452. data/spec/models/experiment_rep_spec.rb +1 -1
  453. data/spec/models/experiment_results_rep_spec.rb +1 -1
  454. data/spec/models/experiment_stats_rep_spec.rb +1 -1
  455. data/spec/models/experiment_time_series_slice_spec.rb +1 -1
  456. data/spec/models/experiment_time_series_variation_slice_spec.rb +1 -1
  457. data/spec/models/experiment_totals_rep_spec.rb +1 -1
  458. data/spec/models/expiring_user_target_error_spec.rb +1 -1
  459. data/spec/models/expiring_user_target_get_response_spec.rb +1 -1
  460. data/spec/models/expiring_user_target_item_spec.rb +1 -1
  461. data/spec/models/expiring_user_target_patch_response_spec.rb +1 -1
  462. data/spec/models/export_spec.rb +76 -0
  463. data/spec/models/extinction_collection_rep_spec.rb +1 -1
  464. data/spec/models/extinction_spec.rb +1 -1
  465. data/spec/models/feature_flag_body_spec.rb +1 -1
  466. data/spec/models/feature_flag_config_spec.rb +1 -1
  467. data/spec/models/feature_flag_scheduled_change_spec.rb +1 -1
  468. data/spec/models/feature_flag_scheduled_changes_spec.rb +1 -1
  469. data/spec/models/feature_flag_spec.rb +1 -1
  470. data/spec/models/feature_flag_status_across_environments_spec.rb +1 -1
  471. data/spec/models/feature_flag_status_spec.rb +1 -1
  472. data/spec/models/feature_flag_statuses_spec.rb +1 -1
  473. data/spec/models/feature_flags_spec.rb +7 -1
  474. data/spec/models/file_rep_spec.rb +40 -0
  475. data/spec/models/flag_config_approval_request_response_spec.rb +1 -1
  476. data/spec/models/flag_config_approval_requests_response_spec.rb +1 -1
  477. data/spec/models/flag_copy_config_environment_spec.rb +1 -1
  478. data/spec/models/flag_copy_config_post_spec.rb +1 -1
  479. data/spec/models/flag_global_attributes_rep_spec.rb +1 -1
  480. data/spec/models/flag_link_collection_rep_spec.rb +40 -0
  481. data/spec/models/flag_link_member_spec.rb +52 -0
  482. data/spec/models/flag_link_post_spec.rb +70 -0
  483. data/spec/models/flag_link_rep_spec.rb +94 -0
  484. data/spec/models/flag_listing_rep_spec.rb +1 -1
  485. data/spec/models/flag_scheduled_changes_input_spec.rb +1 -1
  486. data/spec/models/flag_status_rep_spec.rb +1 -1
  487. data/spec/models/flag_summary_spec.rb +1 -1
  488. data/spec/models/flag_trigger_input_spec.rb +1 -1
  489. data/spec/models/forbidden_error_rep_spec.rb +1 -1
  490. data/spec/models/hunk_rep_spec.rb +1 -1
  491. data/spec/models/import_spec.rb +70 -0
  492. data/spec/models/initiator_rep_spec.rb +40 -0
  493. data/spec/models/integration_delivery_configuration_collection_links_spec.rb +40 -0
  494. data/spec/models/integration_delivery_configuration_collection_spec.rb +40 -0
  495. data/spec/models/integration_delivery_configuration_links_spec.rb +52 -0
  496. data/spec/models/integration_delivery_configuration_post_spec.rb +52 -0
  497. data/spec/models/integration_delivery_configuration_response_spec.rb +52 -0
  498. data/spec/models/integration_delivery_configuration_spec.rb +94 -0
  499. data/spec/models/integration_metadata_spec.rb +1 -1
  500. data/spec/models/integration_spec.rb +1 -1
  501. data/spec/models/integration_status_rep_spec.rb +1 -1
  502. data/spec/models/integration_status_spec.rb +1 -1
  503. data/spec/models/integration_subscription_status_rep_spec.rb +1 -1
  504. data/spec/models/integrations_spec.rb +1 -1
  505. data/spec/models/invalid_request_error_rep_spec.rb +1 -1
  506. data/spec/models/ip_list_spec.rb +1 -1
  507. data/spec/models/last_seen_metadata_spec.rb +1 -1
  508. data/spec/models/link_spec.rb +1 -1
  509. data/spec/models/member_data_rep_spec.rb +1 -1
  510. data/spec/models/{member_import_item_rep_spec.rb → member_import_item_spec.rb} +7 -7
  511. data/spec/models/member_permission_grant_summary_rep_spec.rb +1 -1
  512. data/spec/models/member_spec.rb +1 -1
  513. data/spec/models/{member_summary_rep_spec.rb → member_summary_spec.rb} +7 -7
  514. data/spec/models/member_team_summary_rep_spec.rb +1 -1
  515. data/spec/models/member_teams_post_input_spec.rb +1 -1
  516. data/spec/models/members_spec.rb +1 -1
  517. data/spec/models/method_not_allowed_error_rep_spec.rb +1 -1
  518. data/spec/models/metric_collection_rep_spec.rb +1 -1
  519. data/spec/models/metric_listing_rep_spec.rb +1 -1
  520. data/spec/models/metric_post_spec.rb +1 -1
  521. data/spec/models/metric_rep_spec.rb +1 -1
  522. data/spec/models/metric_seen_spec.rb +1 -1
  523. data/spec/models/modification_spec.rb +1 -1
  524. data/spec/models/multi_environment_dependent_flag_spec.rb +1 -1
  525. data/spec/models/multi_environment_dependent_flags_spec.rb +1 -1
  526. data/spec/models/new_member_form_spec.rb +1 -1
  527. data/spec/models/not_found_error_rep_spec.rb +1 -1
  528. data/spec/models/parent_resource_rep_spec.rb +1 -1
  529. data/spec/models/patch_failed_error_rep_spec.rb +1 -1
  530. data/spec/models/patch_operation_spec.rb +1 -1
  531. data/spec/models/patch_segment_instruction_spec.rb +1 -1
  532. data/spec/models/patch_segment_request_spec.rb +1 -1
  533. data/spec/models/patch_with_comment_spec.rb +1 -1
  534. data/spec/models/permission_grant_input_spec.rb +3 -3
  535. data/spec/models/post_approval_request_apply_request_spec.rb +1 -1
  536. data/spec/models/post_approval_request_review_request_spec.rb +1 -1
  537. data/spec/models/post_flag_scheduled_changes_input_spec.rb +1 -1
  538. data/spec/models/prerequisite_spec.rb +1 -1
  539. data/spec/models/project_listing_rep_spec.rb +1 -1
  540. data/spec/models/project_post_spec.rb +1 -1
  541. data/spec/models/project_spec.rb +1 -1
  542. data/spec/models/{team_rep_spec.rb → project_summary_spec.rb} +8 -62
  543. data/spec/models/projects_spec.rb +1 -1
  544. data/spec/models/pub_nub_detail_rep_spec.rb +1 -1
  545. data/spec/models/put_branch_spec.rb +1 -1
  546. data/spec/models/rate_limited_error_rep_spec.rb +1 -1
  547. data/spec/models/recent_trigger_body_spec.rb +1 -1
  548. data/spec/models/reference_rep_spec.rb +1 -1
  549. data/spec/models/relay_auto_config_collection_rep_spec.rb +1 -1
  550. data/spec/models/relay_auto_config_post_spec.rb +1 -1
  551. data/spec/models/relay_auto_config_rep_spec.rb +1 -1
  552. data/spec/models/repository_collection_rep_spec.rb +1 -1
  553. data/spec/models/repository_post_spec.rb +1 -1
  554. data/spec/models/repository_rep_spec.rb +1 -1
  555. data/spec/models/{access_rep_spec.rb → resolved_context_spec.rb} +8 -8
  556. data/spec/models/resolved_image_spec.rb +46 -0
  557. data/spec/models/resolved_title_spec.rb +40 -0
  558. data/spec/models/resolved_ui_block_element_spec.rb +52 -0
  559. data/spec/models/resolved_ui_blocks_spec.rb +58 -0
  560. data/spec/models/resource_access_spec.rb +1 -1
  561. data/spec/models/resource_id_response_spec.rb +1 -1
  562. data/spec/models/review_output_rep_spec.rb +1 -1
  563. data/spec/models/review_response_spec.rb +1 -1
  564. data/spec/models/rollout_spec.rb +1 -1
  565. data/spec/models/rule_spec.rb +1 -1
  566. data/spec/models/schedule_condition_input_rep_spec.rb +19 -1
  567. data/spec/models/schedule_condition_output_rep_spec.rb +19 -1
  568. data/spec/models/sdk_list_rep_spec.rb +1 -1
  569. data/spec/models/sdk_version_list_rep_spec.rb +1 -1
  570. data/spec/models/sdk_version_rep_spec.rb +1 -1
  571. data/spec/models/segment_body_spec.rb +1 -1
  572. data/spec/models/segment_metadata_spec.rb +1 -1
  573. data/spec/models/segment_user_list_spec.rb +1 -1
  574. data/spec/models/segment_user_state_spec.rb +1 -1
  575. data/spec/models/series_list_rep_spec.rb +1 -1
  576. data/spec/models/source_env_spec.rb +40 -0
  577. data/spec/models/source_flag_spec.rb +1 -1
  578. data/spec/models/stage_input_rep_spec.rb +1 -1
  579. data/spec/models/stage_output_rep_spec.rb +1 -1
  580. data/spec/models/statement_post_data_spec.rb +1 -1
  581. data/spec/models/statement_post_spec.rb +1 -1
  582. data/spec/models/statement_rep_spec.rb +1 -1
  583. data/spec/models/statement_spec.rb +1 -1
  584. data/spec/models/statistic_collection_rep_spec.rb +1 -1
  585. data/spec/models/statistic_rep_spec.rb +1 -1
  586. data/spec/models/statistics_root_spec.rb +1 -1
  587. data/spec/models/status_conflict_error_rep_spec.rb +1 -1
  588. data/spec/models/subject_data_rep_spec.rb +1 -1
  589. data/spec/models/subscription_post_spec.rb +1 -1
  590. data/spec/models/tag_collection_spec.rb +46 -0
  591. data/spec/models/target_resource_rep_spec.rb +1 -1
  592. data/spec/models/target_spec.rb +1 -1
  593. data/spec/models/{custom_roles_rep_spec.rb → team_custom_role_spec.rb} +7 -7
  594. data/spec/models/team_custom_roles_spec.rb +46 -0
  595. data/spec/models/team_imports_rep_spec.rb +1 -1
  596. data/spec/models/team_maintainers_spec.rb +46 -0
  597. data/spec/models/team_patch_input_spec.rb +1 -1
  598. data/spec/models/team_post_input_spec.rb +1 -1
  599. data/spec/models/team_projects_spec.rb +40 -0
  600. data/spec/models/{expanded_team_rep_spec.rb → team_spec.rb} +9 -45
  601. data/spec/models/{team_collection_rep_spec.rb → teams_spec.rb} +7 -7
  602. data/spec/models/{permission_grant_rep_spec.rb → timestamp_rep_spec.rb} +11 -11
  603. data/spec/models/title_rep_spec.rb +1 -1
  604. data/spec/models/token_data_rep_spec.rb +1 -1
  605. data/spec/models/token_spec.rb +1 -1
  606. data/spec/models/tokens_spec.rb +1 -1
  607. data/spec/models/trigger_post_spec.rb +1 -1
  608. data/spec/models/trigger_workflow_collection_rep_spec.rb +1 -1
  609. data/spec/models/trigger_workflow_rep_spec.rb +1 -1
  610. data/spec/models/unauthorized_error_rep_spec.rb +1 -1
  611. data/spec/models/url_post_spec.rb +1 -1
  612. data/spec/models/user_attribute_names_rep_spec.rb +1 -1
  613. data/spec/models/user_flag_setting_spec.rb +1 -1
  614. data/spec/models/user_flag_settings_spec.rb +1 -1
  615. data/spec/models/user_record_rep_spec.rb +1 -1
  616. data/spec/models/user_record_spec.rb +1 -1
  617. data/spec/models/user_segment_rule_spec.rb +1 -1
  618. data/spec/models/user_segment_spec.rb +1 -1
  619. data/spec/models/user_segments_spec.rb +1 -1
  620. data/spec/models/user_spec.rb +1 -7
  621. data/spec/models/users_spec.rb +1 -1
  622. data/spec/models/value_put_spec.rb +1 -1
  623. data/spec/models/variation_or_rollout_rep_spec.rb +1 -1
  624. data/spec/models/variation_spec.rb +1 -1
  625. data/spec/models/variation_summary_spec.rb +1 -1
  626. data/spec/models/versions_rep_spec.rb +1 -1
  627. data/spec/models/webhook_post_spec.rb +1 -1
  628. data/spec/models/webhook_spec.rb +1 -1
  629. data/spec/models/webhooks_spec.rb +1 -1
  630. data/spec/models/weighted_variation_spec.rb +1 -1
  631. data/spec/spec_helper.rb +1 -1
  632. metadata +193 -59
  633. data/docs/AccessRep.md +0 -18
  634. data/docs/DerivedAttribute.md +0 -20
  635. data/docs/ExpandedTeamRep.md +0 -44
  636. data/docs/PermissionGrantRep.md +0 -24
  637. data/docs/TeamRep.md +0 -40
data/docs/MetricsApi.md CHANGED
@@ -4,16 +4,16 @@ All URIs are relative to *https://app.launchdarkly.com*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
7
- | [**delete_metric**](MetricsApi.md#delete_metric) | **DELETE** /api/v2/metrics/{projectKey}/{key} | Delete metric |
8
- | [**get_metric**](MetricsApi.md#get_metric) | **GET** /api/v2/metrics/{projectKey}/{key} | Get metric |
7
+ | [**delete_metric**](MetricsApi.md#delete_metric) | **DELETE** /api/v2/metrics/{projectKey}/{metricKey} | Delete metric |
8
+ | [**get_metric**](MetricsApi.md#get_metric) | **GET** /api/v2/metrics/{projectKey}/{metricKey} | Get metric |
9
9
  | [**get_metrics**](MetricsApi.md#get_metrics) | **GET** /api/v2/metrics/{projectKey} | List metrics |
10
- | [**patch_metric**](MetricsApi.md#patch_metric) | **PATCH** /api/v2/metrics/{projectKey}/{key} | Update metric |
10
+ | [**patch_metric**](MetricsApi.md#patch_metric) | **PATCH** /api/v2/metrics/{projectKey}/{metricKey} | Update metric |
11
11
  | [**post_metric**](MetricsApi.md#post_metric) | **POST** /api/v2/metrics/{projectKey} | Create metric |
12
12
 
13
13
 
14
14
  ## delete_metric
15
15
 
16
- > delete_metric(project_key, key)
16
+ > delete_metric(project_key, metric_key)
17
17
 
18
18
  Delete metric
19
19
 
@@ -34,11 +34,11 @@ end
34
34
 
35
35
  api_instance = LaunchDarklyApi::MetricsApi.new
36
36
  project_key = 'project_key_example' # String | The project key
37
- key = 'key_example' # String | The metric key
37
+ metric_key = 'metric_key_example' # String | The metric key
38
38
 
39
39
  begin
40
40
  # Delete metric
41
- api_instance.delete_metric(project_key, key)
41
+ api_instance.delete_metric(project_key, metric_key)
42
42
  rescue LaunchDarklyApi::ApiError => e
43
43
  puts "Error when calling MetricsApi->delete_metric: #{e}"
44
44
  end
@@ -48,12 +48,12 @@ end
48
48
 
49
49
  This returns an Array which contains the response data (`nil` in this case), status code and headers.
50
50
 
51
- > <Array(nil, Integer, Hash)> delete_metric_with_http_info(project_key, key)
51
+ > <Array(nil, Integer, Hash)> delete_metric_with_http_info(project_key, metric_key)
52
52
 
53
53
  ```ruby
54
54
  begin
55
55
  # Delete metric
56
- data, status_code, headers = api_instance.delete_metric_with_http_info(project_key, key)
56
+ data, status_code, headers = api_instance.delete_metric_with_http_info(project_key, metric_key)
57
57
  p status_code # => 2xx
58
58
  p headers # => { ... }
59
59
  p data # => nil
@@ -67,7 +67,7 @@ end
67
67
  | Name | Type | Description | Notes |
68
68
  | ---- | ---- | ----------- | ----- |
69
69
  | **project_key** | **String** | The project key | |
70
- | **key** | **String** | The metric key | |
70
+ | **metric_key** | **String** | The metric key | |
71
71
 
72
72
  ### Return type
73
73
 
@@ -85,7 +85,7 @@ nil (empty response body)
85
85
 
86
86
  ## get_metric
87
87
 
88
- > <MetricRep> get_metric(project_key, key)
88
+ > <MetricRep> get_metric(project_key, metric_key)
89
89
 
90
90
  Get metric
91
91
 
@@ -106,11 +106,11 @@ end
106
106
 
107
107
  api_instance = LaunchDarklyApi::MetricsApi.new
108
108
  project_key = 'project_key_example' # String | The project key
109
- key = 'key_example' # String | The metric key
109
+ metric_key = 'metric_key_example' # String | The metric key
110
110
 
111
111
  begin
112
112
  # Get metric
113
- result = api_instance.get_metric(project_key, key)
113
+ result = api_instance.get_metric(project_key, metric_key)
114
114
  p result
115
115
  rescue LaunchDarklyApi::ApiError => e
116
116
  puts "Error when calling MetricsApi->get_metric: #{e}"
@@ -121,12 +121,12 @@ end
121
121
 
122
122
  This returns an Array which contains the response data, status code and headers.
123
123
 
124
- > <Array(<MetricRep>, Integer, Hash)> get_metric_with_http_info(project_key, key)
124
+ > <Array(<MetricRep>, Integer, Hash)> get_metric_with_http_info(project_key, metric_key)
125
125
 
126
126
  ```ruby
127
127
  begin
128
128
  # Get metric
129
- data, status_code, headers = api_instance.get_metric_with_http_info(project_key, key)
129
+ data, status_code, headers = api_instance.get_metric_with_http_info(project_key, metric_key)
130
130
  p status_code # => 2xx
131
131
  p headers # => { ... }
132
132
  p data # => <MetricRep>
@@ -140,7 +140,7 @@ end
140
140
  | Name | Type | Description | Notes |
141
141
  | ---- | ---- | ----------- | ----- |
142
142
  | **project_key** | **String** | The project key | |
143
- | **key** | **String** | The metric key | |
143
+ | **metric_key** | **String** | The metric key | |
144
144
 
145
145
  ### Return type
146
146
 
@@ -229,7 +229,7 @@ end
229
229
 
230
230
  ## patch_metric
231
231
 
232
- > <MetricRep> patch_metric(project_key, key, patch_operation)
232
+ > <MetricRep> patch_metric(project_key, metric_key, patch_operation)
233
233
 
234
234
  Update metric
235
235
 
@@ -250,12 +250,12 @@ end
250
250
 
251
251
  api_instance = LaunchDarklyApi::MetricsApi.new
252
252
  project_key = 'project_key_example' # String | The project key
253
- key = 'key_example' # String | The metric key
254
- patch_operation = [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/biscuits', value: Chocolate Digestive})] # Array<PatchOperation> |
253
+ metric_key = 'metric_key_example' # String | The metric key
254
+ patch_operation = [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/exampleField', value: new example value})] # Array<PatchOperation> |
255
255
 
256
256
  begin
257
257
  # Update metric
258
- result = api_instance.patch_metric(project_key, key, patch_operation)
258
+ result = api_instance.patch_metric(project_key, metric_key, patch_operation)
259
259
  p result
260
260
  rescue LaunchDarklyApi::ApiError => e
261
261
  puts "Error when calling MetricsApi->patch_metric: #{e}"
@@ -266,12 +266,12 @@ end
266
266
 
267
267
  This returns an Array which contains the response data, status code and headers.
268
268
 
269
- > <Array(<MetricRep>, Integer, Hash)> patch_metric_with_http_info(project_key, key, patch_operation)
269
+ > <Array(<MetricRep>, Integer, Hash)> patch_metric_with_http_info(project_key, metric_key, patch_operation)
270
270
 
271
271
  ```ruby
272
272
  begin
273
273
  # Update metric
274
- data, status_code, headers = api_instance.patch_metric_with_http_info(project_key, key, patch_operation)
274
+ data, status_code, headers = api_instance.patch_metric_with_http_info(project_key, metric_key, patch_operation)
275
275
  p status_code # => 2xx
276
276
  p headers # => { ... }
277
277
  p data # => <MetricRep>
@@ -285,7 +285,7 @@ end
285
285
  | Name | Type | Description | Notes |
286
286
  | ---- | ---- | ----------- | ----- |
287
287
  | **project_key** | **String** | The project key | |
288
- | **key** | **String** | The metric key | |
288
+ | **metric_key** | **String** | The metric key | |
289
289
  | **patch_operation** | [**Array&lt;PatchOperation&gt;**](PatchOperation.md) | | |
290
290
 
291
291
  ### Return type
@@ -15,8 +15,8 @@ require 'launchdarkly_api'
15
15
 
16
16
  instance = LaunchDarklyApi::PatchOperation.new(
17
17
  op: replace,
18
- path: /biscuits,
19
- value: Chocolate Digestive
18
+ path: /exampleField,
19
+ value: new example value
20
20
  )
21
21
  ```
22
22
 
@@ -4,9 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **member_ids** | **Array&lt;String&gt;** | | [optional] |
8
- | **actions** | **Array&lt;String&gt;** | | [optional] |
9
7
  | **action_set** | **String** | | [optional] |
8
+ | **actions** | **Array&lt;String&gt;** | | [optional] |
9
+ | **member_ids** | **Array&lt;String&gt;** | | [optional] |
10
10
 
11
11
  ## Example
12
12
 
@@ -14,9 +14,9 @@
14
14
  require 'launchdarkly_api'
15
15
 
16
16
  instance = LaunchDarklyApi::PermissionGrantInput.new(
17
- member_ids: null,
17
+ action_set: null,
18
18
  actions: null,
19
- action_set: null
19
+ member_ids: null
20
20
  )
21
21
  ```
22
22
 
@@ -0,0 +1,22 @@
1
+ # LaunchDarklyApi::ProjectSummary
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **_links** | [**Hash&lt;String, Link&gt;**](Link.md) | | [optional] |
8
+ | **key** | **String** | | [optional] |
9
+ | **name** | **String** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'launchdarkly_api'
15
+
16
+ instance = LaunchDarklyApi::ProjectSummary.new(
17
+ _links: null,
18
+ key: null,
19
+ name: null
20
+ )
21
+ ```
22
+
data/docs/ProjectsApi.md CHANGED
@@ -243,7 +243,7 @@ end
243
243
 
244
244
  api_instance = LaunchDarklyApi::ProjectsApi.new
245
245
  project_key = 'project_key_example' # String | The project key
246
- patch_operation = [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/biscuits', value: Chocolate Digestive})] # Array<PatchOperation> |
246
+ patch_operation = [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/exampleField', value: new example value})] # Array<PatchOperation> |
247
247
 
248
248
  begin
249
249
  # Update project
@@ -5,8 +5,8 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **_id** | **String** | | |
8
- | **_creator** | [**MemberSummaryRep**](MemberSummaryRep.md) | | [optional] |
9
- | **_access** | [**AccessRep**](AccessRep.md) | | [optional] |
8
+ | **_creator** | [**MemberSummary**](MemberSummary.md) | | [optional] |
9
+ | **_access** | [**Access**](Access.md) | | [optional] |
10
10
  | **name** | **String** | | |
11
11
  | **policy** | [**Array&lt;StatementRep&gt;**](StatementRep.md) | | |
12
12
  | **full_key** | **String** | | |
@@ -244,7 +244,7 @@ end
244
244
 
245
245
  api_instance = LaunchDarklyApi::RelayProxyConfigurationsApi.new
246
246
  id = 'id_example' # String | The relay auto config id
247
- patch_with_comment = LaunchDarklyApi::PatchWithComment.new({patch: [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/biscuits', value: Chocolate Digestive})]}) # PatchWithComment |
247
+ patch_with_comment = LaunchDarklyApi::PatchWithComment.new({patch: [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/exampleField', value: new example value})]}) # PatchWithComment |
248
248
 
249
249
  begin
250
250
  # Update a Relay Proxy config
@@ -14,7 +14,7 @@
14
14
  | **version** | **Integer** | The version of the repository&#39;s saved information | |
15
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
- | **_access** | [**AccessRep**](AccessRep.md) | | [optional] |
17
+ | **_access** | [**Access**](Access.md) | | [optional] |
18
18
 
19
19
  ## Example
20
20
 
@@ -0,0 +1,18 @@
1
+ # LaunchDarklyApi::ResolvedContext
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **elements** | [**Array&lt;ResolvedUIBlockElement&gt;**](ResolvedUIBlockElement.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'launchdarkly_api'
13
+
14
+ instance = LaunchDarklyApi::ResolvedContext.new(
15
+ elements: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,22 @@
1
+ # LaunchDarklyApi::ResolvedImage
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **is_avatar** | **Boolean** | | [optional] |
8
+ | **is_icon** | **Boolean** | | [optional] |
9
+ | **source_url** | **String** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'launchdarkly_api'
15
+
16
+ instance = LaunchDarklyApi::ResolvedImage.new(
17
+ is_avatar: null,
18
+ is_icon: null,
19
+ source_url: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,20 @@
1
+ # LaunchDarklyApi::ResolvedTitle
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **elements** | [**Array&lt;ResolvedUIBlockElement&gt;**](ResolvedUIBlockElement.md) | | [optional] |
8
+ | **link_to_reference** | **Boolean** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'launchdarkly_api'
14
+
15
+ instance = LaunchDarklyApi::ResolvedTitle.new(
16
+ elements: null,
17
+ link_to_reference: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,24 @@
1
+ # LaunchDarklyApi::ResolvedUIBlockElement
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **is_bold** | **Boolean** | | [optional] |
8
+ | **text** | **String** | | [optional] |
9
+ | **url** | **String** | | [optional] |
10
+ | **is_timestamp** | **Boolean** | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'launchdarkly_api'
16
+
17
+ instance = LaunchDarklyApi::ResolvedUIBlockElement.new(
18
+ is_bold: null,
19
+ text: null,
20
+ url: null,
21
+ is_timestamp: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,26 @@
1
+ # LaunchDarklyApi::ResolvedUIBlocks
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **image** | [**ResolvedImage**](ResolvedImage.md) | | [optional] |
8
+ | **context** | [**ResolvedContext**](ResolvedContext.md) | | [optional] |
9
+ | **description** | **String** | | [optional] |
10
+ | **name** | **String** | | [optional] |
11
+ | **title** | [**ResolvedTitle**](ResolvedTitle.md) | | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'launchdarkly_api'
17
+
18
+ instance = LaunchDarklyApi::ResolvedUIBlocks.new(
19
+ image: null,
20
+ context: null,
21
+ description: null,
22
+ name: null,
23
+ title: null
24
+ )
25
+ ```
26
+
@@ -4,7 +4,10 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **schedule_kind** | **String** | | [optional] |
7
8
  | **execution_date** | **Integer** | | [optional] |
9
+ | **wait_duration** | **Integer** | | [optional] |
10
+ | **wait_duration_unit** | **String** | | [optional] |
8
11
  | **execute_now** | **Boolean** | | [optional] |
9
12
 
10
13
  ## Example
@@ -13,7 +16,10 @@
13
16
  require 'launchdarkly_api'
14
17
 
15
18
  instance = LaunchDarklyApi::ScheduleConditionInputRep.new(
19
+ schedule_kind: null,
16
20
  execution_date: null,
21
+ wait_duration: null,
22
+ wait_duration_unit: null,
17
23
  execute_now: null
18
24
  )
19
25
  ```
@@ -4,7 +4,10 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **schedule_kind** | **String** | | [optional] |
7
8
  | **execution_date** | **Integer** | | [optional] |
9
+ | **wait_duration** | **Integer** | | [optional] |
10
+ | **wait_duration_unit** | **String** | | [optional] |
8
11
 
9
12
  ## Example
10
13
 
@@ -12,7 +15,10 @@
12
15
  require 'launchdarkly_api'
13
16
 
14
17
  instance = LaunchDarklyApi::ScheduleConditionOutputRep.new(
15
- execution_date: null
18
+ schedule_kind: null,
19
+ execution_date: null,
20
+ wait_duration: null,
21
+ wait_duration_unit: null
16
22
  )
17
23
  ```
18
24
 
@@ -34,7 +34,7 @@ end
34
34
 
35
35
  api_instance = LaunchDarklyApi::ScheduledChangesApi.new
36
36
  project_key = 'project_key_example' # String | The project key
37
- feature_flag_key = 'feature_flag_key_example' # String | The feature flag's key
37
+ feature_flag_key = 'feature_flag_key_example' # String | The feature flag key
38
38
  environment_key = 'environment_key_example' # String | The environment key
39
39
  id = 'id_example' # String | The scheduled change id
40
40
 
@@ -69,7 +69,7 @@ end
69
69
  | Name | Type | Description | Notes |
70
70
  | ---- | ---- | ----------- | ----- |
71
71
  | **project_key** | **String** | The project key | |
72
- | **feature_flag_key** | **String** | The feature flag&#39;s key | |
72
+ | **feature_flag_key** | **String** | The feature flag key | |
73
73
  | **environment_key** | **String** | The environment key | |
74
74
  | **id** | **String** | The scheduled change id | |
75
75
 
@@ -110,7 +110,7 @@ end
110
110
 
111
111
  api_instance = LaunchDarklyApi::ScheduledChangesApi.new
112
112
  project_key = 'project_key_example' # String | The project key
113
- feature_flag_key = 'feature_flag_key_example' # String | The feature flag's key
113
+ feature_flag_key = 'feature_flag_key_example' # String | The feature flag key
114
114
  environment_key = 'environment_key_example' # String | The environment key
115
115
  id = 'id_example' # String | The scheduled change id
116
116
 
@@ -146,7 +146,7 @@ end
146
146
  | Name | Type | Description | Notes |
147
147
  | ---- | ---- | ----------- | ----- |
148
148
  | **project_key** | **String** | The project key | |
149
- | **feature_flag_key** | **String** | The feature flag&#39;s key | |
149
+ | **feature_flag_key** | **String** | The feature flag key | |
150
150
  | **environment_key** | **String** | The environment key | |
151
151
  | **id** | **String** | The scheduled change id | |
152
152
 
@@ -187,7 +187,7 @@ end
187
187
 
188
188
  api_instance = LaunchDarklyApi::ScheduledChangesApi.new
189
189
  project_key = 'project_key_example' # String | The project key
190
- feature_flag_key = 'feature_flag_key_example' # String | The feature flag's key
190
+ feature_flag_key = 'feature_flag_key_example' # String | The feature flag key
191
191
  environment_key = 'environment_key_example' # String | The environment key
192
192
 
193
193
  begin
@@ -222,7 +222,7 @@ end
222
222
  | Name | Type | Description | Notes |
223
223
  | ---- | ---- | ----------- | ----- |
224
224
  | **project_key** | **String** | The project key | |
225
- | **feature_flag_key** | **String** | The feature flag&#39;s key | |
225
+ | **feature_flag_key** | **String** | The feature flag key | |
226
226
  | **environment_key** | **String** | The environment key | |
227
227
 
228
228
  ### Return type
@@ -262,7 +262,7 @@ end
262
262
 
263
263
  api_instance = LaunchDarklyApi::ScheduledChangesApi.new
264
264
  project_key = 'project_key_example' # String | The project key
265
- feature_flag_key = 'feature_flag_key_example' # String | The feature flag's key
265
+ feature_flag_key = 'feature_flag_key_example' # String | The feature flag key
266
266
  environment_key = 'environment_key_example' # String | The environment key
267
267
  id = 'id_example' # String | The scheduled change ID
268
268
  flag_scheduled_changes_input = LaunchDarklyApi::FlagScheduledChangesInput.new({instructions: [{ key: 3.56}]}) # FlagScheduledChangesInput |
@@ -302,7 +302,7 @@ end
302
302
  | Name | Type | Description | Notes |
303
303
  | ---- | ---- | ----------- | ----- |
304
304
  | **project_key** | **String** | The project key | |
305
- | **feature_flag_key** | **String** | The feature flag&#39;s key | |
305
+ | **feature_flag_key** | **String** | The feature flag key | |
306
306
  | **environment_key** | **String** | The environment key | |
307
307
  | **id** | **String** | The scheduled change ID | |
308
308
  | **flag_scheduled_changes_input** | [**FlagScheduledChangesInput**](FlagScheduledChangesInput.md) | | |
@@ -345,7 +345,7 @@ end
345
345
 
346
346
  api_instance = LaunchDarklyApi::ScheduledChangesApi.new
347
347
  project_key = 'project_key_example' # String | The project key
348
- feature_flag_key = 'feature_flag_key_example' # String | The feature flag's key
348
+ feature_flag_key = 'feature_flag_key_example' # String | The feature flag key
349
349
  environment_key = 'environment_key_example' # String | The environment key
350
350
  post_flag_scheduled_changes_input = LaunchDarklyApi::PostFlagScheduledChangesInput.new({execution_date: 3.56, instructions: [{ key: 3.56}]}) # PostFlagScheduledChangesInput |
351
351
  opts = {
@@ -384,7 +384,7 @@ end
384
384
  | Name | Type | Description | Notes |
385
385
  | ---- | ---- | ----------- | ----- |
386
386
  | **project_key** | **String** | The project key | |
387
- | **feature_flag_key** | **String** | The feature flag&#39;s key | |
387
+ | **feature_flag_key** | **String** | The feature flag key | |
388
388
  | **environment_key** | **String** | The environment key | |
389
389
  | **post_flag_scheduled_changes_input** | [**PostFlagScheduledChangesInput**](PostFlagScheduledChangesInput.md) | | |
390
390
  | **ignore_conflicts** | **Boolean** | Whether or not to succeed or fail when the new instructions conflict with existing scheduled changes | [optional] |