launchdarkly_api 8.0.0 → 9.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +38 -8
- data/docs/ActionOutputRep.md +1 -1
- data/docs/ApprovalsApi.md +1 -1
- data/docs/Conflict.md +1 -1
- data/docs/CreateFlagConfigApprovalRequestRequest.md +1 -1
- data/docs/Decimal.md +20 -0
- data/docs/EvaluationReason.md +28 -0
- data/docs/ExperimentCollectionRep.md +22 -0
- data/docs/ExperimentPatchInput.md +20 -0
- data/docs/ExperimentPost.md +26 -0
- data/docs/{ExperimentResultsRep.md → ExperimentResults.md} +2 -2
- data/docs/ExperimentsBetaApi.md +473 -13
- data/docs/FeatureFlagScheduledChange.md +1 -1
- data/docs/FeatureFlagsApi.md +1 -1
- data/docs/FlagConfigApprovalRequestResponse.md +1 -1
- data/docs/FlagInput.md +20 -0
- data/docs/FlagRep.md +22 -0
- data/docs/FlagScheduledChangesInput.md +1 -1
- data/docs/FlagTriggerInput.md +1 -1
- data/docs/IterationExpandableProperties.md +20 -0
- data/docs/IterationInput.md +26 -0
- data/docs/IterationRep.md +38 -0
- data/docs/MetricInput.md +20 -0
- data/docs/MetricRep.md +3 -43
- data/docs/NullDecimal.md +20 -0
- data/docs/ParameterRep.md +20 -0
- data/docs/PostFlagScheduledChangesInput.md +1 -1
- data/docs/ScheduledChangesApi.md +2 -2
- data/docs/SegmentsBetaApi.md +11 -5
- data/docs/StageInputRep.md +2 -0
- data/docs/StatisticRep.md +2 -0
- data/docs/TeamPatchInput.md +1 -1
- data/docs/TreatmentInput.md +24 -0
- data/docs/TreatmentParameterInput.md +20 -0
- data/docs/TreatmentRep.md +26 -0
- data/docs/TriggerPost.md +1 -1
- data/docs/TriggerWorkflowRep.md +1 -1
- data/docs/UserFlagSetting.md +3 -1
- data/launchdarkly_api.gemspec +2 -2
- data/lib/launchdarkly_api/api/access_tokens_api.rb +1 -1
- data/lib/launchdarkly_api/api/account_members_api.rb +1 -1
- data/lib/launchdarkly_api/api/account_usage_beta_api.rb +1 -1
- data/lib/launchdarkly_api/api/approvals_api.rb +1 -1
- data/lib/launchdarkly_api/api/audit_log_api.rb +1 -1
- data/lib/launchdarkly_api/api/code_references_api.rb +1 -1
- data/lib/launchdarkly_api/api/custom_roles_api.rb +1 -1
- data/lib/launchdarkly_api/api/data_export_destinations_api.rb +1 -1
- data/lib/launchdarkly_api/api/environments_api.rb +1 -1
- data/lib/launchdarkly_api/api/experiments_beta_api.rb +494 -17
- data/lib/launchdarkly_api/api/feature_flags_api.rb +3 -3
- data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +1 -1
- data/lib/launchdarkly_api/api/flag_links_beta_api.rb +1 -1
- data/lib/launchdarkly_api/api/flag_triggers_api.rb +1 -1
- data/lib/launchdarkly_api/api/integration_audit_log_subscriptions_api.rb +1 -1
- data/lib/launchdarkly_api/api/integration_delivery_configurations_beta_api.rb +1 -1
- data/lib/launchdarkly_api/api/metrics_api.rb +1 -1
- data/lib/launchdarkly_api/api/other_api.rb +1 -1
- data/lib/launchdarkly_api/api/projects_api.rb +1 -1
- data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +1 -1
- data/lib/launchdarkly_api/api/scheduled_changes_api.rb +1 -1
- data/lib/launchdarkly_api/api/segments_api.rb +1 -1
- data/lib/launchdarkly_api/api/segments_beta_api.rb +12 -1
- data/lib/launchdarkly_api/api/tags_api.rb +1 -1
- data/lib/launchdarkly_api/api/teams_beta_api.rb +1 -1
- data/lib/launchdarkly_api/api/user_settings_api.rb +1 -1
- data/lib/launchdarkly_api/api/users_api.rb +1 -1
- data/lib/launchdarkly_api/api/users_beta_api.rb +1 -1
- data/lib/launchdarkly_api/api/webhooks_api.rb +1 -1
- data/lib/launchdarkly_api/api/workflows_beta_api.rb +1 -1
- data/lib/launchdarkly_api/api_client.rb +1 -1
- data/lib/launchdarkly_api/api_error.rb +1 -1
- data/lib/launchdarkly_api/configuration.rb +1 -1
- data/lib/launchdarkly_api/models/access.rb +1 -1
- data/lib/launchdarkly_api/models/access_allowed_reason.rb +1 -1
- data/lib/launchdarkly_api/models/access_allowed_rep.rb +1 -1
- data/lib/launchdarkly_api/models/access_denied.rb +1 -1
- data/lib/launchdarkly_api/models/access_denied_reason.rb +1 -1
- data/lib/launchdarkly_api/models/access_token_post.rb +1 -1
- data/lib/launchdarkly_api/models/action_input_rep.rb +1 -1
- data/lib/launchdarkly_api/models/action_output_rep.rb +2 -2
- data/lib/launchdarkly_api/models/approval_condition_input_rep.rb +1 -1
- data/lib/launchdarkly_api/models/approval_condition_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/approval_settings.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entry_rep.rb +1 -1
- data/lib/launchdarkly_api/models/authorized_app_data_rep.rb +1 -1
- data/lib/launchdarkly_api/models/big_segment_target.rb +1 -1
- data/lib/launchdarkly_api/models/branch_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/branch_rep.rb +1 -1
- data/lib/launchdarkly_api/models/clause.rb +1 -1
- data/lib/launchdarkly_api/models/client_side_availability.rb +1 -1
- data/lib/launchdarkly_api/models/client_side_availability_post.rb +1 -1
- data/lib/launchdarkly_api/models/condition_base_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/condition_input_rep.rb +1 -1
- data/lib/launchdarkly_api/models/condition_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/confidence_interval_rep.rb +1 -1
- data/lib/launchdarkly_api/models/conflict.rb +4 -5
- data/lib/launchdarkly_api/models/conflict_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/copied_from_env.rb +1 -1
- data/lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb +1 -1
- data/lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb +2 -2
- data/lib/launchdarkly_api/models/custom_property.rb +1 -1
- data/lib/launchdarkly_api/models/custom_role.rb +1 -1
- data/lib/launchdarkly_api/models/custom_role_post.rb +1 -1
- data/lib/launchdarkly_api/models/custom_role_post_data.rb +1 -1
- data/lib/launchdarkly_api/models/custom_roles.rb +1 -1
- data/lib/launchdarkly_api/models/custom_workflow_input_rep.rb +1 -1
- data/lib/launchdarkly_api/models/custom_workflow_meta.rb +1 -1
- data/lib/launchdarkly_api/models/custom_workflow_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/custom_workflow_stage_meta.rb +1 -1
- data/lib/launchdarkly_api/models/custom_workflows_listing_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/decimal.rb +228 -0
- data/lib/launchdarkly_api/models/default_client_side_availability_post.rb +1 -1
- data/lib/launchdarkly_api/models/defaults.rb +1 -1
- data/lib/launchdarkly_api/models/dependent_flag.rb +1 -1
- data/lib/launchdarkly_api/models/dependent_flag_environment.rb +1 -1
- data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +1 -1
- data/lib/launchdarkly_api/models/destination.rb +1 -1
- data/lib/launchdarkly_api/models/destination_post.rb +1 -1
- data/lib/launchdarkly_api/models/destinations.rb +1 -1
- data/lib/launchdarkly_api/models/environment.rb +1 -1
- data/lib/launchdarkly_api/models/environment_post.rb +1 -1
- data/lib/launchdarkly_api/models/evaluation_reason.rb +274 -0
- data/lib/launchdarkly_api/models/execution_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_allocation_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_collection_rep.rb +240 -0
- data/lib/launchdarkly_api/models/experiment_enabled_period_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_environment_setting_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_info_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_metadata_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_patch_input.rb +229 -0
- data/lib/launchdarkly_api/models/experiment_post.rb +279 -0
- data/lib/launchdarkly_api/models/experiment_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_results.rb +280 -0
- data/lib/launchdarkly_api/models/experiment_stats_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_time_series_slice.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_totals_rep.rb +1 -1
- data/lib/launchdarkly_api/models/expiring_user_target_error.rb +1 -1
- data/lib/launchdarkly_api/models/expiring_user_target_get_response.rb +1 -1
- data/lib/launchdarkly_api/models/expiring_user_target_item.rb +1 -1
- data/lib/launchdarkly_api/models/expiring_user_target_patch_response.rb +1 -1
- data/lib/launchdarkly_api/models/export.rb +1 -1
- data/lib/launchdarkly_api/models/extinction.rb +1 -1
- data/lib/launchdarkly_api/models/extinction_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_body.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_config.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_status.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_statuses.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flags.rb +1 -1
- data/lib/launchdarkly_api/models/file_rep.rb +1 -1
- data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +2 -2
- data/lib/launchdarkly_api/models/flag_config_approval_requests_response.rb +1 -1
- data/lib/launchdarkly_api/models/flag_copy_config_environment.rb +1 -1
- data/lib/launchdarkly_api/models/flag_copy_config_post.rb +1 -1
- data/lib/launchdarkly_api/models/flag_global_attributes_rep.rb +1 -1
- data/lib/launchdarkly_api/models/flag_input.rb +237 -0
- data/lib/launchdarkly_api/models/flag_link_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/flag_link_member.rb +1 -1
- data/lib/launchdarkly_api/models/flag_link_post.rb +1 -1
- data/lib/launchdarkly_api/models/flag_link_rep.rb +1 -1
- data/lib/launchdarkly_api/models/flag_listing_rep.rb +1 -1
- data/lib/launchdarkly_api/models/flag_rep.rb +243 -0
- data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +2 -2
- data/lib/launchdarkly_api/models/flag_status_rep.rb +1 -1
- data/lib/launchdarkly_api/models/flag_summary.rb +1 -1
- data/lib/launchdarkly_api/models/flag_trigger_input.rb +2 -2
- data/lib/launchdarkly_api/models/forbidden_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/hunk_rep.rb +1 -1
- data/lib/launchdarkly_api/models/import.rb +1 -1
- data/lib/launchdarkly_api/models/initiator_rep.rb +1 -1
- data/lib/launchdarkly_api/models/integration.rb +1 -1
- data/lib/launchdarkly_api/models/integration_delivery_configuration.rb +1 -1
- data/lib/launchdarkly_api/models/integration_delivery_configuration_collection.rb +1 -1
- data/lib/launchdarkly_api/models/integration_delivery_configuration_collection_links.rb +1 -1
- data/lib/launchdarkly_api/models/integration_delivery_configuration_links.rb +1 -1
- data/lib/launchdarkly_api/models/integration_delivery_configuration_post.rb +1 -1
- data/lib/launchdarkly_api/models/integration_delivery_configuration_response.rb +1 -1
- data/lib/launchdarkly_api/models/integration_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/integration_status.rb +1 -1
- data/lib/launchdarkly_api/models/integration_status_rep.rb +1 -1
- data/lib/launchdarkly_api/models/integration_subscription_status_rep.rb +1 -1
- data/lib/launchdarkly_api/models/integrations.rb +1 -1
- data/lib/launchdarkly_api/models/invalid_request_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/ip_list.rb +1 -1
- data/lib/launchdarkly_api/models/iteration_expandable_properties.rb +231 -0
- data/lib/launchdarkly_api/models/iteration_input.rb +280 -0
- data/lib/launchdarkly_api/models/iteration_rep.rb +324 -0
- data/lib/launchdarkly_api/models/last_seen_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/link.rb +1 -1
- data/lib/launchdarkly_api/models/member.rb +1 -1
- data/lib/launchdarkly_api/models/member_data_rep.rb +1 -1
- data/lib/launchdarkly_api/models/member_import_item.rb +1 -1
- data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +1 -1
- data/lib/launchdarkly_api/models/member_summary.rb +1 -1
- data/lib/launchdarkly_api/models/member_team_summary_rep.rb +1 -1
- data/lib/launchdarkly_api/models/member_teams_post_input.rb +1 -1
- data/lib/launchdarkly_api/models/members.rb +1 -1
- data/lib/launchdarkly_api/models/method_not_allowed_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/metric_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/metric_input.rb +237 -0
- data/lib/launchdarkly_api/models/metric_listing_rep.rb +1 -1
- data/lib/launchdarkly_api/models/metric_post.rb +1 -1
- data/lib/launchdarkly_api/models/metric_rep.rb +5 -257
- data/lib/launchdarkly_api/models/metric_seen.rb +1 -1
- data/lib/launchdarkly_api/models/modification.rb +1 -1
- data/lib/launchdarkly_api/models/multi_environment_dependent_flag.rb +1 -1
- data/lib/launchdarkly_api/models/multi_environment_dependent_flags.rb +1 -1
- data/lib/launchdarkly_api/models/new_member_form.rb +1 -1
- data/lib/launchdarkly_api/models/not_found_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/null_decimal.rb +227 -0
- data/lib/launchdarkly_api/models/parameter_rep.rb +227 -0
- data/lib/launchdarkly_api/models/parent_resource_rep.rb +1 -1
- data/lib/launchdarkly_api/models/patch_failed_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/patch_operation.rb +1 -1
- data/lib/launchdarkly_api/models/patch_segment_instruction.rb +1 -1
- data/lib/launchdarkly_api/models/patch_segment_request.rb +1 -1
- data/lib/launchdarkly_api/models/patch_with_comment.rb +1 -1
- data/lib/launchdarkly_api/models/permission_grant_input.rb +1 -1
- data/lib/launchdarkly_api/models/post_approval_request_apply_request.rb +1 -1
- data/lib/launchdarkly_api/models/post_approval_request_review_request.rb +1 -1
- data/lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb +2 -2
- data/lib/launchdarkly_api/models/prerequisite.rb +1 -1
- data/lib/launchdarkly_api/models/project.rb +1 -1
- data/lib/launchdarkly_api/models/project_listing_rep.rb +1 -1
- data/lib/launchdarkly_api/models/project_post.rb +1 -1
- data/lib/launchdarkly_api/models/project_summary.rb +1 -1
- data/lib/launchdarkly_api/models/projects.rb +1 -1
- data/lib/launchdarkly_api/models/pub_nub_detail_rep.rb +1 -1
- data/lib/launchdarkly_api/models/put_branch.rb +1 -1
- data/lib/launchdarkly_api/models/rate_limited_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/recent_trigger_body.rb +1 -1
- data/lib/launchdarkly_api/models/reference_rep.rb +1 -1
- data/lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/relay_auto_config_post.rb +1 -1
- data/lib/launchdarkly_api/models/relay_auto_config_rep.rb +1 -1
- data/lib/launchdarkly_api/models/repository_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/repository_post.rb +1 -1
- data/lib/launchdarkly_api/models/repository_rep.rb +1 -1
- data/lib/launchdarkly_api/models/resolved_context.rb +1 -1
- data/lib/launchdarkly_api/models/resolved_image.rb +1 -1
- data/lib/launchdarkly_api/models/resolved_title.rb +1 -1
- data/lib/launchdarkly_api/models/resolved_ui_block_element.rb +1 -1
- data/lib/launchdarkly_api/models/resolved_ui_blocks.rb +1 -1
- data/lib/launchdarkly_api/models/resource_access.rb +1 -1
- data/lib/launchdarkly_api/models/resource_id_response.rb +1 -1
- data/lib/launchdarkly_api/models/review_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/review_response.rb +1 -1
- data/lib/launchdarkly_api/models/rollout.rb +1 -1
- data/lib/launchdarkly_api/models/rule.rb +1 -1
- data/lib/launchdarkly_api/models/schedule_condition_input_rep.rb +1 -1
- data/lib/launchdarkly_api/models/schedule_condition_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/sdk_list_rep.rb +1 -1
- data/lib/launchdarkly_api/models/sdk_version_list_rep.rb +1 -1
- data/lib/launchdarkly_api/models/sdk_version_rep.rb +1 -1
- data/lib/launchdarkly_api/models/segment_body.rb +1 -1
- data/lib/launchdarkly_api/models/segment_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/segment_user_list.rb +1 -1
- data/lib/launchdarkly_api/models/segment_user_state.rb +1 -1
- data/lib/launchdarkly_api/models/series_list_rep.rb +1 -1
- data/lib/launchdarkly_api/models/source_env.rb +1 -1
- data/lib/launchdarkly_api/models/source_flag.rb +1 -1
- data/lib/launchdarkly_api/models/stage_input_rep.rb +11 -2
- data/lib/launchdarkly_api/models/stage_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/statement.rb +1 -1
- data/lib/launchdarkly_api/models/statement_post.rb +1 -1
- data/lib/launchdarkly_api/models/statement_post_data.rb +1 -1
- data/lib/launchdarkly_api/models/statement_rep.rb +1 -1
- data/lib/launchdarkly_api/models/statistic_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/statistic_rep.rb +16 -2
- data/lib/launchdarkly_api/models/statistics_root.rb +1 -1
- data/lib/launchdarkly_api/models/status_conflict_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/subject_data_rep.rb +1 -1
- data/lib/launchdarkly_api/models/subscription_post.rb +1 -1
- data/lib/launchdarkly_api/models/tag_collection.rb +1 -1
- data/lib/launchdarkly_api/models/target.rb +1 -1
- data/lib/launchdarkly_api/models/target_resource_rep.rb +1 -1
- data/lib/launchdarkly_api/models/team.rb +1 -1
- data/lib/launchdarkly_api/models/team_custom_role.rb +1 -1
- data/lib/launchdarkly_api/models/team_custom_roles.rb +1 -1
- data/lib/launchdarkly_api/models/team_imports_rep.rb +1 -1
- data/lib/launchdarkly_api/models/team_maintainers.rb +1 -1
- data/lib/launchdarkly_api/models/team_patch_input.rb +2 -2
- data/lib/launchdarkly_api/models/team_post_input.rb +1 -1
- data/lib/launchdarkly_api/models/team_projects.rb +1 -1
- data/lib/launchdarkly_api/models/teams.rb +1 -1
- data/lib/launchdarkly_api/models/timestamp_rep.rb +1 -1
- data/lib/launchdarkly_api/models/title_rep.rb +1 -1
- data/lib/launchdarkly_api/models/token.rb +1 -1
- data/lib/launchdarkly_api/models/token_data_rep.rb +1 -1
- data/lib/launchdarkly_api/models/tokens.rb +1 -1
- data/lib/launchdarkly_api/models/treatment_input.rb +267 -0
- data/lib/launchdarkly_api/models/treatment_parameter_input.rb +237 -0
- data/lib/launchdarkly_api/models/treatment_rep.rb +266 -0
- data/lib/launchdarkly_api/models/trigger_post.rb +2 -2
- data/lib/launchdarkly_api/models/trigger_workflow_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/trigger_workflow_rep.rb +2 -2
- data/lib/launchdarkly_api/models/unauthorized_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/url_post.rb +1 -1
- data/lib/launchdarkly_api/models/user.rb +1 -1
- data/lib/launchdarkly_api/models/user_attribute_names_rep.rb +1 -1
- data/lib/launchdarkly_api/models/user_flag_setting.rb +15 -6
- data/lib/launchdarkly_api/models/user_flag_settings.rb +1 -1
- data/lib/launchdarkly_api/models/user_record.rb +1 -1
- data/lib/launchdarkly_api/models/user_record_rep.rb +1 -1
- data/lib/launchdarkly_api/models/user_segment.rb +1 -1
- data/lib/launchdarkly_api/models/user_segment_rule.rb +1 -1
- data/lib/launchdarkly_api/models/user_segments.rb +1 -1
- data/lib/launchdarkly_api/models/users.rb +1 -1
- data/lib/launchdarkly_api/models/value_put.rb +1 -1
- data/lib/launchdarkly_api/models/variation.rb +1 -1
- data/lib/launchdarkly_api/models/variation_or_rollout_rep.rb +1 -1
- data/lib/launchdarkly_api/models/variation_summary.rb +1 -1
- data/lib/launchdarkly_api/models/versions_rep.rb +1 -1
- data/lib/launchdarkly_api/models/webhook.rb +1 -1
- data/lib/launchdarkly_api/models/webhook_post.rb +1 -1
- data/lib/launchdarkly_api/models/webhooks.rb +1 -1
- data/lib/launchdarkly_api/models/weighted_variation.rb +1 -1
- data/lib/launchdarkly_api/version.rb +2 -2
- data/lib/launchdarkly_api.rb +18 -2
- data/spec/api/access_tokens_api_spec.rb +1 -1
- data/spec/api/account_members_api_spec.rb +1 -1
- data/spec/api/account_usage_beta_api_spec.rb +1 -1
- data/spec/api/approvals_api_spec.rb +1 -1
- data/spec/api/audit_log_api_spec.rb +1 -1
- data/spec/api/code_references_api_spec.rb +1 -1
- data/spec/api/custom_roles_api_spec.rb +1 -1
- data/spec/api/data_export_destinations_api_spec.rb +1 -1
- data/spec/api/environments_api_spec.rb +1 -1
- data/spec/api/experiments_beta_api_spec.rb +90 -4
- data/spec/api/feature_flags_api_spec.rb +2 -2
- data/spec/api/feature_flags_beta_api_spec.rb +1 -1
- data/spec/api/flag_links_beta_api_spec.rb +1 -1
- data/spec/api/flag_triggers_api_spec.rb +1 -1
- data/spec/api/integration_audit_log_subscriptions_api_spec.rb +1 -1
- data/spec/api/integration_delivery_configurations_beta_api_spec.rb +1 -1
- data/spec/api/metrics_api_spec.rb +1 -1
- data/spec/api/other_api_spec.rb +1 -1
- data/spec/api/projects_api_spec.rb +1 -1
- data/spec/api/relay_proxy_configurations_api_spec.rb +1 -1
- data/spec/api/scheduled_changes_api_spec.rb +1 -1
- data/spec/api/segments_api_spec.rb +1 -1
- data/spec/api/segments_beta_api_spec.rb +3 -1
- data/spec/api/tags_api_spec.rb +1 -1
- data/spec/api/teams_beta_api_spec.rb +1 -1
- data/spec/api/user_settings_api_spec.rb +1 -1
- data/spec/api/users_api_spec.rb +1 -1
- data/spec/api/users_beta_api_spec.rb +1 -1
- data/spec/api/webhooks_api_spec.rb +1 -1
- data/spec/api/workflows_beta_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/access_allowed_reason_spec.rb +1 -1
- data/spec/models/access_allowed_rep_spec.rb +1 -1
- data/spec/models/access_denied_reason_spec.rb +1 -1
- data/spec/models/access_denied_spec.rb +1 -1
- data/spec/models/access_spec.rb +1 -1
- data/spec/models/access_token_post_spec.rb +1 -1
- data/spec/models/action_input_rep_spec.rb +1 -1
- data/spec/models/action_output_rep_spec.rb +1 -1
- data/spec/models/approval_condition_input_rep_spec.rb +1 -1
- data/spec/models/approval_condition_output_rep_spec.rb +1 -1
- data/spec/models/approval_settings_spec.rb +1 -1
- data/spec/models/audit_log_entry_listing_rep_collection_spec.rb +1 -1
- data/spec/models/audit_log_entry_listing_rep_spec.rb +1 -1
- data/spec/models/audit_log_entry_rep_spec.rb +1 -1
- data/spec/models/authorized_app_data_rep_spec.rb +1 -1
- data/spec/models/big_segment_target_spec.rb +1 -1
- data/spec/models/branch_collection_rep_spec.rb +1 -1
- data/spec/models/branch_rep_spec.rb +1 -1
- data/spec/models/clause_spec.rb +1 -1
- data/spec/models/client_side_availability_post_spec.rb +1 -1
- data/spec/models/client_side_availability_spec.rb +1 -1
- data/spec/models/condition_base_output_rep_spec.rb +1 -1
- data/spec/models/condition_input_rep_spec.rb +1 -1
- data/spec/models/condition_output_rep_spec.rb +1 -1
- data/spec/models/confidence_interval_rep_spec.rb +1 -1
- data/spec/models/conflict_output_rep_spec.rb +1 -1
- data/spec/models/conflict_spec.rb +1 -1
- data/spec/models/copied_from_env_spec.rb +1 -1
- data/spec/models/create_copy_flag_config_approval_request_request_spec.rb +1 -1
- data/spec/models/create_flag_config_approval_request_request_spec.rb +1 -1
- data/spec/models/custom_property_spec.rb +1 -1
- data/spec/models/custom_role_post_data_spec.rb +1 -1
- data/spec/models/custom_role_post_spec.rb +1 -1
- data/spec/models/custom_role_spec.rb +1 -1
- data/spec/models/custom_roles_spec.rb +1 -1
- data/spec/models/custom_workflow_input_rep_spec.rb +1 -1
- data/spec/models/custom_workflow_meta_spec.rb +1 -1
- data/spec/models/custom_workflow_output_rep_spec.rb +1 -1
- data/spec/models/custom_workflow_stage_meta_spec.rb +1 -1
- data/spec/models/custom_workflows_listing_output_rep_spec.rb +1 -1
- data/spec/models/decimal_spec.rb +40 -0
- data/spec/models/default_client_side_availability_post_spec.rb +1 -1
- data/spec/models/defaults_spec.rb +1 -1
- data/spec/models/dependent_flag_environment_spec.rb +1 -1
- data/spec/models/dependent_flag_spec.rb +1 -1
- data/spec/models/dependent_flags_by_environment_spec.rb +1 -1
- data/spec/models/destination_post_spec.rb +1 -1
- data/spec/models/destination_spec.rb +1 -1
- data/spec/models/destinations_spec.rb +1 -1
- data/spec/models/environment_post_spec.rb +1 -1
- data/spec/models/environment_spec.rb +1 -1
- data/spec/models/evaluation_reason_spec.rb +64 -0
- data/spec/models/execution_output_rep_spec.rb +1 -1
- data/spec/models/experiment_allocation_rep_spec.rb +1 -1
- data/spec/models/experiment_collection_rep_spec.rb +46 -0
- data/spec/models/experiment_enabled_period_rep_spec.rb +1 -1
- data/spec/models/experiment_environment_setting_rep_spec.rb +1 -1
- data/spec/models/experiment_info_rep_spec.rb +1 -1
- data/spec/models/experiment_metadata_rep_spec.rb +1 -1
- data/spec/models/experiment_patch_input_spec.rb +40 -0
- data/spec/models/experiment_post_spec.rb +58 -0
- data/spec/models/experiment_rep_spec.rb +1 -1
- data/spec/models/experiment_results_spec.rb +70 -0
- data/spec/models/experiment_stats_rep_spec.rb +1 -1
- data/spec/models/experiment_time_series_slice_spec.rb +1 -1
- data/spec/models/experiment_time_series_variation_slice_spec.rb +1 -1
- data/spec/models/experiment_totals_rep_spec.rb +1 -1
- data/spec/models/expiring_user_target_error_spec.rb +1 -1
- data/spec/models/expiring_user_target_get_response_spec.rb +1 -1
- data/spec/models/expiring_user_target_item_spec.rb +1 -1
- data/spec/models/expiring_user_target_patch_response_spec.rb +1 -1
- data/spec/models/export_spec.rb +1 -1
- data/spec/models/extinction_collection_rep_spec.rb +1 -1
- data/spec/models/extinction_spec.rb +1 -1
- data/spec/models/feature_flag_body_spec.rb +1 -1
- data/spec/models/feature_flag_config_spec.rb +1 -1
- data/spec/models/feature_flag_scheduled_change_spec.rb +1 -1
- data/spec/models/feature_flag_scheduled_changes_spec.rb +1 -1
- data/spec/models/feature_flag_spec.rb +1 -1
- data/spec/models/feature_flag_status_across_environments_spec.rb +1 -1
- data/spec/models/feature_flag_status_spec.rb +1 -1
- data/spec/models/feature_flag_statuses_spec.rb +1 -1
- data/spec/models/feature_flags_spec.rb +1 -1
- data/spec/models/file_rep_spec.rb +1 -1
- data/spec/models/flag_config_approval_request_response_spec.rb +1 -1
- data/spec/models/flag_config_approval_requests_response_spec.rb +1 -1
- data/spec/models/flag_copy_config_environment_spec.rb +1 -1
- data/spec/models/flag_copy_config_post_spec.rb +1 -1
- data/spec/models/flag_global_attributes_rep_spec.rb +1 -1
- data/spec/models/flag_input_spec.rb +40 -0
- data/spec/models/flag_link_collection_rep_spec.rb +1 -1
- data/spec/models/flag_link_member_spec.rb +1 -1
- data/spec/models/flag_link_post_spec.rb +1 -1
- data/spec/models/flag_link_rep_spec.rb +1 -1
- data/spec/models/flag_listing_rep_spec.rb +1 -1
- data/spec/models/flag_rep_spec.rb +46 -0
- data/spec/models/flag_scheduled_changes_input_spec.rb +1 -1
- data/spec/models/flag_status_rep_spec.rb +1 -1
- data/spec/models/flag_summary_spec.rb +1 -1
- data/spec/models/flag_trigger_input_spec.rb +1 -1
- data/spec/models/forbidden_error_rep_spec.rb +1 -1
- data/spec/models/hunk_rep_spec.rb +1 -1
- data/spec/models/import_spec.rb +1 -1
- data/spec/models/initiator_rep_spec.rb +1 -1
- data/spec/models/integration_delivery_configuration_collection_links_spec.rb +1 -1
- data/spec/models/integration_delivery_configuration_collection_spec.rb +1 -1
- data/spec/models/integration_delivery_configuration_links_spec.rb +1 -1
- data/spec/models/integration_delivery_configuration_post_spec.rb +1 -1
- data/spec/models/integration_delivery_configuration_response_spec.rb +1 -1
- data/spec/models/integration_delivery_configuration_spec.rb +1 -1
- data/spec/models/integration_metadata_spec.rb +1 -1
- data/spec/models/integration_spec.rb +1 -1
- data/spec/models/integration_status_rep_spec.rb +1 -1
- data/spec/models/integration_status_spec.rb +1 -1
- data/spec/models/integration_subscription_status_rep_spec.rb +1 -1
- data/spec/models/integrations_spec.rb +1 -1
- data/spec/models/invalid_request_error_rep_spec.rb +1 -1
- data/spec/models/ip_list_spec.rb +1 -1
- data/spec/models/iteration_expandable_properties_spec.rb +40 -0
- data/spec/models/iteration_input_spec.rb +58 -0
- data/spec/models/iteration_rep_spec.rb +94 -0
- data/spec/models/last_seen_metadata_spec.rb +1 -1
- data/spec/models/link_spec.rb +1 -1
- data/spec/models/member_data_rep_spec.rb +1 -1
- data/spec/models/member_import_item_spec.rb +1 -1
- data/spec/models/member_permission_grant_summary_rep_spec.rb +1 -1
- data/spec/models/member_spec.rb +1 -1
- data/spec/models/member_summary_spec.rb +1 -1
- data/spec/models/member_team_summary_rep_spec.rb +1 -1
- data/spec/models/member_teams_post_input_spec.rb +1 -1
- data/spec/models/members_spec.rb +1 -1
- data/spec/models/method_not_allowed_error_rep_spec.rb +1 -1
- data/spec/models/metric_collection_rep_spec.rb +1 -1
- data/spec/models/metric_input_spec.rb +40 -0
- data/spec/models/metric_listing_rep_spec.rb +1 -1
- data/spec/models/metric_post_spec.rb +1 -1
- data/spec/models/metric_rep_spec.rb +1 -129
- data/spec/models/metric_seen_spec.rb +1 -1
- data/spec/models/modification_spec.rb +1 -1
- data/spec/models/multi_environment_dependent_flag_spec.rb +1 -1
- data/spec/models/multi_environment_dependent_flags_spec.rb +1 -1
- data/spec/models/new_member_form_spec.rb +1 -1
- data/spec/models/not_found_error_rep_spec.rb +1 -1
- data/spec/models/null_decimal_spec.rb +40 -0
- data/spec/models/parameter_rep_spec.rb +40 -0
- data/spec/models/parent_resource_rep_spec.rb +1 -1
- data/spec/models/patch_failed_error_rep_spec.rb +1 -1
- data/spec/models/patch_operation_spec.rb +1 -1
- data/spec/models/patch_segment_instruction_spec.rb +1 -1
- data/spec/models/patch_segment_request_spec.rb +1 -1
- data/spec/models/patch_with_comment_spec.rb +1 -1
- data/spec/models/permission_grant_input_spec.rb +1 -1
- data/spec/models/post_approval_request_apply_request_spec.rb +1 -1
- data/spec/models/post_approval_request_review_request_spec.rb +1 -1
- data/spec/models/post_flag_scheduled_changes_input_spec.rb +1 -1
- data/spec/models/prerequisite_spec.rb +1 -1
- data/spec/models/project_listing_rep_spec.rb +1 -1
- data/spec/models/project_post_spec.rb +1 -1
- data/spec/models/project_spec.rb +1 -1
- data/spec/models/project_summary_spec.rb +1 -1
- data/spec/models/projects_spec.rb +1 -1
- data/spec/models/pub_nub_detail_rep_spec.rb +1 -1
- data/spec/models/put_branch_spec.rb +1 -1
- data/spec/models/rate_limited_error_rep_spec.rb +1 -1
- data/spec/models/recent_trigger_body_spec.rb +1 -1
- data/spec/models/reference_rep_spec.rb +1 -1
- data/spec/models/relay_auto_config_collection_rep_spec.rb +1 -1
- data/spec/models/relay_auto_config_post_spec.rb +1 -1
- data/spec/models/relay_auto_config_rep_spec.rb +1 -1
- data/spec/models/repository_collection_rep_spec.rb +1 -1
- data/spec/models/repository_post_spec.rb +1 -1
- data/spec/models/repository_rep_spec.rb +1 -1
- data/spec/models/resolved_context_spec.rb +1 -1
- data/spec/models/resolved_image_spec.rb +1 -1
- data/spec/models/resolved_title_spec.rb +1 -1
- data/spec/models/resolved_ui_block_element_spec.rb +1 -1
- data/spec/models/resolved_ui_blocks_spec.rb +1 -1
- data/spec/models/resource_access_spec.rb +1 -1
- data/spec/models/resource_id_response_spec.rb +1 -1
- data/spec/models/review_output_rep_spec.rb +1 -1
- data/spec/models/review_response_spec.rb +1 -1
- data/spec/models/rollout_spec.rb +1 -1
- data/spec/models/rule_spec.rb +1 -1
- data/spec/models/schedule_condition_input_rep_spec.rb +1 -1
- data/spec/models/schedule_condition_output_rep_spec.rb +1 -1
- data/spec/models/sdk_list_rep_spec.rb +1 -1
- data/spec/models/sdk_version_list_rep_spec.rb +1 -1
- data/spec/models/sdk_version_rep_spec.rb +1 -1
- data/spec/models/segment_body_spec.rb +1 -1
- data/spec/models/segment_metadata_spec.rb +1 -1
- data/spec/models/segment_user_list_spec.rb +1 -1
- data/spec/models/segment_user_state_spec.rb +1 -1
- data/spec/models/series_list_rep_spec.rb +1 -1
- data/spec/models/source_env_spec.rb +1 -1
- data/spec/models/source_flag_spec.rb +1 -1
- data/spec/models/stage_input_rep_spec.rb +7 -1
- data/spec/models/stage_output_rep_spec.rb +1 -1
- data/spec/models/statement_post_data_spec.rb +1 -1
- data/spec/models/statement_post_spec.rb +1 -1
- data/spec/models/statement_rep_spec.rb +1 -1
- data/spec/models/statement_spec.rb +1 -1
- data/spec/models/statistic_collection_rep_spec.rb +1 -1
- data/spec/models/statistic_rep_spec.rb +7 -1
- data/spec/models/statistics_root_spec.rb +1 -1
- data/spec/models/status_conflict_error_rep_spec.rb +1 -1
- data/spec/models/subject_data_rep_spec.rb +1 -1
- data/spec/models/subscription_post_spec.rb +1 -1
- data/spec/models/tag_collection_spec.rb +1 -1
- data/spec/models/target_resource_rep_spec.rb +1 -1
- data/spec/models/target_spec.rb +1 -1
- data/spec/models/team_custom_role_spec.rb +1 -1
- data/spec/models/team_custom_roles_spec.rb +1 -1
- data/spec/models/team_imports_rep_spec.rb +1 -1
- data/spec/models/team_maintainers_spec.rb +1 -1
- data/spec/models/team_patch_input_spec.rb +1 -1
- data/spec/models/team_post_input_spec.rb +1 -1
- data/spec/models/team_projects_spec.rb +1 -1
- data/spec/models/team_spec.rb +1 -1
- data/spec/models/teams_spec.rb +1 -1
- data/spec/models/timestamp_rep_spec.rb +1 -1
- data/spec/models/title_rep_spec.rb +1 -1
- data/spec/models/token_data_rep_spec.rb +1 -1
- data/spec/models/token_spec.rb +1 -1
- data/spec/models/tokens_spec.rb +1 -1
- data/spec/models/treatment_input_spec.rb +52 -0
- data/spec/models/treatment_parameter_input_spec.rb +40 -0
- data/spec/models/treatment_rep_spec.rb +58 -0
- data/spec/models/trigger_post_spec.rb +1 -1
- data/spec/models/trigger_workflow_collection_rep_spec.rb +1 -1
- data/spec/models/trigger_workflow_rep_spec.rb +1 -1
- data/spec/models/unauthorized_error_rep_spec.rb +1 -1
- data/spec/models/url_post_spec.rb +1 -1
- data/spec/models/user_attribute_names_rep_spec.rb +1 -1
- data/spec/models/user_flag_setting_spec.rb +7 -1
- data/spec/models/user_flag_settings_spec.rb +1 -1
- data/spec/models/user_record_rep_spec.rb +1 -1
- data/spec/models/user_record_spec.rb +1 -1
- data/spec/models/user_segment_rule_spec.rb +1 -1
- data/spec/models/user_segment_spec.rb +1 -1
- data/spec/models/user_segments_spec.rb +1 -1
- data/spec/models/user_spec.rb +1 -1
- data/spec/models/users_spec.rb +1 -1
- data/spec/models/value_put_spec.rb +1 -1
- data/spec/models/variation_or_rollout_rep_spec.rb +1 -1
- data/spec/models/variation_spec.rb +1 -1
- data/spec/models/variation_summary_spec.rb +1 -1
- data/spec/models/versions_rep_spec.rb +1 -1
- data/spec/models/webhook_post_spec.rb +1 -1
- data/spec/models/webhook_spec.rb +1 -1
- data/spec/models/webhooks_spec.rb +1 -1
- data/spec/models/weighted_variation_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +93 -18
- data/lib/launchdarkly_api/models/experiment_results_rep.rb +0 -280
- data/spec/models/experiment_results_rep_spec.rb +0 -70
data/docs/FlagTriggerInput.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **comment** | **String** | | [optional] |
|
8
|
-
| **instructions** | **Array<
|
8
|
+
| **instructions** | **Array<Object>** | The action to perform when triggering. It should pass an array with a single {\"kind\": <flag_action>} object. Currently supported flag actions are \"turnFlagOn\" and \"turnFlagOff\". | [optional] |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# LaunchDarklyApi::IterationExpandableProperties
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **treatments** | [**Array<TreatmentRep>**](TreatmentRep.md) | | [optional] |
|
8
|
+
| **secondary_metrics** | [**Array<MetricRep>**](MetricRep.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<MetricInput>**](MetricInput.md) | | |
|
10
|
+
| **treatments** | [**Array<TreatmentInput>**](TreatmentInput.md) | | |
|
11
|
+
| **flags** | [**Hash<String, FlagInput>**](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,38 @@
|
|
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
|
+
| **can_reshuffle_traffic** | **Boolean** | | [optional] |
|
14
|
+
| **flags** | [**Hash<String, FlagRep>**](FlagRep.md) | | [optional] |
|
15
|
+
| **primary_metric** | [**MetricRep**](MetricRep.md) | | [optional] |
|
16
|
+
| **treatments** | [**Array<TreatmentRep>**](TreatmentRep.md) | | [optional] |
|
17
|
+
| **secondary_metrics** | [**Array<MetricRep>**](MetricRep.md) | | [optional] |
|
18
|
+
|
19
|
+
## Example
|
20
|
+
|
21
|
+
```ruby
|
22
|
+
require 'launchdarkly_api'
|
23
|
+
|
24
|
+
instance = LaunchDarklyApi::IterationRep.new(
|
25
|
+
_id: null,
|
26
|
+
hypothesis: null,
|
27
|
+
status: null,
|
28
|
+
started_at: null,
|
29
|
+
ended_at: null,
|
30
|
+
winning_treatment_id: null,
|
31
|
+
can_reshuffle_traffic: null,
|
32
|
+
flags: null,
|
33
|
+
primary_metric: null,
|
34
|
+
treatments: null,
|
35
|
+
secondary_metrics: null
|
36
|
+
)
|
37
|
+
```
|
38
|
+
|
data/docs/MetricInput.md
ADDED
@@ -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
|
+
|
data/docs/MetricRep.md
CHANGED
@@ -4,29 +4,9 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **_id** | **String** | | |
|
8
7
|
| **key** | **String** | | |
|
9
8
|
| **name** | **String** | | |
|
10
|
-
| **kind** | **String** | | |
|
11
|
-
| **_attached_flag_count** | **Integer** | | [optional] |
|
12
9
|
| **_links** | [**Hash<String, Link>**](Link.md) | | |
|
13
|
-
| **_site** | [**Link**](Link.md) | | [optional] |
|
14
|
-
| **_access** | [**Access**](Access.md) | | [optional] |
|
15
|
-
| **tags** | **Array<String>** | | |
|
16
|
-
| **_creation_date** | **Integer** | | |
|
17
|
-
| **last_modified** | [**Modification**](Modification.md) | | [optional] |
|
18
|
-
| **maintainer_id** | **String** | | [optional] |
|
19
|
-
| **_maintainer** | [**MemberSummary**](MemberSummary.md) | | [optional] |
|
20
|
-
| **description** | **String** | | [optional] |
|
21
|
-
| **is_numeric** | **Boolean** | | [optional] |
|
22
|
-
| **success_criteria** | **String** | | [optional] |
|
23
|
-
| **unit** | **String** | | [optional] |
|
24
|
-
| **event_key** | **String** | | [optional] |
|
25
|
-
| **is_active** | **Boolean** | | [optional] |
|
26
|
-
| **_attached_features** | [**Array<FlagListingRep>**](FlagListingRep.md) | | [optional] |
|
27
|
-
| **_version** | **Integer** | | [optional] |
|
28
|
-
| **selector** | **String** | | [optional] |
|
29
|
-
| **urls** | **Array<Object>** | | [optional] |
|
30
10
|
|
31
11
|
## Example
|
32
12
|
|
@@ -34,29 +14,9 @@
|
|
34
14
|
require 'launchdarkly_api'
|
35
15
|
|
36
16
|
instance = LaunchDarklyApi::MetricRep.new(
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
kind: null,
|
41
|
-
_attached_flag_count: 0,
|
42
|
-
_links: {"parent":{"href":"/api/v2/metrics/my-project","type":"application/json"},"self":{"href":"/api/v2/metrics/my-project/my-metric","type":"application/json"}},
|
43
|
-
_site: null,
|
44
|
-
_access: null,
|
45
|
-
tags: [],
|
46
|
-
_creation_date: null,
|
47
|
-
last_modified: null,
|
48
|
-
maintainer_id: 569fdeadbeef1644facecafe,
|
49
|
-
_maintainer: null,
|
50
|
-
description: null,
|
51
|
-
is_numeric: null,
|
52
|
-
success_criteria: null,
|
53
|
-
unit: null,
|
54
|
-
event_key: null,
|
55
|
-
is_active: null,
|
56
|
-
_attached_features: null,
|
57
|
-
_version: null,
|
58
|
-
selector: null,
|
59
|
-
urls: null
|
17
|
+
key: null,
|
18
|
+
name: null,
|
19
|
+
_links: {"self":{"href":"/api/v2/metrics/my-project/my-metric","type":"application/json"}}
|
60
20
|
)
|
61
21
|
```
|
62
22
|
|
data/docs/NullDecimal.md
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
# LaunchDarklyApi::NullDecimal
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **decimal** | [**Decimal**](Decimal.md) | | [optional] |
|
8
|
+
| **valid** | **Boolean** | | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'launchdarkly_api'
|
14
|
+
|
15
|
+
instance = LaunchDarklyApi::NullDecimal.new(
|
16
|
+
decimal: null,
|
17
|
+
valid: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# LaunchDarklyApi::ParameterRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **variation_id** | **String** | | [optional] |
|
8
|
+
| **flag_key** | **String** | | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'launchdarkly_api'
|
14
|
+
|
15
|
+
instance = LaunchDarklyApi::ParameterRep.new(
|
16
|
+
variation_id: null,
|
17
|
+
flag_key: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
data/docs/ScheduledChangesApi.md
CHANGED
@@ -265,7 +265,7 @@ project_key = 'project_key_example' # String | The project key
|
|
265
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
|
-
flag_scheduled_changes_input = LaunchDarklyApi::FlagScheduledChangesInput.new({instructions: [
|
268
|
+
flag_scheduled_changes_input = LaunchDarklyApi::FlagScheduledChangesInput.new({instructions: [3.56]}) # FlagScheduledChangesInput |
|
269
269
|
opts = {
|
270
270
|
ignore_conflicts: true # Boolean | Whether or not to succeed or fail when the new instructions conflict with existing scheduled changes
|
271
271
|
}
|
@@ -347,7 +347,7 @@ api_instance = LaunchDarklyApi::ScheduledChangesApi.new
|
|
347
347
|
project_key = 'project_key_example' # String | The project key
|
348
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
|
-
post_flag_scheduled_changes_input = LaunchDarklyApi::PostFlagScheduledChangesInput.new({execution_date: 3.56, instructions: [
|
350
|
+
post_flag_scheduled_changes_input = LaunchDarklyApi::PostFlagScheduledChangesInput.new({execution_date: 3.56, instructions: [3.56]}) # PostFlagScheduledChangesInput |
|
351
351
|
opts = {
|
352
352
|
ignore_conflicts: true # Boolean | Whether or not to succeed or fail when the new instructions conflict with existing scheduled changes
|
353
353
|
}
|
data/docs/SegmentsBetaApi.md
CHANGED
@@ -86,7 +86,7 @@ nil (empty response body)
|
|
86
86
|
|
87
87
|
## create_big_segment_import
|
88
88
|
|
89
|
-
> create_big_segment_import(project_key, environment_key, segment_key)
|
89
|
+
> create_big_segment_import(project_key, environment_key, segment_key, opts)
|
90
90
|
|
91
91
|
Create Big Segment import
|
92
92
|
|
@@ -109,10 +109,14 @@ api_instance = LaunchDarklyApi::SegmentsBetaApi.new
|
|
109
109
|
project_key = 'project_key_example' # String | The project key
|
110
110
|
environment_key = 'environment_key_example' # String | The environment key
|
111
111
|
segment_key = 'segment_key_example' # String | The segment key
|
112
|
+
opts = {
|
113
|
+
file: File.new('/path/to/some/file'), # File | CSV file containing keys
|
114
|
+
mode: 'mode_example' # String | Import mode. Use either `merge` or `replace`
|
115
|
+
}
|
112
116
|
|
113
117
|
begin
|
114
118
|
# Create Big Segment import
|
115
|
-
api_instance.create_big_segment_import(project_key, environment_key, segment_key)
|
119
|
+
api_instance.create_big_segment_import(project_key, environment_key, segment_key, opts)
|
116
120
|
rescue LaunchDarklyApi::ApiError => e
|
117
121
|
puts "Error when calling SegmentsBetaApi->create_big_segment_import: #{e}"
|
118
122
|
end
|
@@ -122,12 +126,12 @@ end
|
|
122
126
|
|
123
127
|
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
124
128
|
|
125
|
-
> <Array(nil, Integer, Hash)> create_big_segment_import_with_http_info(project_key, environment_key, segment_key)
|
129
|
+
> <Array(nil, Integer, Hash)> create_big_segment_import_with_http_info(project_key, environment_key, segment_key, opts)
|
126
130
|
|
127
131
|
```ruby
|
128
132
|
begin
|
129
133
|
# Create Big Segment import
|
130
|
-
data, status_code, headers = api_instance.create_big_segment_import_with_http_info(project_key, environment_key, segment_key)
|
134
|
+
data, status_code, headers = api_instance.create_big_segment_import_with_http_info(project_key, environment_key, segment_key, opts)
|
131
135
|
p status_code # => 2xx
|
132
136
|
p headers # => { ... }
|
133
137
|
p data # => nil
|
@@ -143,6 +147,8 @@ end
|
|
143
147
|
| **project_key** | **String** | The project key | |
|
144
148
|
| **environment_key** | **String** | The environment key | |
|
145
149
|
| **segment_key** | **String** | The segment key | |
|
150
|
+
| **file** | **File** | CSV file containing keys | [optional] |
|
151
|
+
| **mode** | **String** | Import mode. Use either `merge` or `replace` | [optional] |
|
146
152
|
|
147
153
|
### Return type
|
148
154
|
|
@@ -154,7 +160,7 @@ nil (empty response body)
|
|
154
160
|
|
155
161
|
### HTTP request headers
|
156
162
|
|
157
|
-
- **Content-Type**:
|
163
|
+
- **Content-Type**: multipart/form-data
|
158
164
|
- **Accept**: application/json
|
159
165
|
|
160
166
|
|
data/docs/StageInputRep.md
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **name** | **String** | | [optional] |
|
8
|
+
| **execute_conditions_in_sequence** | **Boolean** | | [optional] |
|
8
9
|
| **conditions** | [**Array<ConditionInputRep>**](ConditionInputRep.md) | | [optional] |
|
9
10
|
| **action** | [**ActionInputRep**](ActionInputRep.md) | | [optional] |
|
10
11
|
|
@@ -15,6 +16,7 @@ require 'launchdarkly_api'
|
|
15
16
|
|
16
17
|
instance = LaunchDarklyApi::StageInputRep.new(
|
17
18
|
name: null,
|
19
|
+
execute_conditions_in_sequence: null,
|
18
20
|
conditions: null,
|
19
21
|
action: null
|
20
22
|
)
|
data/docs/StatisticRep.md
CHANGED
@@ -10,6 +10,7 @@
|
|
10
10
|
| **enabled** | **Boolean** | | |
|
11
11
|
| **version** | **Integer** | | |
|
12
12
|
| **hunk_count** | **Integer** | | |
|
13
|
+
| **file_count** | **Integer** | | |
|
13
14
|
| **_links** | [**Hash<String, Link>**](Link.md) | | |
|
14
15
|
|
15
16
|
## Example
|
@@ -24,6 +25,7 @@ instance = LaunchDarklyApi::StatisticRep.new(
|
|
24
25
|
enabled: null,
|
25
26
|
version: null,
|
26
27
|
hunk_count: null,
|
28
|
+
file_count: null,
|
27
29
|
_links: null
|
28
30
|
)
|
29
31
|
```
|
data/docs/TeamPatchInput.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **comment** | **String** | | [optional] |
|
8
|
-
| **instructions** | **Array<
|
8
|
+
| **instructions** | **Array<Object>** | | [optional] |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# LaunchDarklyApi::TreatmentInput
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | | |
|
8
|
+
| **baseline** | **Boolean** | | |
|
9
|
+
| **allocation_percent** | **String** | | |
|
10
|
+
| **parameters** | [**Array<TreatmentParameterInput>**](TreatmentParameterInput.md) | | |
|
11
|
+
|
12
|
+
## Example
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'launchdarkly_api'
|
16
|
+
|
17
|
+
instance = LaunchDarklyApi::TreatmentInput.new(
|
18
|
+
name: null,
|
19
|
+
baseline: null,
|
20
|
+
allocation_percent: null,
|
21
|
+
parameters: null
|
22
|
+
)
|
23
|
+
```
|
24
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# LaunchDarklyApi::TreatmentParameterInput
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **flag_key** | **String** | | |
|
8
|
+
| **variation_id** | **String** | | |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'launchdarkly_api'
|
14
|
+
|
15
|
+
instance = LaunchDarklyApi::TreatmentParameterInput.new(
|
16
|
+
flag_key: null,
|
17
|
+
variation_id: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# LaunchDarklyApi::TreatmentRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **_id** | **String** | | [optional] |
|
8
|
+
| **name** | **String** | | |
|
9
|
+
| **allocation_percent** | [**NullDecimal**](NullDecimal.md) | | |
|
10
|
+
| **baseline** | **Boolean** | | [optional] |
|
11
|
+
| **parameters** | [**Array<ParameterRep>**](ParameterRep.md) | | [optional] |
|
12
|
+
|
13
|
+
## Example
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'launchdarkly_api'
|
17
|
+
|
18
|
+
instance = LaunchDarklyApi::TreatmentRep.new(
|
19
|
+
_id: null,
|
20
|
+
name: null,
|
21
|
+
allocation_percent: null,
|
22
|
+
baseline: null,
|
23
|
+
parameters: null
|
24
|
+
)
|
25
|
+
```
|
26
|
+
|
data/docs/TriggerPost.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **comment** | **String** | | [optional] |
|
8
|
-
| **instructions** | **Array<
|
8
|
+
| **instructions** | **Array<Object>** | The action to perform when triggering. It should pass an array with a single {\"kind\": <flag_action>} object. Currently supported flag actions are \"turnFlagOn\" and \"turnFlagOff\". | [optional] |
|
9
9
|
| **integration_key** | **String** | The unique identifier of the integration you intend to set your trigger up with. \"generic-trigger\" should be used for integrations not explicitly supported. | |
|
10
10
|
|
11
11
|
## Example
|
data/docs/TriggerWorkflowRep.md
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
| **_maintainer** | [**MemberSummary**](MemberSummary.md) | | [optional] |
|
12
12
|
| **enabled** | **Boolean** | | [optional] |
|
13
13
|
| **_integration_key** | **String** | | [optional] |
|
14
|
-
| **instructions** | **Array<
|
14
|
+
| **instructions** | **Array<Object>** | | [optional] |
|
15
15
|
| **_last_triggered_at** | **Integer** | | [optional] |
|
16
16
|
| **_recent_trigger_bodies** | [**Array<RecentTriggerBody>**](RecentTriggerBody.md) | | [optional] |
|
17
17
|
| **_trigger_count** | **Integer** | | [optional] |
|
data/docs/UserFlagSetting.md
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
| **_links** | [**Hash<String, Link>**](Link.md) | | |
|
8
8
|
| **_value** | **Object** | | |
|
9
9
|
| **setting** | **Object** | | |
|
10
|
+
| **reason** | [**EvaluationReason**](EvaluationReason.md) | | [optional] |
|
10
11
|
|
11
12
|
## Example
|
12
13
|
|
@@ -16,7 +17,8 @@ require 'launchdarkly_api'
|
|
16
17
|
instance = LaunchDarklyApi::UserFlagSetting.new(
|
17
18
|
_links: {"sort.order":{"href":"/api/v2/users/lacuna/production/Abbie_Braun/flags/sort.order","type":"application/json"}},
|
18
19
|
_value: true,
|
19
|
-
setting: null
|
20
|
+
setting: null,
|
21
|
+
reason: null
|
20
22
|
)
|
21
23
|
```
|
22
24
|
|