launchdarkly_api 6.0.1 → 7.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +50 -22
- data/docs/AccessDeniedReasonRep.md +4 -4
- data/docs/AccessTokensApi.md +1 -1
- data/docs/AccountMembersApi.md +12 -12
- data/docs/ActionInputRep.md +18 -0
- data/docs/ActionOutputRep.md +20 -0
- data/docs/ApprovalConditionInputRep.md +20 -0
- data/docs/ApprovalConditionOutputRep.md +26 -0
- data/docs/ApprovalSettings.md +1 -1
- data/docs/ApprovalsApi.md +3 -3
- data/docs/BranchCollectionRep.md +1 -1
- data/docs/BranchRep.md +9 -9
- data/docs/CodeReferencesApi.md +28 -27
- data/docs/ConditionBaseOutputRep.md +22 -0
- data/docs/ConditionInputRep.md +26 -0
- data/docs/ConditionOutputRep.md +34 -0
- data/docs/ConflictOutputRep.md +20 -0
- data/docs/CreateCopyFlagConfigApprovalRequestRequest.md +1 -1
- data/docs/CustomRole.md +10 -8
- data/docs/CustomRolePost.md +3 -1
- data/docs/CustomRolePostData.md +3 -1
- data/docs/CustomRolesApi.md +11 -11
- data/docs/CustomWorkflowInputRep.md +24 -0
- data/docs/CustomWorkflowOutputRep.md +38 -0
- data/docs/CustomWorkflowsListingOutputRep.md +18 -0
- data/docs/DataExportDestinationsApi.md +1 -1
- data/docs/DerivedAttribute.md +20 -0
- data/docs/Environment.md +4 -0
- data/docs/EnvironmentsApi.md +2 -2
- data/docs/ExecutionOutputRep.md +18 -0
- data/docs/ExperimentResultsRep.md +3 -1
- data/docs/ExperimentsBetaApi.md +1 -1
- data/docs/Extinction.md +8 -8
- data/docs/ExtinctionCollectionRep.md +1 -1
- data/docs/FeatureFlagBody.md +1 -1
- data/docs/FeatureFlagsApi.md +1 -1
- data/docs/FlagConfigApprovalRequestResponse.md +2 -2
- data/docs/ForbiddenErrorRep.md +20 -0
- data/docs/HunkRep.md +10 -10
- data/docs/InvalidRequestErrorRep.md +20 -0
- data/docs/Member.md +3 -1
- data/docs/MethodNotAllowedErrorRep.md +20 -0
- data/docs/MetricSeen.md +20 -0
- data/docs/MetricsApi.md +1 -1
- data/docs/NotFoundErrorRep.md +20 -0
- data/docs/OtherApi.md +4 -4
- data/docs/PatchFailedErrorRep.md +20 -0
- data/docs/ProjectPost.md +1 -1
- data/docs/ProjectsApi.md +2 -2
- data/docs/PutBranch.md +26 -0
- data/docs/RateLimitedErrorRep.md +20 -0
- data/docs/ReferenceRep.md +5 -5
- data/docs/RelayProxyConfigurationsApi.md +2 -2
- data/docs/RepositoryCollectionRep.md +1 -1
- data/docs/RepositoryPost.md +8 -8
- data/docs/RepositoryRep.md +17 -17
- data/docs/ReviewOutputRep.md +26 -0
- data/docs/ScheduleConditionInputRep.md +20 -0
- data/docs/ScheduleConditionOutputRep.md +18 -0
- data/docs/ScheduledChangesApi.md +1 -1
- data/docs/SegmentsApi.md +3 -3
- data/docs/StageInputRep.md +22 -0
- data/docs/StageOutputRep.md +26 -0
- data/docs/Statement.md +4 -4
- data/docs/StatementPost.md +2 -2
- data/docs/StatementPostData.md +2 -2
- data/docs/StatementRep.md +3 -3
- data/docs/StatusConflictErrorRep.md +20 -0
- data/docs/TeamPostInput.md +6 -6
- data/docs/TeamsBetaApi.md +37 -28
- data/docs/UnauthorizedErrorRep.md +20 -0
- data/docs/User.md +26 -14
- data/docs/UserRecord.md +5 -1
- data/docs/UserRecordRep.md +26 -0
- data/docs/UserSegment.md +3 -1
- data/docs/UserSettingsApi.md +1 -1
- data/docs/Users.md +1 -1
- data/docs/UsersApi.md +11 -7
- data/docs/WebhooksApi.md +1 -1
- data/docs/WorkflowsBetaApi.md +316 -0
- data/git_push.sh +3 -3
- data/launchdarkly_api.gemspec +3 -3
- data/lib/launchdarkly_api/api/access_tokens_api.rb +12 -4
- data/lib/launchdarkly_api/api/account_members_api.rb +29 -21
- data/lib/launchdarkly_api/api/account_usage_beta_api.rb +2 -2
- data/lib/launchdarkly_api/api/approvals_api.rb +21 -7
- data/lib/launchdarkly_api/api/audit_log_api.rb +2 -2
- data/lib/launchdarkly_api/api/code_references_api.rb +58 -33
- data/lib/launchdarkly_api/api/custom_roles_api.rb +24 -16
- data/lib/launchdarkly_api/api/data_export_destinations_api.rb +12 -4
- data/lib/launchdarkly_api/api/environments_api.rb +14 -6
- data/lib/launchdarkly_api/api/experiments_beta_api.rb +4 -2
- data/lib/launchdarkly_api/api/feature_flags_api.rb +20 -6
- data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +2 -2
- data/lib/launchdarkly_api/api/metrics_api.rb +12 -4
- data/lib/launchdarkly_api/api/other_api.rb +5 -5
- data/lib/launchdarkly_api/api/projects_api.rb +14 -6
- data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +12 -4
- data/lib/launchdarkly_api/api/scheduled_changes_api.rb +12 -4
- data/lib/launchdarkly_api/api/segments_api.rb +22 -6
- data/lib/launchdarkly_api/api/teams_beta_api.rb +39 -22
- data/lib/launchdarkly_api/api/user_settings_api.rb +12 -4
- data/lib/launchdarkly_api/api/users_api.rb +15 -7
- data/lib/launchdarkly_api/api/users_beta_api.rb +2 -2
- data/lib/launchdarkly_api/api/webhooks_api.rb +12 -4
- data/lib/launchdarkly_api/api/workflows_beta_api.rb +345 -0
- data/lib/launchdarkly_api/api_client.rb +5 -5
- data/lib/launchdarkly_api/api_error.rb +2 -2
- data/lib/launchdarkly_api/configuration.rb +4 -3
- data/lib/launchdarkly_api/models/access_denied_reason_rep.rb +8 -4
- data/lib/launchdarkly_api/models/access_denied_rep.rb +2 -2
- data/lib/launchdarkly_api/models/access_rep.rb +2 -2
- data/lib/launchdarkly_api/models/access_token_post.rb +2 -2
- data/lib/launchdarkly_api/models/action_input_rep.rb +219 -0
- data/lib/launchdarkly_api/models/action_output_rep.rb +239 -0
- data/lib/launchdarkly_api/models/approval_condition_input_rep.rb +229 -0
- data/lib/launchdarkly_api/models/approval_condition_output_rep.rb +278 -0
- data/lib/launchdarkly_api/models/approval_settings.rb +3 -3
- data/lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb +2 -2
- data/lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb +2 -2
- data/lib/launchdarkly_api/models/audit_log_entry_rep.rb +2 -2
- data/lib/launchdarkly_api/models/authorized_app_data_rep.rb +2 -2
- data/lib/launchdarkly_api/models/big_segment_target.rb +2 -2
- data/lib/launchdarkly_api/models/branch_collection_rep.rb +3 -2
- data/lib/launchdarkly_api/models/branch_rep.rb +26 -2
- data/lib/launchdarkly_api/models/clause.rb +2 -2
- data/lib/launchdarkly_api/models/client_side_availability.rb +2 -2
- data/lib/launchdarkly_api/models/client_side_availability_post.rb +2 -2
- data/lib/launchdarkly_api/models/condition_base_output_rep.rb +246 -0
- data/lib/launchdarkly_api/models/condition_input_rep.rb +256 -0
- data/lib/launchdarkly_api/models/condition_output_rep.rb +324 -0
- data/lib/launchdarkly_api/models/confidence_interval_rep.rb +2 -2
- data/lib/launchdarkly_api/models/conflict.rb +2 -2
- data/lib/launchdarkly_api/models/conflict_output_rep.rb +237 -0
- data/lib/launchdarkly_api/models/copied_from_env.rb +2 -2
- data/lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb +7 -2
- data/lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb +2 -2
- data/lib/launchdarkly_api/models/custom_property.rb +2 -2
- data/lib/launchdarkly_api/models/custom_role.rb +47 -38
- data/lib/launchdarkly_api/models/custom_role_post.rb +15 -6
- data/lib/launchdarkly_api/models/custom_role_post_data.rb +15 -6
- data/lib/launchdarkly_api/models/custom_roles.rb +2 -2
- data/lib/launchdarkly_api/models/custom_workflow_input_rep.rb +252 -0
- data/lib/launchdarkly_api/models/custom_workflow_meta.rb +2 -2
- data/lib/launchdarkly_api/models/custom_workflow_output_rep.rb +354 -0
- data/lib/launchdarkly_api/models/custom_workflow_stage_meta.rb +2 -2
- data/lib/launchdarkly_api/models/custom_workflows_listing_output_rep.rb +225 -0
- data/lib/launchdarkly_api/models/default_client_side_availability_post.rb +2 -2
- data/lib/launchdarkly_api/models/defaults.rb +2 -2
- data/lib/launchdarkly_api/models/dependent_flag.rb +2 -2
- data/lib/launchdarkly_api/models/dependent_flag_environment.rb +2 -2
- data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +2 -2
- data/lib/launchdarkly_api/models/derived_attribute.rb +228 -0
- data/lib/launchdarkly_api/models/destination.rb +2 -2
- data/lib/launchdarkly_api/models/destination_post.rb +2 -2
- data/lib/launchdarkly_api/models/destinations.rb +2 -2
- data/lib/launchdarkly_api/models/environment.rb +31 -3
- data/lib/launchdarkly_api/models/environment_post.rb +2 -2
- data/lib/launchdarkly_api/models/execution_output_rep.rb +223 -0
- data/lib/launchdarkly_api/models/experiment_allocation_rep.rb +2 -2
- data/lib/launchdarkly_api/models/experiment_enabled_period_rep.rb +2 -2
- data/lib/launchdarkly_api/models/experiment_environment_setting_rep.rb +2 -2
- data/lib/launchdarkly_api/models/experiment_info_rep.rb +2 -2
- data/lib/launchdarkly_api/models/experiment_metadata_rep.rb +2 -2
- data/lib/launchdarkly_api/models/experiment_rep.rb +2 -2
- data/lib/launchdarkly_api/models/experiment_results_rep.rb +15 -6
- data/lib/launchdarkly_api/models/experiment_stats_rep.rb +2 -2
- data/lib/launchdarkly_api/models/experiment_time_series_slice.rb +2 -2
- data/lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb +2 -2
- data/lib/launchdarkly_api/models/experiment_totals_rep.rb +2 -2
- data/lib/launchdarkly_api/models/expiring_user_target_error.rb +2 -2
- data/lib/launchdarkly_api/models/expiring_user_target_get_response.rb +2 -2
- data/lib/launchdarkly_api/models/expiring_user_target_item.rb +2 -2
- data/lib/launchdarkly_api/models/expiring_user_target_patch_response.rb +2 -2
- data/lib/launchdarkly_api/models/extinction.rb +22 -13
- data/lib/launchdarkly_api/models/extinction_collection_rep.rb +4 -3
- data/lib/launchdarkly_api/models/feature_flag.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flag_body.rb +3 -3
- data/lib/launchdarkly_api/models/feature_flag_config.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flag_status.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flag_statuses.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flags.rb +2 -2
- data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +9 -9
- data/lib/launchdarkly_api/models/flag_config_approval_requests_response.rb +2 -2
- data/lib/launchdarkly_api/models/flag_copy_config_environment.rb +2 -2
- data/lib/launchdarkly_api/models/flag_copy_config_post.rb +2 -2
- data/lib/launchdarkly_api/models/flag_global_attributes_rep.rb +2 -2
- data/lib/launchdarkly_api/models/flag_listing_rep.rb +2 -2
- data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +2 -2
- data/lib/launchdarkly_api/models/flag_status_rep.rb +2 -2
- data/lib/launchdarkly_api/models/flag_summary.rb +2 -2
- data/lib/launchdarkly_api/models/forbidden_error_rep.rb +227 -0
- data/lib/launchdarkly_api/models/hunk_rep.rb +12 -2
- data/lib/launchdarkly_api/models/integration_metadata.rb +2 -2
- data/lib/launchdarkly_api/models/integration_status.rb +2 -2
- data/lib/launchdarkly_api/models/invalid_request_error_rep.rb +227 -0
- data/lib/launchdarkly_api/models/ip_list.rb +2 -2
- data/lib/launchdarkly_api/models/last_seen_metadata.rb +2 -2
- data/lib/launchdarkly_api/models/link.rb +2 -2
- data/lib/launchdarkly_api/models/member.rb +20 -6
- data/lib/launchdarkly_api/models/member_data_rep.rb +2 -2
- data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +2 -2
- data/lib/launchdarkly_api/models/member_summary_rep.rb +2 -2
- data/lib/launchdarkly_api/models/member_team_summary_rep.rb +2 -2
- data/lib/launchdarkly_api/models/members.rb +2 -2
- data/lib/launchdarkly_api/models/method_not_allowed_error_rep.rb +227 -0
- data/lib/launchdarkly_api/models/metric_collection_rep.rb +2 -2
- data/lib/launchdarkly_api/models/metric_listing_rep.rb +2 -2
- data/lib/launchdarkly_api/models/metric_post.rb +2 -2
- data/lib/launchdarkly_api/models/metric_rep.rb +2 -2
- data/lib/launchdarkly_api/models/metric_seen.rb +227 -0
- data/lib/launchdarkly_api/models/modification.rb +2 -2
- data/lib/launchdarkly_api/models/multi_environment_dependent_flag.rb +2 -2
- data/lib/launchdarkly_api/models/multi_environment_dependent_flags.rb +2 -2
- data/lib/launchdarkly_api/models/new_member_form.rb +2 -2
- data/lib/launchdarkly_api/models/not_found_error_rep.rb +227 -0
- data/lib/launchdarkly_api/models/parent_resource_rep.rb +2 -2
- data/lib/launchdarkly_api/models/patch_failed_error_rep.rb +227 -0
- data/lib/launchdarkly_api/models/patch_operation.rb +2 -2
- data/lib/launchdarkly_api/models/patch_segment_instruction.rb +2 -2
- data/lib/launchdarkly_api/models/patch_segment_request.rb +2 -2
- data/lib/launchdarkly_api/models/patch_with_comment.rb +2 -2
- data/lib/launchdarkly_api/models/permission_grant_input.rb +2 -2
- data/lib/launchdarkly_api/models/permission_grant_rep.rb +2 -2
- data/lib/launchdarkly_api/models/post_approval_request_apply_request.rb +2 -2
- data/lib/launchdarkly_api/models/post_approval_request_review_request.rb +2 -2
- data/lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb +2 -2
- data/lib/launchdarkly_api/models/prerequisite.rb +2 -2
- data/lib/launchdarkly_api/models/project.rb +2 -2
- data/lib/launchdarkly_api/models/project_listing_rep.rb +2 -2
- data/lib/launchdarkly_api/models/project_post.rb +3 -3
- data/lib/launchdarkly_api/models/projects.rb +2 -2
- data/lib/launchdarkly_api/models/pub_nub_detail_rep.rb +2 -2
- data/lib/launchdarkly_api/models/put_branch.rb +275 -0
- data/lib/launchdarkly_api/models/rate_limited_error_rep.rb +227 -0
- data/lib/launchdarkly_api/models/reference_rep.rb +14 -2
- data/lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb +2 -2
- data/lib/launchdarkly_api/models/relay_auto_config_post.rb +2 -2
- data/lib/launchdarkly_api/models/relay_auto_config_rep.rb +2 -2
- data/lib/launchdarkly_api/models/repository_collection_rep.rb +3 -2
- data/lib/launchdarkly_api/models/repository_post.rb +4 -2
- data/lib/launchdarkly_api/models/repository_rep.rb +45 -2
- data/lib/launchdarkly_api/models/resource_access.rb +2 -2
- data/lib/launchdarkly_api/models/resource_id_response.rb +2 -2
- data/lib/launchdarkly_api/models/review_output_rep.rb +264 -0
- data/lib/launchdarkly_api/models/review_response.rb +2 -2
- data/lib/launchdarkly_api/models/rollout.rb +2 -2
- data/lib/launchdarkly_api/models/rule.rb +2 -2
- data/lib/launchdarkly_api/models/schedule_condition_input_rep.rb +227 -0
- data/lib/launchdarkly_api/models/schedule_condition_output_rep.rb +218 -0
- data/lib/launchdarkly_api/models/sdk_list_rep.rb +2 -2
- data/lib/launchdarkly_api/models/sdk_version_list_rep.rb +2 -2
- data/lib/launchdarkly_api/models/sdk_version_rep.rb +2 -2
- data/lib/launchdarkly_api/models/segment_body.rb +2 -2
- data/lib/launchdarkly_api/models/segment_metadata.rb +2 -2
- data/lib/launchdarkly_api/models/segment_user_list.rb +2 -2
- data/lib/launchdarkly_api/models/segment_user_state.rb +2 -2
- data/lib/launchdarkly_api/models/series_list_rep.rb +2 -2
- data/lib/launchdarkly_api/models/source_flag.rb +2 -2
- data/lib/launchdarkly_api/models/stage_input_rep.rb +238 -0
- data/lib/launchdarkly_api/models/stage_output_rep.rb +276 -0
- data/lib/launchdarkly_api/models/statement.rb +8 -4
- data/lib/launchdarkly_api/models/statement_post.rb +12 -2
- data/lib/launchdarkly_api/models/statement_post_data.rb +12 -2
- data/lib/launchdarkly_api/models/statement_rep.rb +9 -4
- data/lib/launchdarkly_api/models/statistic_collection_rep.rb +2 -2
- data/lib/launchdarkly_api/models/statistic_rep.rb +2 -2
- data/lib/launchdarkly_api/models/statistics_root.rb +2 -2
- data/lib/launchdarkly_api/models/status_conflict_error_rep.rb +227 -0
- data/lib/launchdarkly_api/models/subject_data_rep.rb +2 -2
- data/lib/launchdarkly_api/models/target.rb +2 -2
- data/lib/launchdarkly_api/models/target_resource_rep.rb +2 -2
- data/lib/launchdarkly_api/models/team_collection_rep.rb +2 -2
- data/lib/launchdarkly_api/models/team_patch_input.rb +2 -2
- data/lib/launchdarkly_api/models/team_post_input.rb +18 -2
- data/lib/launchdarkly_api/models/team_rep.rb +2 -2
- data/lib/launchdarkly_api/models/title_rep.rb +2 -2
- data/lib/launchdarkly_api/models/token.rb +2 -2
- data/lib/launchdarkly_api/models/token_data_rep.rb +2 -2
- data/lib/launchdarkly_api/models/tokens.rb +2 -2
- data/lib/launchdarkly_api/models/unauthorized_error_rep.rb +227 -0
- data/lib/launchdarkly_api/models/url_post.rb +2 -2
- data/lib/launchdarkly_api/models/user.rb +104 -47
- data/lib/launchdarkly_api/models/user_attribute_names_rep.rb +2 -2
- data/lib/launchdarkly_api/models/user_flag_setting.rb +2 -2
- data/lib/launchdarkly_api/models/user_flag_settings.rb +2 -2
- data/lib/launchdarkly_api/models/user_record.rb +27 -7
- data/lib/launchdarkly_api/models/user_record_rep.rb +255 -0
- data/lib/launchdarkly_api/models/user_segment.rb +15 -6
- data/lib/launchdarkly_api/models/user_segment_rule.rb +2 -2
- data/lib/launchdarkly_api/models/user_segments.rb +2 -2
- data/lib/launchdarkly_api/models/users.rb +3 -3
- data/lib/launchdarkly_api/models/value_put.rb +2 -2
- data/lib/launchdarkly_api/models/variation.rb +2 -2
- data/lib/launchdarkly_api/models/variation_or_rollout_rep.rb +2 -2
- data/lib/launchdarkly_api/models/variation_summary.rb +2 -2
- data/lib/launchdarkly_api/models/versions_rep.rb +2 -2
- data/lib/launchdarkly_api/models/webhook.rb +2 -2
- data/lib/launchdarkly_api/models/webhook_post.rb +2 -2
- data/lib/launchdarkly_api/models/webhooks.rb +2 -2
- data/lib/launchdarkly_api/models/weighted_variation.rb +2 -2
- data/lib/launchdarkly_api/version.rb +3 -3
- data/lib/launchdarkly_api.rb +32 -7
- data/spec/api/access_tokens_api_spec.rb +2 -2
- data/spec/api/account_members_api_spec.rb +7 -7
- data/spec/api/account_usage_beta_api_spec.rb +2 -2
- data/spec/api/approvals_api_spec.rb +2 -2
- data/spec/api/audit_log_api_spec.rb +2 -2
- data/spec/api/code_references_api_spec.rb +6 -6
- data/spec/api/custom_roles_api_spec.rb +4 -4
- data/spec/api/data_export_destinations_api_spec.rb +2 -2
- data/spec/api/environments_api_spec.rb +3 -3
- data/spec/api/experiments_beta_api_spec.rb +2 -2
- data/spec/api/feature_flags_api_spec.rb +2 -2
- data/spec/api/feature_flags_beta_api_spec.rb +2 -2
- data/spec/api/metrics_api_spec.rb +2 -2
- data/spec/api/other_api_spec.rb +3 -3
- data/spec/api/projects_api_spec.rb +3 -3
- data/spec/api/relay_proxy_configurations_api_spec.rb +2 -2
- data/spec/api/scheduled_changes_api_spec.rb +2 -2
- data/spec/api/segments_api_spec.rb +2 -2
- data/spec/api/teams_beta_api_spec.rb +14 -11
- data/spec/api/user_settings_api_spec.rb +2 -2
- data/spec/api/users_api_spec.rb +6 -4
- data/spec/api/users_beta_api_spec.rb +2 -2
- data/spec/api/webhooks_api_spec.rb +2 -2
- data/spec/api/workflows_beta_api_spec.rb +94 -0
- data/spec/api_client_spec.rb +4 -4
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/access_denied_reason_rep_spec.rb +2 -2
- data/spec/models/access_denied_rep_spec.rb +2 -2
- data/spec/models/access_rep_spec.rb +2 -2
- data/spec/models/access_token_post_spec.rb +2 -2
- data/spec/models/action_input_rep_spec.rb +34 -0
- data/spec/models/action_output_rep_spec.rb +40 -0
- data/spec/models/approval_condition_input_rep_spec.rb +40 -0
- data/spec/models/approval_condition_output_rep_spec.rb +58 -0
- data/spec/models/approval_settings_spec.rb +2 -2
- data/spec/models/audit_log_entry_listing_rep_collection_spec.rb +2 -2
- data/spec/models/audit_log_entry_listing_rep_spec.rb +2 -2
- data/spec/models/audit_log_entry_rep_spec.rb +2 -2
- data/spec/models/authorized_app_data_rep_spec.rb +2 -2
- data/spec/models/big_segment_target_spec.rb +2 -2
- data/spec/models/branch_collection_rep_spec.rb +2 -2
- data/spec/models/branch_rep_spec.rb +2 -2
- data/spec/models/clause_spec.rb +2 -2
- data/spec/models/client_side_availability_post_spec.rb +2 -2
- data/spec/models/client_side_availability_spec.rb +2 -2
- data/spec/models/condition_base_output_rep_spec.rb +46 -0
- data/spec/models/condition_input_rep_spec.rb +58 -0
- data/spec/models/condition_output_rep_spec.rb +82 -0
- data/spec/models/confidence_interval_rep_spec.rb +2 -2
- data/spec/models/conflict_output_rep_spec.rb +40 -0
- data/spec/models/conflict_spec.rb +2 -2
- data/spec/models/copied_from_env_spec.rb +2 -2
- data/spec/models/create_copy_flag_config_approval_request_request_spec.rb +2 -2
- data/spec/models/create_flag_config_approval_request_request_spec.rb +2 -2
- data/spec/models/custom_property_spec.rb +2 -2
- data/spec/models/custom_role_post_data_spec.rb +8 -2
- data/spec/models/custom_role_post_spec.rb +8 -2
- data/spec/models/custom_role_spec.rb +13 -7
- data/spec/models/custom_roles_spec.rb +2 -2
- data/spec/models/custom_workflow_input_rep_spec.rb +52 -0
- data/spec/models/custom_workflow_meta_spec.rb +2 -2
- data/spec/models/custom_workflow_output_rep_spec.rb +94 -0
- data/spec/models/custom_workflow_stage_meta_spec.rb +2 -2
- data/spec/models/custom_workflows_listing_output_rep_spec.rb +34 -0
- data/spec/models/default_client_side_availability_post_spec.rb +2 -2
- data/spec/models/defaults_spec.rb +2 -2
- data/spec/models/dependent_flag_environment_spec.rb +2 -2
- data/spec/models/dependent_flag_spec.rb +2 -2
- data/spec/models/dependent_flags_by_environment_spec.rb +2 -2
- data/spec/models/derived_attribute_spec.rb +40 -0
- data/spec/models/destination_post_spec.rb +2 -2
- data/spec/models/destination_spec.rb +2 -2
- data/spec/models/destinations_spec.rb +2 -2
- data/spec/models/environment_post_spec.rb +2 -2
- data/spec/models/environment_spec.rb +14 -2
- data/spec/models/execution_output_rep_spec.rb +34 -0
- data/spec/models/experiment_allocation_rep_spec.rb +2 -2
- data/spec/models/experiment_enabled_period_rep_spec.rb +2 -2
- data/spec/models/experiment_environment_setting_rep_spec.rb +2 -2
- data/spec/models/experiment_info_rep_spec.rb +2 -2
- data/spec/models/experiment_metadata_rep_spec.rb +2 -2
- data/spec/models/experiment_rep_spec.rb +2 -2
- data/spec/models/experiment_results_rep_spec.rb +8 -2
- data/spec/models/experiment_stats_rep_spec.rb +2 -2
- data/spec/models/experiment_time_series_slice_spec.rb +2 -2
- data/spec/models/experiment_time_series_variation_slice_spec.rb +2 -2
- data/spec/models/experiment_totals_rep_spec.rb +2 -2
- data/spec/models/expiring_user_target_error_spec.rb +2 -2
- data/spec/models/expiring_user_target_get_response_spec.rb +2 -2
- data/spec/models/expiring_user_target_item_spec.rb +2 -2
- data/spec/models/expiring_user_target_patch_response_spec.rb +2 -2
- data/spec/models/extinction_collection_rep_spec.rb +2 -2
- data/spec/models/extinction_spec.rb +3 -3
- data/spec/models/feature_flag_body_spec.rb +2 -2
- data/spec/models/feature_flag_config_spec.rb +2 -2
- data/spec/models/feature_flag_scheduled_change_spec.rb +2 -2
- data/spec/models/feature_flag_scheduled_changes_spec.rb +2 -2
- data/spec/models/feature_flag_spec.rb +2 -2
- data/spec/models/feature_flag_status_across_environments_spec.rb +2 -2
- data/spec/models/feature_flag_status_spec.rb +2 -2
- data/spec/models/feature_flag_statuses_spec.rb +2 -2
- data/spec/models/feature_flags_spec.rb +2 -2
- data/spec/models/flag_config_approval_request_response_spec.rb +3 -3
- data/spec/models/flag_config_approval_requests_response_spec.rb +2 -2
- data/spec/models/flag_copy_config_environment_spec.rb +2 -2
- data/spec/models/flag_copy_config_post_spec.rb +2 -2
- data/spec/models/flag_global_attributes_rep_spec.rb +2 -2
- data/spec/models/flag_listing_rep_spec.rb +2 -2
- data/spec/models/flag_scheduled_changes_input_spec.rb +2 -2
- data/spec/models/flag_status_rep_spec.rb +2 -2
- data/spec/models/flag_summary_spec.rb +2 -2
- data/spec/models/forbidden_error_rep_spec.rb +40 -0
- data/spec/models/hunk_rep_spec.rb +2 -2
- data/spec/models/integration_metadata_spec.rb +2 -2
- data/spec/models/integration_status_spec.rb +2 -2
- data/spec/models/invalid_request_error_rep_spec.rb +40 -0
- data/spec/models/ip_list_spec.rb +2 -2
- data/spec/models/last_seen_metadata_spec.rb +2 -2
- data/spec/models/link_spec.rb +2 -2
- data/spec/models/member_data_rep_spec.rb +2 -2
- data/spec/models/member_permission_grant_summary_rep_spec.rb +2 -2
- data/spec/models/member_spec.rb +8 -2
- data/spec/models/member_summary_rep_spec.rb +2 -2
- data/spec/models/member_team_summary_rep_spec.rb +2 -2
- data/spec/models/members_spec.rb +2 -2
- data/spec/models/method_not_allowed_error_rep_spec.rb +40 -0
- data/spec/models/metric_collection_rep_spec.rb +2 -2
- data/spec/models/metric_listing_rep_spec.rb +2 -2
- data/spec/models/metric_post_spec.rb +2 -2
- data/spec/models/metric_rep_spec.rb +2 -2
- data/spec/models/metric_seen_spec.rb +40 -0
- data/spec/models/modification_spec.rb +2 -2
- data/spec/models/multi_environment_dependent_flag_spec.rb +2 -2
- data/spec/models/multi_environment_dependent_flags_spec.rb +2 -2
- data/spec/models/new_member_form_spec.rb +2 -2
- data/spec/models/not_found_error_rep_spec.rb +40 -0
- data/spec/models/parent_resource_rep_spec.rb +2 -2
- data/spec/models/patch_failed_error_rep_spec.rb +40 -0
- data/spec/models/patch_operation_spec.rb +2 -2
- data/spec/models/patch_segment_instruction_spec.rb +2 -2
- data/spec/models/patch_segment_request_spec.rb +2 -2
- data/spec/models/patch_with_comment_spec.rb +2 -2
- data/spec/models/permission_grant_input_spec.rb +2 -2
- data/spec/models/permission_grant_rep_spec.rb +2 -2
- data/spec/models/post_approval_request_apply_request_spec.rb +2 -2
- data/spec/models/post_approval_request_review_request_spec.rb +2 -2
- data/spec/models/post_flag_scheduled_changes_input_spec.rb +2 -2
- data/spec/models/prerequisite_spec.rb +2 -2
- data/spec/models/project_listing_rep_spec.rb +2 -2
- data/spec/models/project_post_spec.rb +2 -2
- data/spec/models/project_spec.rb +2 -2
- data/spec/models/projects_spec.rb +2 -2
- data/spec/models/pub_nub_detail_rep_spec.rb +2 -2
- data/spec/models/put_branch_spec.rb +58 -0
- data/spec/models/rate_limited_error_rep_spec.rb +40 -0
- data/spec/models/reference_rep_spec.rb +2 -2
- data/spec/models/relay_auto_config_collection_rep_spec.rb +2 -2
- data/spec/models/relay_auto_config_post_spec.rb +2 -2
- data/spec/models/relay_auto_config_rep_spec.rb +2 -2
- data/spec/models/repository_collection_rep_spec.rb +2 -2
- data/spec/models/repository_post_spec.rb +2 -2
- data/spec/models/repository_rep_spec.rb +6 -2
- data/spec/models/resource_access_spec.rb +2 -2
- data/spec/models/resource_id_response_spec.rb +2 -2
- data/spec/models/review_output_rep_spec.rb +58 -0
- data/spec/models/review_response_spec.rb +2 -2
- data/spec/models/rollout_spec.rb +2 -2
- data/spec/models/rule_spec.rb +2 -2
- data/spec/models/schedule_condition_input_rep_spec.rb +40 -0
- data/spec/models/schedule_condition_output_rep_spec.rb +34 -0
- data/spec/models/sdk_list_rep_spec.rb +2 -2
- data/spec/models/sdk_version_list_rep_spec.rb +2 -2
- data/spec/models/sdk_version_rep_spec.rb +2 -2
- data/spec/models/segment_body_spec.rb +2 -2
- data/spec/models/segment_metadata_spec.rb +2 -2
- data/spec/models/segment_user_list_spec.rb +2 -2
- data/spec/models/segment_user_state_spec.rb +2 -2
- data/spec/models/series_list_rep_spec.rb +2 -2
- data/spec/models/source_flag_spec.rb +2 -2
- data/spec/models/stage_input_rep_spec.rb +46 -0
- data/spec/models/stage_output_rep_spec.rb +58 -0
- data/spec/models/statement_post_data_spec.rb +2 -2
- data/spec/models/statement_post_spec.rb +2 -2
- data/spec/models/statement_rep_spec.rb +2 -2
- data/spec/models/statement_spec.rb +2 -2
- data/spec/models/statistic_collection_rep_spec.rb +2 -2
- data/spec/models/statistic_rep_spec.rb +2 -2
- data/spec/models/statistics_root_spec.rb +2 -2
- data/spec/models/status_conflict_error_rep_spec.rb +40 -0
- data/spec/models/subject_data_rep_spec.rb +2 -2
- data/spec/models/target_resource_rep_spec.rb +2 -2
- data/spec/models/target_spec.rb +2 -2
- data/spec/models/team_collection_rep_spec.rb +2 -2
- data/spec/models/team_patch_input_spec.rb +2 -2
- data/spec/models/team_post_input_spec.rb +2 -2
- data/spec/models/team_rep_spec.rb +2 -2
- data/spec/models/title_rep_spec.rb +2 -2
- data/spec/models/token_data_rep_spec.rb +2 -2
- data/spec/models/token_spec.rb +2 -2
- data/spec/models/tokens_spec.rb +2 -2
- data/spec/models/unauthorized_error_rep_spec.rb +40 -0
- data/spec/models/url_post_spec.rb +2 -2
- data/spec/models/user_attribute_names_rep_spec.rb +2 -2
- data/spec/models/user_flag_setting_spec.rb +2 -2
- data/spec/models/user_flag_settings_spec.rb +2 -2
- data/spec/models/user_record_rep_spec.rb +58 -0
- data/spec/models/user_record_spec.rb +14 -2
- data/spec/models/user_segment_rule_spec.rb +2 -2
- data/spec/models/user_segment_spec.rb +8 -2
- data/spec/models/user_segments_spec.rb +2 -2
- data/spec/models/user_spec.rb +45 -9
- data/spec/models/users_spec.rb +2 -2
- data/spec/models/value_put_spec.rb +2 -2
- data/spec/models/variation_or_rollout_rep_spec.rb +2 -2
- data/spec/models/variation_spec.rb +2 -2
- data/spec/models/variation_summary_spec.rb +2 -2
- data/spec/models/versions_rep_spec.rb +2 -2
- data/spec/models/webhook_post_spec.rb +2 -2
- data/spec/models/webhook_spec.rb +2 -2
- data/spec/models/webhooks_spec.rb +2 -2
- data/spec/models/weighted_variation_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- metadata +146 -46
- data/docs/ExtinctionRep.md +0 -26
- data/docs/InlineObject.md +0 -26
- data/docs/InlineObject1.md +0 -28
- data/docs/InlineResponse200.md +0 -20
- data/docs/Variate.md +0 -24
- data/lib/launchdarkly_api/models/extinction_rep.rb +0 -279
- data/lib/launchdarkly_api/models/inline_object.rb +0 -274
- data/lib/launchdarkly_api/models/inline_object1.rb +0 -276
- data/lib/launchdarkly_api/models/inline_response200.rb +0 -227
- data/lib/launchdarkly_api/models/variate.rb +0 -246
- data/spec/models/extinction_rep_spec.rb +0 -58
- data/spec/models/inline_object1_spec.rb +0 -64
- data/spec/models/inline_object_spec.rb +0 -58
- data/spec/models/inline_response200_spec.rb +0 -40
- data/spec/models/variate_spec.rb +0 -52
data/docs/CodeReferencesApi.md
CHANGED
@@ -14,7 +14,7 @@ All URIs are relative to *https://app.launchdarkly.com*
|
|
14
14
|
| [**get_root_statistic**](CodeReferencesApi.md#get_root_statistic) | **GET** /api/v2/code-refs/statistics | Get links to code reference repositories for each project |
|
15
15
|
| [**get_statistics**](CodeReferencesApi.md#get_statistics) | **GET** /api/v2/code-refs/statistics/{projKey} | Get number of code references for flags |
|
16
16
|
| [**patch_repository**](CodeReferencesApi.md#patch_repository) | **PATCH** /api/v2/code-refs/repositories/{repo} | Update repository |
|
17
|
-
| [**post_extinction**](CodeReferencesApi.md#post_extinction) | **POST** /api/v2/code-refs/repositories/{repo}/branches/{branch} | Create extinction |
|
17
|
+
| [**post_extinction**](CodeReferencesApi.md#post_extinction) | **POST** /api/v2/code-refs/repositories/{repo}/branches/{branch}/extinction-events | Create extinction |
|
18
18
|
| [**post_repository**](CodeReferencesApi.md#post_repository) | **POST** /api/v2/code-refs/repositories | Create repository |
|
19
19
|
| [**put_branch**](CodeReferencesApi.md#put_branch) | **PUT** /api/v2/code-refs/repositories/{repo}/branches/{branch} | Upsert branch |
|
20
20
|
|
@@ -88,7 +88,7 @@ nil (empty response body)
|
|
88
88
|
### HTTP request headers
|
89
89
|
|
90
90
|
- **Content-Type**: application/json
|
91
|
-
- **Accept**:
|
91
|
+
- **Accept**: application/json
|
92
92
|
|
93
93
|
|
94
94
|
## delete_repository
|
@@ -158,7 +158,7 @@ nil (empty response body)
|
|
158
158
|
### HTTP request headers
|
159
159
|
|
160
160
|
- **Content-Type**: Not defined
|
161
|
-
- **Accept**:
|
161
|
+
- **Accept**: application/json
|
162
162
|
|
163
163
|
|
164
164
|
## get_branch
|
@@ -335,7 +335,7 @@ end
|
|
335
335
|
api_instance = LaunchDarklyApi::CodeReferencesApi.new
|
336
336
|
opts = {
|
337
337
|
repo_name: 'repo_name_example', # String | Filter results to a specific repository
|
338
|
-
branch_name: 'branch_name_example', # String | Filter results to a specific branch
|
338
|
+
branch_name: 'branch_name_example', # String | Filter results to a specific branch. By default, only the default branch will be queried for extinctions.
|
339
339
|
proj_key: 'proj_key_example', # String | Filter results to a specific project
|
340
340
|
flag_key: 'flag_key_example' # String | Filter results to a specific flag key
|
341
341
|
}
|
@@ -372,7 +372,7 @@ end
|
|
372
372
|
| Name | Type | Description | Notes |
|
373
373
|
| ---- | ---- | ----------- | ----- |
|
374
374
|
| **repo_name** | **String** | Filter results to a specific repository | [optional] |
|
375
|
-
| **branch_name** | **String** | Filter results to a specific branch | [optional] |
|
375
|
+
| **branch_name** | **String** | Filter results to a specific branch. By default, only the default branch will be queried for extinctions. | [optional] |
|
376
376
|
| **proj_key** | **String** | Filter results to a specific project | [optional] |
|
377
377
|
| **flag_key** | **String** | Filter results to a specific flag key | [optional] |
|
378
378
|
|
@@ -758,7 +758,7 @@ end
|
|
758
758
|
|
759
759
|
## post_extinction
|
760
760
|
|
761
|
-
> post_extinction(repo, branch,
|
761
|
+
> post_extinction(repo, branch, extinction)
|
762
762
|
|
763
763
|
Create extinction
|
764
764
|
|
@@ -780,11 +780,11 @@ end
|
|
780
780
|
api_instance = LaunchDarklyApi::CodeReferencesApi.new
|
781
781
|
repo = 'repo_example' # String | The repository name
|
782
782
|
branch = 'branch_example' # String | The url-encoded branch name
|
783
|
-
|
783
|
+
extinction = [LaunchDarklyApi::Extinction.new({revision: 'a94a8fe5ccb19ba61c4c0873d391e987982fbbd3', message: 'Remove flag for launched feature', time: 3.56, flag_key: 'enable-feature', proj_key: 'default'})] # Array<Extinction> |
|
784
784
|
|
785
785
|
begin
|
786
786
|
# Create extinction
|
787
|
-
api_instance.post_extinction(repo, branch,
|
787
|
+
api_instance.post_extinction(repo, branch, extinction)
|
788
788
|
rescue LaunchDarklyApi::ApiError => e
|
789
789
|
puts "Error when calling CodeReferencesApi->post_extinction: #{e}"
|
790
790
|
end
|
@@ -794,12 +794,12 @@ end
|
|
794
794
|
|
795
795
|
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
796
796
|
|
797
|
-
> <Array(nil, Integer, Hash)> post_extinction_with_http_info(repo, branch,
|
797
|
+
> <Array(nil, Integer, Hash)> post_extinction_with_http_info(repo, branch, extinction)
|
798
798
|
|
799
799
|
```ruby
|
800
800
|
begin
|
801
801
|
# Create extinction
|
802
|
-
data, status_code, headers = api_instance.post_extinction_with_http_info(repo, branch,
|
802
|
+
data, status_code, headers = api_instance.post_extinction_with_http_info(repo, branch, extinction)
|
803
803
|
p status_code # => 2xx
|
804
804
|
p headers # => { ... }
|
805
805
|
p data # => nil
|
@@ -814,7 +814,7 @@ end
|
|
814
814
|
| ---- | ---- | ----------- | ----- |
|
815
815
|
| **repo** | **String** | The repository name | |
|
816
816
|
| **branch** | **String** | The url-encoded branch name | |
|
817
|
-
| **
|
817
|
+
| **extinction** | [**Array<Extinction>**](Extinction.md) | | |
|
818
818
|
|
819
819
|
### Return type
|
820
820
|
|
@@ -827,12 +827,12 @@ nil (empty response body)
|
|
827
827
|
### HTTP request headers
|
828
828
|
|
829
829
|
- **Content-Type**: application/json
|
830
|
-
- **Accept**:
|
830
|
+
- **Accept**: application/json
|
831
831
|
|
832
832
|
|
833
833
|
## post_repository
|
834
834
|
|
835
|
-
> post_repository(repository_post)
|
835
|
+
> <RepositoryRep> post_repository(repository_post)
|
836
836
|
|
837
837
|
Create repository
|
838
838
|
|
@@ -852,11 +852,12 @@ LaunchDarklyApi.configure do |config|
|
|
852
852
|
end
|
853
853
|
|
854
854
|
api_instance = LaunchDarklyApi::CodeReferencesApi.new
|
855
|
-
repository_post = LaunchDarklyApi::RepositoryPost.new({name: '
|
855
|
+
repository_post = LaunchDarklyApi::RepositoryPost.new({name: 'LaunchDarkly-Docs'}) # RepositoryPost |
|
856
856
|
|
857
857
|
begin
|
858
858
|
# Create repository
|
859
|
-
api_instance.post_repository(repository_post)
|
859
|
+
result = api_instance.post_repository(repository_post)
|
860
|
+
p result
|
860
861
|
rescue LaunchDarklyApi::ApiError => e
|
861
862
|
puts "Error when calling CodeReferencesApi->post_repository: #{e}"
|
862
863
|
end
|
@@ -864,9 +865,9 @@ end
|
|
864
865
|
|
865
866
|
#### Using the post_repository_with_http_info variant
|
866
867
|
|
867
|
-
This returns an Array which contains the response data
|
868
|
+
This returns an Array which contains the response data, status code and headers.
|
868
869
|
|
869
|
-
> <Array(
|
870
|
+
> <Array(<RepositoryRep>, Integer, Hash)> post_repository_with_http_info(repository_post)
|
870
871
|
|
871
872
|
```ruby
|
872
873
|
begin
|
@@ -874,7 +875,7 @@ begin
|
|
874
875
|
data, status_code, headers = api_instance.post_repository_with_http_info(repository_post)
|
875
876
|
p status_code # => 2xx
|
876
877
|
p headers # => { ... }
|
877
|
-
p data # =>
|
878
|
+
p data # => <RepositoryRep>
|
878
879
|
rescue LaunchDarklyApi::ApiError => e
|
879
880
|
puts "Error when calling CodeReferencesApi->post_repository_with_http_info: #{e}"
|
880
881
|
end
|
@@ -888,7 +889,7 @@ end
|
|
888
889
|
|
889
890
|
### Return type
|
890
891
|
|
891
|
-
|
892
|
+
[**RepositoryRep**](RepositoryRep.md)
|
892
893
|
|
893
894
|
### Authorization
|
894
895
|
|
@@ -897,12 +898,12 @@ nil (empty response body)
|
|
897
898
|
### HTTP request headers
|
898
899
|
|
899
900
|
- **Content-Type**: application/json
|
900
|
-
- **Accept**:
|
901
|
+
- **Accept**: application/json
|
901
902
|
|
902
903
|
|
903
904
|
## put_branch
|
904
905
|
|
905
|
-
> put_branch(repo, branch,
|
906
|
+
> put_branch(repo, branch, put_branch)
|
906
907
|
|
907
908
|
Upsert branch
|
908
909
|
|
@@ -924,11 +925,11 @@ end
|
|
924
925
|
api_instance = LaunchDarklyApi::CodeReferencesApi.new
|
925
926
|
repo = 'repo_example' # String | The repository name
|
926
927
|
branch = 'branch_example' # String | The url-encoded branch name
|
927
|
-
|
928
|
+
put_branch = LaunchDarklyApi::PutBranch.new({name: 'main', head: 'a94a8fe5ccb19ba61c4c0873d391e987982fbbd3', sync_time: 3.56}) # PutBranch |
|
928
929
|
|
929
930
|
begin
|
930
931
|
# Upsert branch
|
931
|
-
api_instance.put_branch(repo, branch,
|
932
|
+
api_instance.put_branch(repo, branch, put_branch)
|
932
933
|
rescue LaunchDarklyApi::ApiError => e
|
933
934
|
puts "Error when calling CodeReferencesApi->put_branch: #{e}"
|
934
935
|
end
|
@@ -938,12 +939,12 @@ end
|
|
938
939
|
|
939
940
|
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
940
941
|
|
941
|
-
> <Array(nil, Integer, Hash)> put_branch_with_http_info(repo, branch,
|
942
|
+
> <Array(nil, Integer, Hash)> put_branch_with_http_info(repo, branch, put_branch)
|
942
943
|
|
943
944
|
```ruby
|
944
945
|
begin
|
945
946
|
# Upsert branch
|
946
|
-
data, status_code, headers = api_instance.put_branch_with_http_info(repo, branch,
|
947
|
+
data, status_code, headers = api_instance.put_branch_with_http_info(repo, branch, put_branch)
|
947
948
|
p status_code # => 2xx
|
948
949
|
p headers # => { ... }
|
949
950
|
p data # => nil
|
@@ -958,7 +959,7 @@ end
|
|
958
959
|
| ---- | ---- | ----------- | ----- |
|
959
960
|
| **repo** | **String** | The repository name | |
|
960
961
|
| **branch** | **String** | The url-encoded branch name | |
|
961
|
-
| **
|
962
|
+
| **put_branch** | [**PutBranch**](PutBranch.md) | | |
|
962
963
|
|
963
964
|
### Return type
|
964
965
|
|
@@ -971,5 +972,5 @@ nil (empty response body)
|
|
971
972
|
### HTTP request headers
|
972
973
|
|
973
974
|
- **Content-Type**: application/json
|
974
|
-
- **Accept**:
|
975
|
+
- **Accept**: application/json
|
975
976
|
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# LaunchDarklyApi::ConditionBaseOutputRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **_id** | **String** | | |
|
8
|
+
| **kind** | **String** | | [optional] |
|
9
|
+
| **_execution** | [**ExecutionOutputRep**](ExecutionOutputRep.md) | | |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'launchdarkly_api'
|
15
|
+
|
16
|
+
instance = LaunchDarklyApi::ConditionBaseOutputRep.new(
|
17
|
+
_id: null,
|
18
|
+
kind: null,
|
19
|
+
_execution: null
|
20
|
+
)
|
21
|
+
```
|
22
|
+
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# LaunchDarklyApi::ConditionInputRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **execution_date** | **Integer** | | [optional] |
|
8
|
+
| **execute_now** | **Boolean** | | [optional] |
|
9
|
+
| **description** | **String** | | [optional] |
|
10
|
+
| **notify_member_ids** | **Array<String>** | | [optional] |
|
11
|
+
| **kind** | **String** | | [optional] |
|
12
|
+
|
13
|
+
## Example
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'launchdarkly_api'
|
17
|
+
|
18
|
+
instance = LaunchDarklyApi::ConditionInputRep.new(
|
19
|
+
execution_date: null,
|
20
|
+
execute_now: null,
|
21
|
+
description: null,
|
22
|
+
notify_member_ids: null,
|
23
|
+
kind: null
|
24
|
+
)
|
25
|
+
```
|
26
|
+
|
@@ -0,0 +1,34 @@
|
|
1
|
+
# LaunchDarklyApi::ConditionOutputRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **_id** | **String** | | |
|
8
|
+
| **kind** | **String** | | [optional] |
|
9
|
+
| **_execution** | [**ExecutionOutputRep**](ExecutionOutputRep.md) | | |
|
10
|
+
| **execution_date** | **Integer** | | [optional] |
|
11
|
+
| **description** | **String** | | |
|
12
|
+
| **notify_member_ids** | **Array<String>** | | |
|
13
|
+
| **all_reviews** | [**Array<ReviewOutputRep>**](ReviewOutputRep.md) | | |
|
14
|
+
| **review_status** | **String** | | |
|
15
|
+
| **applied_date** | **Integer** | | [optional] |
|
16
|
+
|
17
|
+
## Example
|
18
|
+
|
19
|
+
```ruby
|
20
|
+
require 'launchdarkly_api'
|
21
|
+
|
22
|
+
instance = LaunchDarklyApi::ConditionOutputRep.new(
|
23
|
+
_id: null,
|
24
|
+
kind: null,
|
25
|
+
_execution: null,
|
26
|
+
execution_date: null,
|
27
|
+
description: null,
|
28
|
+
notify_member_ids: null,
|
29
|
+
all_reviews: null,
|
30
|
+
review_status: null,
|
31
|
+
applied_date: null
|
32
|
+
)
|
33
|
+
```
|
34
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# LaunchDarklyApi::ConflictOutputRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **stage_id** | **String** | | |
|
8
|
+
| **message** | **String** | | |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'launchdarkly_api'
|
14
|
+
|
15
|
+
instance = LaunchDarklyApi::ConflictOutputRep.new(
|
16
|
+
stage_id: null,
|
17
|
+
message: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -5,7 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **comment** | **String** | A comment describing the approval request | [optional] |
|
8
|
-
| **description** | **String** | |
|
8
|
+
| **description** | **String** | | |
|
9
9
|
| **notify_member_ids** | **Array<String>** | An array of member IDs. These members are notified to review the approval request. | |
|
10
10
|
| **source** | [**SourceFlag**](SourceFlag.md) | | |
|
11
11
|
| **included_actions** | **Array<String>** | | [optional] |
|
data/docs/CustomRole.md
CHANGED
@@ -4,13 +4,14 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **_id** | **String** | | |
|
7
8
|
| **_links** | [**Hash<String, Link>**](Link.md) | | |
|
8
|
-
| **
|
9
|
-
| **key** | **String** | | |
|
9
|
+
| **_access** | [**AccessRep**](AccessRep.md) | | [optional] |
|
10
10
|
| **description** | **String** | | [optional] |
|
11
|
-
| **
|
11
|
+
| **key** | **String** | | |
|
12
|
+
| **name** | **String** | | |
|
12
13
|
| **policy** | [**Array<Statement>**](Statement.md) | | |
|
13
|
-
| **
|
14
|
+
| **base_permissions** | **String** | | [optional] |
|
14
15
|
|
15
16
|
## Example
|
16
17
|
|
@@ -18,13 +19,14 @@
|
|
18
19
|
require 'launchdarkly_api'
|
19
20
|
|
20
21
|
instance = LaunchDarklyApi::CustomRole.new(
|
22
|
+
_id: null,
|
21
23
|
_links: null,
|
22
|
-
|
23
|
-
key: null,
|
24
|
+
_access: null,
|
24
25
|
description: null,
|
25
|
-
|
26
|
+
key: null,
|
27
|
+
name: null,
|
26
28
|
policy: null,
|
27
|
-
|
29
|
+
base_permissions: null
|
28
30
|
)
|
29
31
|
```
|
30
32
|
|
data/docs/CustomRolePost.md
CHANGED
@@ -8,6 +8,7 @@
|
|
8
8
|
| **key** | **String** | The custom role key | |
|
9
9
|
| **description** | **String** | Description of custom role | [optional] |
|
10
10
|
| **policy** | [**Array<StatementPost>**](StatementPost.md) | | |
|
11
|
+
| **base_permissions** | **String** | | [optional] |
|
11
12
|
|
12
13
|
## Example
|
13
14
|
|
@@ -18,7 +19,8 @@ instance = LaunchDarklyApi::CustomRolePost.new(
|
|
18
19
|
name: null,
|
19
20
|
key: null,
|
20
21
|
description: null,
|
21
|
-
policy: null
|
22
|
+
policy: null,
|
23
|
+
base_permissions: null
|
22
24
|
)
|
23
25
|
```
|
24
26
|
|
data/docs/CustomRolePostData.md
CHANGED
@@ -8,6 +8,7 @@
|
|
8
8
|
| **key** | **String** | The custom role key | |
|
9
9
|
| **description** | **String** | Description of custom role | [optional] |
|
10
10
|
| **policy** | [**Array<StatementPost>**](StatementPost.md) | | |
|
11
|
+
| **base_permissions** | **String** | | [optional] |
|
11
12
|
|
12
13
|
## Example
|
13
14
|
|
@@ -18,7 +19,8 @@ instance = LaunchDarklyApi::CustomRolePostData.new(
|
|
18
19
|
name: null,
|
19
20
|
key: null,
|
20
21
|
description: null,
|
21
|
-
policy: null
|
22
|
+
policy: null,
|
23
|
+
base_permissions: null
|
22
24
|
)
|
23
25
|
```
|
24
26
|
|
data/docs/CustomRolesApi.md
CHANGED
@@ -78,12 +78,12 @@ nil (empty response body)
|
|
78
78
|
### HTTP request headers
|
79
79
|
|
80
80
|
- **Content-Type**: Not defined
|
81
|
-
- **Accept**:
|
81
|
+
- **Accept**: application/json
|
82
82
|
|
83
83
|
|
84
84
|
## get_custom_role
|
85
85
|
|
86
|
-
> <
|
86
|
+
> <CustomRole> get_custom_role(key)
|
87
87
|
|
88
88
|
Get custom role
|
89
89
|
|
@@ -118,7 +118,7 @@ end
|
|
118
118
|
|
119
119
|
This returns an Array which contains the response data, status code and headers.
|
120
120
|
|
121
|
-
> <Array(<
|
121
|
+
> <Array(<CustomRole>, Integer, Hash)> get_custom_role_with_http_info(key)
|
122
122
|
|
123
123
|
```ruby
|
124
124
|
begin
|
@@ -126,7 +126,7 @@ begin
|
|
126
126
|
data, status_code, headers = api_instance.get_custom_role_with_http_info(key)
|
127
127
|
p status_code # => 2xx
|
128
128
|
p headers # => { ... }
|
129
|
-
p data # => <
|
129
|
+
p data # => <CustomRole>
|
130
130
|
rescue LaunchDarklyApi::ApiError => e
|
131
131
|
puts "Error when calling CustomRolesApi->get_custom_role_with_http_info: #{e}"
|
132
132
|
end
|
@@ -140,7 +140,7 @@ end
|
|
140
140
|
|
141
141
|
### Return type
|
142
142
|
|
143
|
-
[**
|
143
|
+
[**CustomRole**](CustomRole.md)
|
144
144
|
|
145
145
|
### Authorization
|
146
146
|
|
@@ -295,7 +295,7 @@ end
|
|
295
295
|
|
296
296
|
## post_custom_role
|
297
297
|
|
298
|
-
> <CustomRole> post_custom_role(
|
298
|
+
> <CustomRole> post_custom_role(custom_role_post)
|
299
299
|
|
300
300
|
Create custom role
|
301
301
|
|
@@ -315,11 +315,11 @@ LaunchDarklyApi.configure do |config|
|
|
315
315
|
end
|
316
316
|
|
317
317
|
api_instance = LaunchDarklyApi::CustomRolesApi.new
|
318
|
-
|
318
|
+
custom_role_post = LaunchDarklyApi::CustomRolePost.new({name: 'name_example', key: 'key_example', policy: [LaunchDarklyApi::StatementPost.new({resources: ['resources_example'], actions: ['actions_example'], effect: 'effect_example'})]}) # CustomRolePost |
|
319
319
|
|
320
320
|
begin
|
321
321
|
# Create custom role
|
322
|
-
result = api_instance.post_custom_role(
|
322
|
+
result = api_instance.post_custom_role(custom_role_post)
|
323
323
|
p result
|
324
324
|
rescue LaunchDarklyApi::ApiError => e
|
325
325
|
puts "Error when calling CustomRolesApi->post_custom_role: #{e}"
|
@@ -330,12 +330,12 @@ end
|
|
330
330
|
|
331
331
|
This returns an Array which contains the response data, status code and headers.
|
332
332
|
|
333
|
-
> <Array(<CustomRole>, Integer, Hash)> post_custom_role_with_http_info(
|
333
|
+
> <Array(<CustomRole>, Integer, Hash)> post_custom_role_with_http_info(custom_role_post)
|
334
334
|
|
335
335
|
```ruby
|
336
336
|
begin
|
337
337
|
# Create custom role
|
338
|
-
data, status_code, headers = api_instance.post_custom_role_with_http_info(
|
338
|
+
data, status_code, headers = api_instance.post_custom_role_with_http_info(custom_role_post)
|
339
339
|
p status_code # => 2xx
|
340
340
|
p headers # => { ... }
|
341
341
|
p data # => <CustomRole>
|
@@ -348,7 +348,7 @@ end
|
|
348
348
|
|
349
349
|
| Name | Type | Description | Notes |
|
350
350
|
| ---- | ---- | ----------- | ----- |
|
351
|
-
| **
|
351
|
+
| **custom_role_post** | [**CustomRolePost**](CustomRolePost.md) | | |
|
352
352
|
|
353
353
|
### Return type
|
354
354
|
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# LaunchDarklyApi::CustomWorkflowInputRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **maintainer_id** | **String** | | [optional] |
|
8
|
+
| **name** | **String** | | [optional] |
|
9
|
+
| **description** | **String** | | |
|
10
|
+
| **stages** | [**Array<StageInputRep>**](StageInputRep.md) | | [optional] |
|
11
|
+
|
12
|
+
## Example
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'launchdarkly_api'
|
16
|
+
|
17
|
+
instance = LaunchDarklyApi::CustomWorkflowInputRep.new(
|
18
|
+
maintainer_id: null,
|
19
|
+
name: null,
|
20
|
+
description: null,
|
21
|
+
stages: null
|
22
|
+
)
|
23
|
+
```
|
24
|
+
|
@@ -0,0 +1,38 @@
|
|
1
|
+
# LaunchDarklyApi::CustomWorkflowOutputRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **_id** | **String** | | |
|
8
|
+
| **_version** | **Integer** | | |
|
9
|
+
| **_conflicts** | [**Array<ConflictOutputRep>**](ConflictOutputRep.md) | | |
|
10
|
+
| **_creation_date** | **Integer** | | |
|
11
|
+
| **_maintainer_id** | **String** | | |
|
12
|
+
| **_links** | [**Hash<String, Link>**](Link.md) | | |
|
13
|
+
| **name** | **String** | | |
|
14
|
+
| **description** | **String** | | [optional] |
|
15
|
+
| **kind** | **String** | | [optional] |
|
16
|
+
| **stages** | [**Array<StageOutputRep>**](StageOutputRep.md) | | [optional] |
|
17
|
+
| **_execution** | [**ExecutionOutputRep**](ExecutionOutputRep.md) | | |
|
18
|
+
|
19
|
+
## Example
|
20
|
+
|
21
|
+
```ruby
|
22
|
+
require 'launchdarkly_api'
|
23
|
+
|
24
|
+
instance = LaunchDarklyApi::CustomWorkflowOutputRep.new(
|
25
|
+
_id: null,
|
26
|
+
_version: null,
|
27
|
+
_conflicts: null,
|
28
|
+
_creation_date: null,
|
29
|
+
_maintainer_id: null,
|
30
|
+
_links: null,
|
31
|
+
name: null,
|
32
|
+
description: null,
|
33
|
+
kind: null,
|
34
|
+
stages: null,
|
35
|
+
_execution: null
|
36
|
+
)
|
37
|
+
```
|
38
|
+
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# LaunchDarklyApi::CustomWorkflowsListingOutputRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **items** | [**Array<CustomWorkflowOutputRep>**](CustomWorkflowOutputRep.md) | | |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'launchdarkly_api'
|
13
|
+
|
14
|
+
instance = LaunchDarklyApi::CustomWorkflowsListingOutputRep.new(
|
15
|
+
items: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# LaunchDarklyApi::DerivedAttribute
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **value** | **Object** | | [optional] |
|
8
|
+
| **last_derived** | **Time** | | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'launchdarkly_api'
|
14
|
+
|
15
|
+
instance = LaunchDarklyApi::DerivedAttribute.new(
|
16
|
+
value: null,
|
17
|
+
last_derived: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
data/docs/Environment.md
CHANGED
@@ -14,6 +14,8 @@
|
|
14
14
|
| **default_ttl** | **Integer** | The default time (in minutes) that the PHP SDK can cache feature flag rules locally. | |
|
15
15
|
| **secure_mode** | **Boolean** | Secure mode ensures that a user of the client-side SDK cannot impersonate another user. | |
|
16
16
|
| **default_track_events** | **Boolean** | Enables tracking detailed information for new flags by default. | |
|
17
|
+
| **require_comments** | **Boolean** | | |
|
18
|
+
| **confirm_changes** | **Boolean** | | |
|
17
19
|
| **tags** | **Array<String>** | | |
|
18
20
|
| **approval_settings** | [**ApprovalSettings**](ApprovalSettings.md) | | [optional] |
|
19
21
|
|
@@ -33,6 +35,8 @@ instance = LaunchDarklyApi::Environment.new(
|
|
33
35
|
default_ttl: 5,
|
34
36
|
secure_mode: true,
|
35
37
|
default_track_events: false,
|
38
|
+
require_comments: null,
|
39
|
+
confirm_changes: null,
|
36
40
|
tags: ["ops"],
|
37
41
|
approval_settings: null
|
38
42
|
)
|
data/docs/EnvironmentsApi.md
CHANGED
@@ -81,7 +81,7 @@ nil (empty response body)
|
|
81
81
|
### HTTP request headers
|
82
82
|
|
83
83
|
- **Content-Type**: Not defined
|
84
|
-
- **Accept**:
|
84
|
+
- **Accept**: application/json
|
85
85
|
|
86
86
|
|
87
87
|
## get_environment
|
@@ -238,7 +238,7 @@ end
|
|
238
238
|
|
239
239
|
Create environment
|
240
240
|
|
241
|
-
> ### Approval settings > > The `approvalSettings` key is only returned when the Flag Approvals feature is enabled. Create a new environment in a specified project with a given name, key, swatch color, and default TTL.
|
241
|
+
> ### Approval settings > > The `approvalSettings` key is only returned when the Flag Approvals feature is enabled. > > You cannot update approval settings when creating new environments. Update approval settings with the PATCH Environment API. Create a new environment in a specified project with a given name, key, swatch color, and default TTL.
|
242
242
|
|
243
243
|
### Examples
|
244
244
|
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# LaunchDarklyApi::ExecutionOutputRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **status** | **String** | | |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'launchdarkly_api'
|
13
|
+
|
14
|
+
instance = LaunchDarklyApi::ExecutionOutputRep.new(
|
15
|
+
status: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
@@ -10,6 +10,7 @@
|
|
10
10
|
| **series** | [**Array<ExperimentTimeSeriesSlice>**](ExperimentTimeSeriesSlice.md) | | [optional] |
|
11
11
|
| **stats** | [**ExperimentStatsRep**](ExperimentStatsRep.md) | | [optional] |
|
12
12
|
| **granularity** | **String** | | [optional] |
|
13
|
+
| **metric_seen** | [**MetricSeen**](MetricSeen.md) | | [optional] |
|
13
14
|
|
14
15
|
## Example
|
15
16
|
|
@@ -22,7 +23,8 @@ instance = LaunchDarklyApi::ExperimentResultsRep.new(
|
|
22
23
|
totals: null,
|
23
24
|
series: null,
|
24
25
|
stats: null,
|
25
|
-
granularity: null
|
26
|
+
granularity: null,
|
27
|
+
metric_seen: null
|
26
28
|
)
|
27
29
|
```
|
28
30
|
|