launchdarkly_api 7.1.1 → 9.0.1

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