launchdarkly_api 6.0.0 → 7.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/README.md +830 -295
- data/docs/AccessDeniedReasonRep.md +4 -4
- data/docs/AccessTokensApi.md +1 -1
- data/docs/AccountMembersApi.md +86 -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 +37 -32
- 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/CustomRolesRep.md +24 -0
- data/docs/CustomWorkflowInputRep.md +24 -0
- data/docs/CustomWorkflowMeta.md +20 -0
- data/docs/CustomWorkflowOutputRep.md +38 -0
- data/docs/CustomWorkflowStageMeta.md +20 -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 +3 -3
- data/docs/ExecutionOutputRep.md +18 -0
- data/docs/ExpandedTeamRep.md +44 -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 +2 -4
- data/docs/FlagConfigApprovalRequestResponse.md +3 -1
- data/docs/FlagTriggerInput.md +20 -0
- data/docs/FlagTriggersApi.md +396 -0
- data/docs/ForbiddenErrorRep.md +20 -0
- data/docs/HunkRep.md +10 -10
- data/docs/Integration.md +40 -0
- data/docs/IntegrationAuditLogSubscriptionsApi.md +376 -0
- data/docs/IntegrationStatusRep.md +22 -0
- data/docs/IntegrationSubscriptionStatusRep.md +26 -0
- data/docs/Integrations.md +22 -0
- data/docs/InvalidRequestErrorRep.md +20 -0
- data/docs/Member.md +3 -1
- data/docs/MemberImportItemRep.md +22 -0
- data/docs/MemberTeamsPostInput.md +18 -0
- data/docs/MethodNotAllowedErrorRep.md +20 -0
- data/docs/MetricListingRep.md +1 -1
- data/docs/MetricPost.md +1 -1
- data/docs/MetricRep.md +1 -1
- data/docs/MetricSeen.md +20 -0
- data/docs/MetricsApi.md +2 -2
- data/docs/NotFoundErrorRep.md +20 -0
- data/docs/OtherApi.md +4 -4
- data/docs/PatchFailedErrorRep.md +20 -0
- data/docs/PermissionGrantInput.md +22 -0
- data/docs/PermissionGrantRep.md +24 -0
- data/docs/ProjectPost.md +1 -1
- data/docs/ProjectsApi.md +2 -2
- data/docs/PutBranch.md +28 -0
- data/docs/RateLimitedErrorRep.md +20 -0
- data/docs/RecentTriggerBody.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/Rule.md +3 -1
- data/docs/ScheduleConditionInputRep.md +20 -0
- data/docs/ScheduleConditionOutputRep.md +18 -0
- data/docs/ScheduledChangesApi.md +2 -2
- data/docs/SegmentsApi.md +6 -6
- data/docs/StageInputRep.md +22 -0
- data/docs/StageOutputRep.md +26 -0
- data/docs/Statement.md +4 -4
- data/docs/StatementRep.md +3 -3
- data/docs/StatusConflictErrorRep.md +20 -0
- data/docs/SubscriptionPost.md +30 -0
- data/docs/TeamCollectionRep.md +22 -0
- data/docs/TeamImportsRep.md +18 -0
- data/docs/TeamPatchInput.md +20 -0
- data/docs/TeamPostInput.md +28 -0
- data/docs/TeamRep.md +40 -0
- data/docs/TeamsBetaApi.md +450 -0
- data/docs/TriggerPost.md +22 -0
- data/docs/TriggerWorkflowCollectionRep.md +20 -0
- data/docs/TriggerWorkflowRep.md +42 -0
- 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 +5 -5
- data/lib/launchdarkly_api/api/access_tokens_api.rb +12 -4
- data/lib/launchdarkly_api/api/account_members_api.rb +103 -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 +66 -35
- 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 +16 -8
- data/lib/launchdarkly_api/api/experiments_beta_api.rb +4 -2
- data/lib/launchdarkly_api/api/feature_flags_api.rb +22 -11
- data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +2 -2
- data/lib/launchdarkly_api/api/flag_triggers_api.rb +437 -0
- data/lib/launchdarkly_api/api/integration_audit_log_subscriptions_api.rb +377 -0
- data/lib/launchdarkly_api/api/metrics_api.rb +14 -6
- 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 +14 -6
- data/lib/launchdarkly_api/api/segments_api.rb +28 -12
- data/lib/launchdarkly_api/api/teams_beta_api.rb +427 -0
- 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_roles_rep.rb +247 -0
- data/lib/launchdarkly_api/models/custom_workflow_input_rep.rb +252 -0
- data/lib/launchdarkly_api/models/custom_workflow_meta.rb +227 -0
- data/lib/launchdarkly_api/models/custom_workflow_output_rep.rb +354 -0
- data/lib/launchdarkly_api/models/custom_workflow_stage_meta.rb +227 -0
- 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/expanded_team_rep.rb +349 -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 +15 -6
- 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/flag_trigger_input.rb +230 -0
- 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.rb +325 -0
- 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/integration_status_rep.rb +236 -0
- data/lib/launchdarkly_api/models/integration_subscription_status_rep.rb +256 -0
- data/lib/launchdarkly_api/models/integrations.rb +240 -0
- 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_import_item_rep.rb +246 -0
- 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/member_teams_post_input.rb +226 -0
- 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 +15 -3
- data/lib/launchdarkly_api/models/metric_post.rb +15 -3
- data/lib/launchdarkly_api/models/metric_rep.rb +15 -3
- 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 +240 -0
- data/lib/launchdarkly_api/models/permission_grant_rep.rb +249 -0
- 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 +284 -0
- data/lib/launchdarkly_api/models/rate_limited_error_rep.rb +227 -0
- data/lib/launchdarkly_api/models/recent_trigger_body.rb +229 -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 +15 -6
- 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 +2 -2
- data/lib/launchdarkly_api/models/statement_post_data.rb +2 -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/subscription_post.rb +293 -0
- 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 +240 -0
- data/lib/launchdarkly_api/models/team_imports_rep.rb +220 -0
- data/lib/launchdarkly_api/models/team_patch_input.rb +229 -0
- data/lib/launchdarkly_api/models/team_post_input.rb +285 -0
- data/lib/launchdarkly_api/models/team_rep.rb +327 -0
- 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/trigger_post.rb +245 -0
- data/lib/launchdarkly_api/models/trigger_workflow_collection_rep.rb +231 -0
- data/lib/launchdarkly_api/models/trigger_workflow_rep.rb +332 -0
- 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 +58 -7
- data/spec/api/access_tokens_api_spec.rb +2 -2
- data/spec/api/account_members_api_spec.rb +20 -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 +9 -7
- 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 +4 -4
- data/spec/api/experiments_beta_api_spec.rb +2 -2
- data/spec/api/feature_flags_api_spec.rb +3 -4
- data/spec/api/feature_flags_beta_api_spec.rb +2 -2
- data/spec/api/flag_triggers_api_spec.rb +110 -0
- data/spec/api/integration_audit_log_subscriptions_api_spec.rb +100 -0
- data/spec/api/metrics_api_spec.rb +3 -3
- 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 +3 -3
- data/spec/api/segments_api_spec.rb +5 -5
- data/spec/api/teams_beta_api_spec.rb +111 -0
- 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_rep_spec.rb +52 -0
- 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 +40 -0
- data/spec/models/custom_workflow_output_rep_spec.rb +94 -0
- data/spec/models/custom_workflow_stage_meta_spec.rb +40 -0
- 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/expanded_team_rep_spec.rb +112 -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 +8 -2
- 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/flag_trigger_input_spec.rb +40 -0
- 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_spec.rb +100 -0
- data/spec/models/integration_status_rep_spec.rb +46 -0
- data/spec/models/integration_status_spec.rb +2 -2
- data/spec/models/integration_subscription_status_rep_spec.rb +58 -0
- data/spec/models/integrations_spec.rb +46 -0
- 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_import_item_rep_spec.rb +46 -0
- 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/member_teams_post_input_spec.rb +34 -0
- 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 +6 -2
- data/spec/models/metric_post_spec.rb +6 -2
- data/spec/models/metric_rep_spec.rb +6 -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 +46 -0
- data/spec/models/permission_grant_rep_spec.rb +52 -0
- 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 +64 -0
- data/spec/models/rate_limited_error_rep_spec.rb +40 -0
- data/spec/models/recent_trigger_body_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 +8 -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/subscription_post_spec.rb +70 -0
- 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 +46 -0
- data/spec/models/team_imports_rep_spec.rb +34 -0
- data/spec/models/team_patch_input_spec.rb +40 -0
- data/spec/models/team_post_input_spec.rb +64 -0
- data/spec/models/team_rep_spec.rb +100 -0
- 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/trigger_post_spec.rb +46 -0
- data/spec/models/trigger_workflow_collection_rep_spec.rb +40 -0
- data/spec/models/trigger_workflow_rep_spec.rb +106 -0
- 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 +474 -270
- 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
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: launchdarkly_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 7.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -50,8 +50,8 @@ dependencies:
|
|
|
50
50
|
- - ">="
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
52
|
version: 3.6.0
|
|
53
|
-
description: '# Authentication All REST API resources are authenticated
|
|
54
|
-
[personal or service access tokens](https://docs.launchdarkly.com/home/account-security/api-access-tokens),
|
|
53
|
+
description: '# Overview ## Authentication All REST API resources are authenticated
|
|
54
|
+
with either [personal or service access tokens](https://docs.launchdarkly.com/home/account-security/api-access-tokens),
|
|
55
55
|
or session cookies. Other authentication mechanisms are not supported. You can manage
|
|
56
56
|
personal access tokens on your [Account settings](https://app.launchdarkly.com/settings/tokens)
|
|
57
57
|
page. LaunchDarkly also has SDK keys, mobile keys, and client-side IDs that are
|
|
@@ -72,17 +72,17 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
72
72
|
environment | Mobile SDKs | | Client-side
|
|
73
73
|
ID |
|
|
74
74
|
Single environment, only flags marked available to client-side |
|
|
75
|
-
Client-side JavaScript | >
|
|
75
|
+
Client-side JavaScript | > #### Keep your access tokens
|
|
76
76
|
and SDK keys private > > Access tokens should _never_ be exposed in untrusted contexts.
|
|
77
77
|
Never put an access token in client-side JavaScript, or embed it in a mobile application.
|
|
78
78
|
LaunchDarkly has special mobile keys that you can embed in mobile apps. If you accidentally
|
|
79
79
|
expose an access token or SDK key, you can reset it from your [Account Settings](https://app.launchdarkly.com/settings#/tokens)
|
|
80
80
|
page. > > The client-side ID is safe to embed in untrusted contexts. It''s designed
|
|
81
|
-
for use in client-side JavaScript.
|
|
81
|
+
for use in client-side JavaScript. ### Via request header The preferred way to
|
|
82
82
|
authenticate with the API is by adding an `Authorization` header containing your
|
|
83
83
|
access token to your requests. The value of the `Authorization` header must be your
|
|
84
84
|
access token. Manage personal access tokens from the [Account Settings](https://app.launchdarkly.com/settings/tokens)
|
|
85
|
-
page.
|
|
85
|
+
page. ### Via session cookie For testing purposes, you can make API calls directly
|
|
86
86
|
from your web browser. If you''re logged in to the application, the API will use
|
|
87
87
|
your existing session to authenticate calls. If you have a [role](https://docs.launchdarkly.com/home/team/built-in-roles)
|
|
88
88
|
other than Admin, or have a [custom role](https://docs.launchdarkly.com/home/team/custom-roles)
|
|
@@ -97,19 +97,19 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
97
97
|
*` Chrome extension changes the Origin header to `http://evil.com` and causes the
|
|
98
98
|
app to fail. > > To prevent this error, do not modify your Origin header. > > LaunchDarkly
|
|
99
99
|
does not require origin matching when authenticating with an access token, so this
|
|
100
|
-
issue does not affect normal API usage.
|
|
100
|
+
issue does not affect normal API usage. ## Representations All resources expect
|
|
101
101
|
and return JSON response bodies. Error responses will also send a JSON body. Read
|
|
102
102
|
[Errors](#section/Errors) for a more detailed description of the error format used
|
|
103
103
|
by the API. In practice this means that you always get a response with a `Content-Type`
|
|
104
104
|
header set to `application/json`. In addition, request bodies for `PUT`, `POST`,
|
|
105
105
|
`REPORT` and `PATCH` requests must be encoded as JSON with a `Content-Type` header
|
|
106
|
-
set to `application/json`.
|
|
106
|
+
set to `application/json`. ### Summary and detailed representations When you fetch
|
|
107
107
|
a list of resources, the response includes only the most important attributes of
|
|
108
108
|
each resource. This is a _summary representation_ of the resource. When you fetch
|
|
109
109
|
an individual resource (for example, a single feature flag), you receive a _detailed
|
|
110
110
|
representation_ containing all of the attributes of the resource. The best way
|
|
111
111
|
to find a detailed representation is to follow links. Every summary representation
|
|
112
|
-
includes a link to its detailed representation.
|
|
112
|
+
includes a link to its detailed representation. ### Links and addressability The
|
|
113
113
|
best way to navigate the API is by following links. These are attributes in representations
|
|
114
114
|
that link to other resources. The API always uses the same format for links: -
|
|
115
115
|
Links to other resources within the API are encapsulated in a `_links` object. -
|
|
@@ -124,38 +124,38 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
124
124
|
are always represented as a JSON object with an `items` attribute containing an
|
|
125
125
|
array of representations. Like all other representations, collections have `_links`
|
|
126
126
|
defined at the top level. Paginated collections include `first`, `last`, `next`,
|
|
127
|
-
and `prev` links containing a URL with the respective set of elements in the collection.
|
|
127
|
+
and `prev` links containing a URL with the respective set of elements in the collection. ##
|
|
128
128
|
Updates Resources that accept partial updates use the `PATCH` verb, and support
|
|
129
|
-
the [JSON Patch](
|
|
130
|
-
support the [JSON Merge Patch](https://
|
|
131
|
-
some resources support optional comments that can be submitted
|
|
132
|
-
appear in outgoing webhooks, the audit log, and other integrations.
|
|
133
|
-
via JSON Patch [JSON Patch](
|
|
134
|
-
the modifications to perform on a resource. For example, in
|
|
135
|
-
{ "name": "New recommendations engine", "key":
|
|
136
|
-
"This is the description", ... } ``` You
|
|
137
|
-
with the following patch document: ```json
|
|
138
|
-
"value": "This is the new description"
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
"value": "
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
Patch](https://
|
|
147
|
-
flag](/tag/Feature-flags#operation/patchFeatureFlag)
|
|
148
|
-
is less expressive than JSON Patch but in many cases,
|
|
149
|
-
a merge patch document. For example, you can change a
|
|
150
|
-
with the following merge patch document: ```json { "description":
|
|
151
|
-
} ```
|
|
152
|
-
The [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag)
|
|
153
|
-
supports comments. To submit a comment along with a JSON Patch document,
|
|
154
|
-
following format: ```json { "comment": "This is a comment string", "patch":
|
|
129
|
+
the [JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902) format. Some resources
|
|
130
|
+
also support the [JSON Merge Patch](https://datatracker.ietf.org/doc/html/rfc7386)
|
|
131
|
+
format. In addition, some resources support optional comments that can be submitted
|
|
132
|
+
with updates. Comments appear in outgoing webhooks, the audit log, and other integrations. ###
|
|
133
|
+
Updates via JSON Patch [JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902)
|
|
134
|
+
is a way to specify the modifications to perform on a resource. For example, in
|
|
135
|
+
this feature flag representation: ```json { "name": "New recommendations engine", "key":
|
|
136
|
+
"engine.enable", "description": "This is the description", ... } ``` You
|
|
137
|
+
can change the feature flag''s description with the following patch document: ```json
|
|
138
|
+
[{ "op": "replace", "path": "/description", "value": "This is the new description"
|
|
139
|
+
}] ``` JSON Patch documents are always arrays. You can specify multiple modifications
|
|
140
|
+
to perform in a single request. You can also test that certain preconditions are
|
|
141
|
+
met before applying the patch: ```json [ { "op": "test", "path": "/version",
|
|
142
|
+
"value": 10 }, { "op": "replace", "path": "/description", "value": "The new description"
|
|
143
|
+
} ] ``` The above patch request tests whether the feature flag''s `version` is
|
|
144
|
+
`10`, and if so, changes the feature flag''s description. Attributes that aren''t
|
|
145
|
+
editable, like a resource''s `_links`, have names that start with an underscore. ###
|
|
146
|
+
Updates via JSON Merge Patch The API also supports the [JSON Merge Patch](https://datatracker.ietf.org/doc/html/rfc7386)
|
|
147
|
+
format, as well as the [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag)
|
|
148
|
+
resource. JSON Merge Patch is less expressive than JSON Patch but in many cases,
|
|
149
|
+
it is simpler to construct a merge patch document. For example, you can change a
|
|
150
|
+
feature flag''s description with the following merge patch document: ```json { "description":
|
|
151
|
+
"New flag description" } ``` ### Updates with comments You can submit optional
|
|
152
|
+
comments with `PATCH` changes. The [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag)
|
|
153
|
+
resource supports comments. To submit a comment along with a JSON Patch document,
|
|
154
|
+
use the following format: ```json { "comment": "This is a comment string", "patch":
|
|
155
155
|
[{ "op": "replace", "path": "/description", "value": "The new description" }] }
|
|
156
156
|
``` To submit a comment along with a JSON Merge Patch document, use the following
|
|
157
157
|
format: ```json { "comment": "This is a comment string", "merge": { "description":
|
|
158
|
-
"New flag description" } } ```
|
|
158
|
+
"New flag description" } } ``` ### Updates via semantic patches The API also supports
|
|
159
159
|
the Semantic patch format. A semantic `PATCH` is a way to specify the modifications
|
|
160
160
|
to perform on a resource as a set of executable instructions. JSON Patch uses paths
|
|
161
161
|
and a limited set of operations to describe how to transform the current state of
|
|
@@ -193,14 +193,14 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
193
193
|
["438580d8-02ee-418d-9eec-0085cab2bdf0"], "variationId": "1bb18465-33b6-49aa-a3bd-eeb6650b33ad" } ]
|
|
194
194
|
} ``` > ### Supported semantic patch API endpoints > > - [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag)
|
|
195
195
|
> - [Update expiring user targets on feature flag](/tag/Feature-flags#operation/patchExpiringUserTargets)
|
|
196
|
-
> - [Update expiring user target for flags](/tag/User-
|
|
197
|
-
> - [Update expiring user targets on segment](/tag/Segments#operation/
|
|
196
|
+
> - [Update expiring user target for flags](/tag/User-settings#operation/patchExpiringFlagsForUser)
|
|
197
|
+
> - [Update expiring user targets on segment](/tag/Segments#operation/patchExpiringUserTargetsForSegment) ##
|
|
198
198
|
Errors The API always returns errors in a common format. Here''s an example: ```json
|
|
199
199
|
{ "code": "invalid_request", "message": "A feature with that key already exists", "id":
|
|
200
200
|
"30ce6058-87da-11e4-b116-123b93f75cba" } ``` The general class of error is indicated
|
|
201
201
|
by the `code`. The `message` is a human-readable explanation of what went wrong.
|
|
202
202
|
The `id` is a unique identifier. Use it when you''re working with LaunchDarkly support
|
|
203
|
-
to debug a problem with a specific API call.
|
|
203
|
+
to debug a problem with a specific API call. ### HTTP Status - Error Response Codes |
|
|
204
204
|
Code | Definition | Desc. |
|
|
205
205
|
Possible Solution | | ---- | -----------------
|
|
206
206
|
| -------------------------------------------------------------------------------------------
|
|
@@ -214,7 +214,7 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
214
214
|
The API request could not be completed because it conflicted with a concurrent API
|
|
215
215
|
request. | Retry your request. | |
|
|
216
216
|
429 | Too many requests | See [Rate limiting](/#section/Rate-limiting). |
|
|
217
|
-
Wait and try again later. |
|
|
217
|
+
Wait and try again later. | ## CORS The
|
|
218
218
|
LaunchDarkly API supports Cross Origin Resource Sharing (CORS) for AJAX requests
|
|
219
219
|
from any origin. If an `Origin` header is given in a request, it will be echoed
|
|
220
220
|
as an explicitly allowed origin. Otherwise, a wildcard is returned: `Access-Control-Allow-Origin:
|
|
@@ -226,22 +226,22 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
226
226
|
calls, using either [token or session-based authentication](#section/Authentication).
|
|
227
227
|
If you’re using session auth, you should set the `withCredentials` property for
|
|
228
228
|
your `xhr` request to `true`. You should never expose your access tokens to untrusted
|
|
229
|
-
users.
|
|
230
|
-
of our APIs. Rate-limited calls to our APIs will return a `429` status
|
|
231
|
-
to our APIs will include headers indicating the current rate limit status.
|
|
232
|
-
headers returned depend on the API route being called. The limits differ
|
|
233
|
-
the route, authentication mechanism, and other factors. Routes that are
|
|
234
|
-
limited may not contain any of the headers described below. > ### Rate
|
|
235
|
-
and SDKs > > LaunchDarkly SDKs are never rate limited and do not use the
|
|
236
|
-
defined here. LaunchDarkly uses a different set of approaches, including
|
|
237
|
-
events and a global CDN, to ensure availability to the routes
|
|
238
|
-
SDKs. > > The client-side ID is safe to embed in untrusted
|
|
239
|
-
for use in client-side JavaScript.
|
|
240
|
-
are subject to a global limit. This is the maximum number of calls that
|
|
241
|
-
to the API per ten seconds. All personal access tokens on the account
|
|
242
|
-
limit, so exceeding the limit with one access token will impact other
|
|
243
|
-
that are subject to global rate limits will return the headers below: |
|
|
244
|
-
name | Description |
|
|
229
|
+
users. ## Rate limiting We use several rate limiting strategies to ensure the
|
|
230
|
+
availability of our APIs. Rate-limited calls to our APIs will return a `429` status
|
|
231
|
+
code. Calls to our APIs will include headers indicating the current rate limit status.
|
|
232
|
+
The specific headers returned depend on the API route being called. The limits differ
|
|
233
|
+
based on the route, authentication mechanism, and other factors. Routes that are
|
|
234
|
+
not rate limited may not contain any of the headers described below. > ### Rate
|
|
235
|
+
limiting and SDKs > > LaunchDarkly SDKs are never rate limited and do not use the
|
|
236
|
+
API endpoints defined here. LaunchDarkly uses a different set of approaches, including
|
|
237
|
+
streaming/server-sent events and a global CDN, to ensure availability to the routes
|
|
238
|
+
used by LaunchDarkly SDKs. > > The client-side ID is safe to embed in untrusted
|
|
239
|
+
contexts. It''s designed for use in client-side JavaScript. ### Global rate limits Authenticated
|
|
240
|
+
requests are subject to a global limit. This is the maximum number of calls that
|
|
241
|
+
can be made to the API per ten seconds. All personal access tokens on the account
|
|
242
|
+
share this limit, so exceeding the limit with one access token will impact other
|
|
243
|
+
tokens. Calls that are subject to global rate limits will return the headers below: |
|
|
244
|
+
Header name | Description |
|
|
245
245
|
| ------------------------------ | --------------------------------------------------------------------------------
|
|
246
246
|
| | `X-Ratelimit-Global-Remaining` | The maximum number of requests the account
|
|
247
247
|
is permitted to make per ten seconds. | | `X-Ratelimit-Reset` | The time
|
|
@@ -249,11 +249,11 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
249
249
|
not publicly document the specific number of calls that can be made globally. This
|
|
250
250
|
limit may change, and we encourage clients to program against the specification,
|
|
251
251
|
relying on the two headers defined above, rather than hardcoding to the current
|
|
252
|
-
limit.
|
|
253
|
-
These also reset every ten seconds. Any access tokens hitting the same route
|
|
254
|
-
this limit, so exceeding the limit with one access token may impact other
|
|
255
|
-
Calls that are subject to route-level rate limits will return the headers
|
|
256
|
-
Header name | Description |
|
|
252
|
+
limit. ### Route-level rate limits Some authenticated routes have custom rate
|
|
253
|
+
limits. These also reset every ten seconds. Any access tokens hitting the same route
|
|
254
|
+
share this limit, so exceeding the limit with one access token may impact other
|
|
255
|
+
tokens. Calls that are subject to route-level rate limits will return the headers
|
|
256
|
+
below: | Header name | Description |
|
|
257
257
|
| ----------------------------- | -----------------------------------------------------------------------------------------------------
|
|
258
258
|
| | `X-Ratelimit-Route-Remaining` | The maximum number of requests to the current
|
|
259
259
|
route the account is permitted to make per ten seconds. | | `X-Ratelimit-Reset` |
|
|
@@ -264,25 +264,25 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
264
264
|
the specific number of calls that can be made to each endpoint per ten seconds.
|
|
265
265
|
These limits may change, and we encourage clients to program against the specification,
|
|
266
266
|
relying on the two headers defined above, rather than hardcoding to the current
|
|
267
|
-
limits.
|
|
267
|
+
limits. ### IP-based rate limiting We also employ IP-based rate limiting on some
|
|
268
268
|
API routes. If you hit an IP-based rate limit, your API response will include a
|
|
269
269
|
`Retry-After` header indicating how long to wait before re-trying the call. Clients
|
|
270
270
|
must wait at least `Retry-After` seconds before making additional calls to our API,
|
|
271
271
|
and should employ jitter and backoff strategies to avoid triggering rate limits
|
|
272
|
-
again.
|
|
272
|
+
again. ## OpenAPI (Swagger) We have a [complete OpenAPI (Swagger) specification](https://app.launchdarkly.com/api/v2/openapi.json)
|
|
273
273
|
for our API. You can use this specification to generate client libraries to interact
|
|
274
274
|
with our REST API in your language of choice. This specification is supported by
|
|
275
275
|
several API-based tools such as Postman and Insomnia. In many cases, you can directly
|
|
276
|
-
import our specification to ease use in navigating the APIs in the tooling.
|
|
277
|
-
libraries We auto-generate multiple client libraries based on our OpenAPI
|
|
278
|
-
To learn more, visit [GitHub](https://github.com/search?q=topic%3Alaunchdarkly-api+org%3Alaunchdarkly&type=Repositories).
|
|
276
|
+
import our specification to ease use in navigating the APIs in the tooling. ##
|
|
277
|
+
Client libraries We auto-generate multiple client libraries based on our OpenAPI
|
|
278
|
+
specification. To learn more, visit [GitHub](https://github.com/search?q=topic%3Alaunchdarkly-api+org%3Alaunchdarkly&type=Repositories). ##
|
|
279
279
|
Method Overriding Some firewalls and HTTP clients restrict the use of verbs other
|
|
280
280
|
than `GET` and `POST`. In those environments, our API endpoints that use `PUT`,
|
|
281
281
|
`PATCH`, and `DELETE` verbs will be inaccessible. To avoid this issue, our API
|
|
282
282
|
supports the `X-HTTP-Method-Override` header, allowing clients to "tunnel" `PUT`,
|
|
283
283
|
`PATCH`, and `DELETE` requests via a `POST` request. For example, if you wish to
|
|
284
284
|
call one of our `PATCH` resources via a `POST` request, you can include `X-HTTP-Method-Override:PATCH`
|
|
285
|
-
as a header.
|
|
285
|
+
as a header. ## Beta resources We sometimes release new API resources in **beta**
|
|
286
286
|
status before we release them with general availability. Resources that are in
|
|
287
287
|
beta are still undergoing testing and development. They may change without notice,
|
|
288
288
|
including becoming backwards incompatible. We try to promote resources into general
|
|
@@ -291,31 +291,32 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
291
291
|
mark beta resources with a "Beta" callout in our documentation, pictured below: >
|
|
292
292
|
### This feature is in beta > > To use this feature, pass in a header including
|
|
293
293
|
the `LD-API-Version` key with value set to `beta`. Use this header with each call.
|
|
294
|
-
To learn more, read [Beta resources](/#section/Beta-resources).
|
|
295
|
-
use a beta resource, you must include a header in the request. If
|
|
296
|
-
resource without this header, you''ll receive a `403` response. Use
|
|
297
|
-
LD-API-Version: beta ```
|
|
298
|
-
compatible, but we occasionally have to make backwards-incompatible
|
|
299
|
-
process of shipping new features. These breaking changes can cause
|
|
300
|
-
if you don''t prepare for them accordingly. Updates to our
|
|
301
|
-
for the latest features in LaunchDarkly. We also release
|
|
302
|
-
API every time we make a breaking change. We provide simultaneous
|
|
303
|
-
API versions so you can migrate from your current API version
|
|
304
|
-
your own pace.
|
|
305
|
-
on a specific request by sending an `LD-API-Version` header,
|
|
306
|
-
below: ``` LD-API-Version: 20191212 ``` The header value
|
|
307
|
-
of the API version you''d like to request. The number for
|
|
308
|
-
to the date the version was released. In the example above
|
|
309
|
-
corresponds to December 12, 2019.
|
|
310
|
-
creating an access token, you must specify a specific version
|
|
311
|
-
This ensures that integrations using this token cannot be broken
|
|
312
|
-
created before versioning was released have their version
|
|
313
|
-
version of the API that existed before versioning) so that
|
|
314
|
-
the same way they did before versioning. If you would like
|
|
315
|
-
to use a new API version, you can explicitly set the
|
|
316
|
-
### Best practice: Set the header for every client or
|
|
317
|
-
that you set the API version header explicitly in any
|
|
318
|
-
build. > > Only rely on the access token API version during
|
|
294
|
+
To learn more, read [Beta resources](/#section/Beta-resources). ### Using beta
|
|
295
|
+
resources To use a beta resource, you must include a header in the request. If
|
|
296
|
+
you call a beta resource without this header, you''ll receive a `403` response. Use
|
|
297
|
+
this header: ``` LD-API-Version: beta ``` ## Versioning We try hard to keep our
|
|
298
|
+
REST API backwards compatible, but we occasionally have to make backwards-incompatible
|
|
299
|
+
changes in the process of shipping new features. These breaking changes can cause
|
|
300
|
+
unexpected behavior if you don''t prepare for them accordingly. Updates to our
|
|
301
|
+
REST API include support for the latest features in LaunchDarkly. We also release
|
|
302
|
+
a new version of our REST API every time we make a breaking change. We provide simultaneous
|
|
303
|
+
support for multiple API versions so you can migrate from your current API version
|
|
304
|
+
to a new version at your own pace. ### Setting the API version per request You
|
|
305
|
+
can set the API version on a specific request by sending an `LD-API-Version` header,
|
|
306
|
+
as shown in the example below: ``` LD-API-Version: 20191212 ``` The header value
|
|
307
|
+
is the version number of the API version you''d like to request. The number for
|
|
308
|
+
each version corresponds to the date the version was released. In the example above
|
|
309
|
+
the version `20191212` corresponds to December 12, 2019. ### Setting the API version
|
|
310
|
+
per access token When creating an access token, you must specify a specific version
|
|
311
|
+
of the API to use. This ensures that integrations using this token cannot be broken
|
|
312
|
+
by version changes. Tokens created before versioning was released have their version
|
|
313
|
+
set to `20160426` (the version of the API that existed before versioning) so that
|
|
314
|
+
they continue working the same way they did before versioning. If you would like
|
|
315
|
+
to upgrade your integration to use a new API version, you can explicitly set the
|
|
316
|
+
header described above. > ### Best practice: Set the header for every client or
|
|
317
|
+
integration > > We recommend that you set the API version header explicitly in any
|
|
318
|
+
client or integration you build. > > Only rely on the access token API version during
|
|
319
|
+
manual testing. '
|
|
319
320
|
email:
|
|
320
321
|
- support@launchdarkly.com
|
|
321
322
|
executables: []
|
|
@@ -333,6 +334,10 @@ files:
|
|
|
333
334
|
- docs/AccessTokensApi.md
|
|
334
335
|
- docs/AccountMembersApi.md
|
|
335
336
|
- docs/AccountUsageBetaApi.md
|
|
337
|
+
- docs/ActionInputRep.md
|
|
338
|
+
- docs/ActionOutputRep.md
|
|
339
|
+
- docs/ApprovalConditionInputRep.md
|
|
340
|
+
- docs/ApprovalConditionOutputRep.md
|
|
336
341
|
- docs/ApprovalSettings.md
|
|
337
342
|
- docs/ApprovalsApi.md
|
|
338
343
|
- docs/AuditLogApi.md
|
|
@@ -347,8 +352,12 @@ files:
|
|
|
347
352
|
- docs/ClientSideAvailability.md
|
|
348
353
|
- docs/ClientSideAvailabilityPost.md
|
|
349
354
|
- docs/CodeReferencesApi.md
|
|
355
|
+
- docs/ConditionBaseOutputRep.md
|
|
356
|
+
- docs/ConditionInputRep.md
|
|
357
|
+
- docs/ConditionOutputRep.md
|
|
350
358
|
- docs/ConfidenceIntervalRep.md
|
|
351
359
|
- docs/Conflict.md
|
|
360
|
+
- docs/ConflictOutputRep.md
|
|
352
361
|
- docs/CopiedFromEnv.md
|
|
353
362
|
- docs/CreateCopyFlagConfigApprovalRequestRequest.md
|
|
354
363
|
- docs/CreateFlagConfigApprovalRequestRequest.md
|
|
@@ -358,18 +367,27 @@ files:
|
|
|
358
367
|
- docs/CustomRolePostData.md
|
|
359
368
|
- docs/CustomRoles.md
|
|
360
369
|
- docs/CustomRolesApi.md
|
|
370
|
+
- docs/CustomRolesRep.md
|
|
371
|
+
- docs/CustomWorkflowInputRep.md
|
|
372
|
+
- docs/CustomWorkflowMeta.md
|
|
373
|
+
- docs/CustomWorkflowOutputRep.md
|
|
374
|
+
- docs/CustomWorkflowStageMeta.md
|
|
375
|
+
- docs/CustomWorkflowsListingOutputRep.md
|
|
361
376
|
- docs/DataExportDestinationsApi.md
|
|
362
377
|
- docs/DefaultClientSideAvailabilityPost.md
|
|
363
378
|
- docs/Defaults.md
|
|
364
379
|
- docs/DependentFlag.md
|
|
365
380
|
- docs/DependentFlagEnvironment.md
|
|
366
381
|
- docs/DependentFlagsByEnvironment.md
|
|
382
|
+
- docs/DerivedAttribute.md
|
|
367
383
|
- docs/Destination.md
|
|
368
384
|
- docs/DestinationPost.md
|
|
369
385
|
- docs/Destinations.md
|
|
370
386
|
- docs/Environment.md
|
|
371
387
|
- docs/EnvironmentPost.md
|
|
372
388
|
- docs/EnvironmentsApi.md
|
|
389
|
+
- docs/ExecutionOutputRep.md
|
|
390
|
+
- docs/ExpandedTeamRep.md
|
|
373
391
|
- docs/ExperimentAllocationRep.md
|
|
374
392
|
- docs/ExperimentEnabledPeriodRep.md
|
|
375
393
|
- docs/ExperimentEnvironmentSettingRep.md
|
|
@@ -388,7 +406,6 @@ files:
|
|
|
388
406
|
- docs/ExpiringUserTargetPatchResponse.md
|
|
389
407
|
- docs/Extinction.md
|
|
390
408
|
- docs/ExtinctionCollectionRep.md
|
|
391
|
-
- docs/ExtinctionRep.md
|
|
392
409
|
- docs/FeatureFlag.md
|
|
393
410
|
- docs/FeatureFlagBody.md
|
|
394
411
|
- docs/FeatureFlagConfig.md
|
|
@@ -409,36 +426,50 @@ files:
|
|
|
409
426
|
- docs/FlagScheduledChangesInput.md
|
|
410
427
|
- docs/FlagStatusRep.md
|
|
411
428
|
- docs/FlagSummary.md
|
|
429
|
+
- docs/FlagTriggerInput.md
|
|
430
|
+
- docs/FlagTriggersApi.md
|
|
431
|
+
- docs/ForbiddenErrorRep.md
|
|
412
432
|
- docs/HunkRep.md
|
|
413
|
-
- docs/
|
|
414
|
-
- docs/
|
|
415
|
-
- docs/InlineResponse200.md
|
|
433
|
+
- docs/Integration.md
|
|
434
|
+
- docs/IntegrationAuditLogSubscriptionsApi.md
|
|
416
435
|
- docs/IntegrationMetadata.md
|
|
417
436
|
- docs/IntegrationStatus.md
|
|
437
|
+
- docs/IntegrationStatusRep.md
|
|
438
|
+
- docs/IntegrationSubscriptionStatusRep.md
|
|
439
|
+
- docs/Integrations.md
|
|
440
|
+
- docs/InvalidRequestErrorRep.md
|
|
418
441
|
- docs/IpList.md
|
|
419
442
|
- docs/LastSeenMetadata.md
|
|
420
443
|
- docs/Link.md
|
|
421
444
|
- docs/Member.md
|
|
422
445
|
- docs/MemberDataRep.md
|
|
446
|
+
- docs/MemberImportItemRep.md
|
|
423
447
|
- docs/MemberPermissionGrantSummaryRep.md
|
|
424
448
|
- docs/MemberSummaryRep.md
|
|
425
449
|
- docs/MemberTeamSummaryRep.md
|
|
450
|
+
- docs/MemberTeamsPostInput.md
|
|
426
451
|
- docs/Members.md
|
|
452
|
+
- docs/MethodNotAllowedErrorRep.md
|
|
427
453
|
- docs/MetricCollectionRep.md
|
|
428
454
|
- docs/MetricListingRep.md
|
|
429
455
|
- docs/MetricPost.md
|
|
430
456
|
- docs/MetricRep.md
|
|
457
|
+
- docs/MetricSeen.md
|
|
431
458
|
- docs/MetricsApi.md
|
|
432
459
|
- docs/Modification.md
|
|
433
460
|
- docs/MultiEnvironmentDependentFlag.md
|
|
434
461
|
- docs/MultiEnvironmentDependentFlags.md
|
|
435
462
|
- docs/NewMemberForm.md
|
|
463
|
+
- docs/NotFoundErrorRep.md
|
|
436
464
|
- docs/OtherApi.md
|
|
437
465
|
- docs/ParentResourceRep.md
|
|
466
|
+
- docs/PatchFailedErrorRep.md
|
|
438
467
|
- docs/PatchOperation.md
|
|
439
468
|
- docs/PatchSegmentInstruction.md
|
|
440
469
|
- docs/PatchSegmentRequest.md
|
|
441
470
|
- docs/PatchWithComment.md
|
|
471
|
+
- docs/PermissionGrantInput.md
|
|
472
|
+
- docs/PermissionGrantRep.md
|
|
442
473
|
- docs/PostApprovalRequestApplyRequest.md
|
|
443
474
|
- docs/PostApprovalRequestReviewRequest.md
|
|
444
475
|
- docs/PostFlagScheduledChangesInput.md
|
|
@@ -449,6 +480,9 @@ files:
|
|
|
449
480
|
- docs/Projects.md
|
|
450
481
|
- docs/ProjectsApi.md
|
|
451
482
|
- docs/PubNubDetailRep.md
|
|
483
|
+
- docs/PutBranch.md
|
|
484
|
+
- docs/RateLimitedErrorRep.md
|
|
485
|
+
- docs/RecentTriggerBody.md
|
|
452
486
|
- docs/ReferenceRep.md
|
|
453
487
|
- docs/RelayAutoConfigCollectionRep.md
|
|
454
488
|
- docs/RelayAutoConfigPost.md
|
|
@@ -459,9 +493,12 @@ files:
|
|
|
459
493
|
- docs/RepositoryRep.md
|
|
460
494
|
- docs/ResourceAccess.md
|
|
461
495
|
- docs/ResourceIDResponse.md
|
|
496
|
+
- docs/ReviewOutputRep.md
|
|
462
497
|
- docs/ReviewResponse.md
|
|
463
498
|
- docs/Rollout.md
|
|
464
499
|
- docs/Rule.md
|
|
500
|
+
- docs/ScheduleConditionInputRep.md
|
|
501
|
+
- docs/ScheduleConditionOutputRep.md
|
|
465
502
|
- docs/ScheduledChangesApi.md
|
|
466
503
|
- docs/SdkListRep.md
|
|
467
504
|
- docs/SdkVersionListRep.md
|
|
@@ -473,6 +510,8 @@ files:
|
|
|
473
510
|
- docs/SegmentsApi.md
|
|
474
511
|
- docs/SeriesListRep.md
|
|
475
512
|
- docs/SourceFlag.md
|
|
513
|
+
- docs/StageInputRep.md
|
|
514
|
+
- docs/StageOutputRep.md
|
|
476
515
|
- docs/Statement.md
|
|
477
516
|
- docs/StatementPost.md
|
|
478
517
|
- docs/StatementPostData.md
|
|
@@ -480,19 +519,32 @@ files:
|
|
|
480
519
|
- docs/StatisticCollectionRep.md
|
|
481
520
|
- docs/StatisticRep.md
|
|
482
521
|
- docs/StatisticsRoot.md
|
|
522
|
+
- docs/StatusConflictErrorRep.md
|
|
483
523
|
- docs/SubjectDataRep.md
|
|
524
|
+
- docs/SubscriptionPost.md
|
|
484
525
|
- docs/Target.md
|
|
485
526
|
- docs/TargetResourceRep.md
|
|
527
|
+
- docs/TeamCollectionRep.md
|
|
528
|
+
- docs/TeamImportsRep.md
|
|
529
|
+
- docs/TeamPatchInput.md
|
|
530
|
+
- docs/TeamPostInput.md
|
|
531
|
+
- docs/TeamRep.md
|
|
532
|
+
- docs/TeamsBetaApi.md
|
|
486
533
|
- docs/TitleRep.md
|
|
487
534
|
- docs/Token.md
|
|
488
535
|
- docs/TokenDataRep.md
|
|
489
536
|
- docs/Tokens.md
|
|
537
|
+
- docs/TriggerPost.md
|
|
538
|
+
- docs/TriggerWorkflowCollectionRep.md
|
|
539
|
+
- docs/TriggerWorkflowRep.md
|
|
540
|
+
- docs/UnauthorizedErrorRep.md
|
|
490
541
|
- docs/UrlPost.md
|
|
491
542
|
- docs/User.md
|
|
492
543
|
- docs/UserAttributeNamesRep.md
|
|
493
544
|
- docs/UserFlagSetting.md
|
|
494
545
|
- docs/UserFlagSettings.md
|
|
495
546
|
- docs/UserRecord.md
|
|
547
|
+
- docs/UserRecordRep.md
|
|
496
548
|
- docs/UserSegment.md
|
|
497
549
|
- docs/UserSegmentRule.md
|
|
498
550
|
- docs/UserSegments.md
|
|
@@ -501,7 +553,6 @@ files:
|
|
|
501
553
|
- docs/UsersApi.md
|
|
502
554
|
- docs/UsersBetaApi.md
|
|
503
555
|
- docs/ValuePut.md
|
|
504
|
-
- docs/Variate.md
|
|
505
556
|
- docs/Variation.md
|
|
506
557
|
- docs/VariationOrRolloutRep.md
|
|
507
558
|
- docs/VariationSummary.md
|
|
@@ -511,6 +562,7 @@ files:
|
|
|
511
562
|
- docs/Webhooks.md
|
|
512
563
|
- docs/WebhooksApi.md
|
|
513
564
|
- docs/WeightedVariation.md
|
|
565
|
+
- docs/WorkflowsBetaApi.md
|
|
514
566
|
- git_push.sh
|
|
515
567
|
- launchdarkly_api.gemspec
|
|
516
568
|
- lib/launchdarkly_api.rb
|
|
@@ -526,16 +578,20 @@ files:
|
|
|
526
578
|
- lib/launchdarkly_api/api/experiments_beta_api.rb
|
|
527
579
|
- lib/launchdarkly_api/api/feature_flags_api.rb
|
|
528
580
|
- lib/launchdarkly_api/api/feature_flags_beta_api.rb
|
|
581
|
+
- lib/launchdarkly_api/api/flag_triggers_api.rb
|
|
582
|
+
- lib/launchdarkly_api/api/integration_audit_log_subscriptions_api.rb
|
|
529
583
|
- lib/launchdarkly_api/api/metrics_api.rb
|
|
530
584
|
- lib/launchdarkly_api/api/other_api.rb
|
|
531
585
|
- lib/launchdarkly_api/api/projects_api.rb
|
|
532
586
|
- lib/launchdarkly_api/api/relay_proxy_configurations_api.rb
|
|
533
587
|
- lib/launchdarkly_api/api/scheduled_changes_api.rb
|
|
534
588
|
- lib/launchdarkly_api/api/segments_api.rb
|
|
589
|
+
- lib/launchdarkly_api/api/teams_beta_api.rb
|
|
535
590
|
- lib/launchdarkly_api/api/user_settings_api.rb
|
|
536
591
|
- lib/launchdarkly_api/api/users_api.rb
|
|
537
592
|
- lib/launchdarkly_api/api/users_beta_api.rb
|
|
538
593
|
- lib/launchdarkly_api/api/webhooks_api.rb
|
|
594
|
+
- lib/launchdarkly_api/api/workflows_beta_api.rb
|
|
539
595
|
- lib/launchdarkly_api/api_client.rb
|
|
540
596
|
- lib/launchdarkly_api/api_error.rb
|
|
541
597
|
- lib/launchdarkly_api/configuration.rb
|
|
@@ -543,6 +599,10 @@ files:
|
|
|
543
599
|
- lib/launchdarkly_api/models/access_denied_rep.rb
|
|
544
600
|
- lib/launchdarkly_api/models/access_rep.rb
|
|
545
601
|
- lib/launchdarkly_api/models/access_token_post.rb
|
|
602
|
+
- lib/launchdarkly_api/models/action_input_rep.rb
|
|
603
|
+
- lib/launchdarkly_api/models/action_output_rep.rb
|
|
604
|
+
- lib/launchdarkly_api/models/approval_condition_input_rep.rb
|
|
605
|
+
- lib/launchdarkly_api/models/approval_condition_output_rep.rb
|
|
546
606
|
- lib/launchdarkly_api/models/approval_settings.rb
|
|
547
607
|
- lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb
|
|
548
608
|
- lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb
|
|
@@ -554,8 +614,12 @@ files:
|
|
|
554
614
|
- lib/launchdarkly_api/models/clause.rb
|
|
555
615
|
- lib/launchdarkly_api/models/client_side_availability.rb
|
|
556
616
|
- lib/launchdarkly_api/models/client_side_availability_post.rb
|
|
617
|
+
- lib/launchdarkly_api/models/condition_base_output_rep.rb
|
|
618
|
+
- lib/launchdarkly_api/models/condition_input_rep.rb
|
|
619
|
+
- lib/launchdarkly_api/models/condition_output_rep.rb
|
|
557
620
|
- lib/launchdarkly_api/models/confidence_interval_rep.rb
|
|
558
621
|
- lib/launchdarkly_api/models/conflict.rb
|
|
622
|
+
- lib/launchdarkly_api/models/conflict_output_rep.rb
|
|
559
623
|
- lib/launchdarkly_api/models/copied_from_env.rb
|
|
560
624
|
- lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb
|
|
561
625
|
- lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb
|
|
@@ -564,16 +628,25 @@ files:
|
|
|
564
628
|
- lib/launchdarkly_api/models/custom_role_post.rb
|
|
565
629
|
- lib/launchdarkly_api/models/custom_role_post_data.rb
|
|
566
630
|
- lib/launchdarkly_api/models/custom_roles.rb
|
|
631
|
+
- lib/launchdarkly_api/models/custom_roles_rep.rb
|
|
632
|
+
- lib/launchdarkly_api/models/custom_workflow_input_rep.rb
|
|
633
|
+
- lib/launchdarkly_api/models/custom_workflow_meta.rb
|
|
634
|
+
- lib/launchdarkly_api/models/custom_workflow_output_rep.rb
|
|
635
|
+
- lib/launchdarkly_api/models/custom_workflow_stage_meta.rb
|
|
636
|
+
- lib/launchdarkly_api/models/custom_workflows_listing_output_rep.rb
|
|
567
637
|
- lib/launchdarkly_api/models/default_client_side_availability_post.rb
|
|
568
638
|
- lib/launchdarkly_api/models/defaults.rb
|
|
569
639
|
- lib/launchdarkly_api/models/dependent_flag.rb
|
|
570
640
|
- lib/launchdarkly_api/models/dependent_flag_environment.rb
|
|
571
641
|
- lib/launchdarkly_api/models/dependent_flags_by_environment.rb
|
|
642
|
+
- lib/launchdarkly_api/models/derived_attribute.rb
|
|
572
643
|
- lib/launchdarkly_api/models/destination.rb
|
|
573
644
|
- lib/launchdarkly_api/models/destination_post.rb
|
|
574
645
|
- lib/launchdarkly_api/models/destinations.rb
|
|
575
646
|
- lib/launchdarkly_api/models/environment.rb
|
|
576
647
|
- lib/launchdarkly_api/models/environment_post.rb
|
|
648
|
+
- lib/launchdarkly_api/models/execution_output_rep.rb
|
|
649
|
+
- lib/launchdarkly_api/models/expanded_team_rep.rb
|
|
577
650
|
- lib/launchdarkly_api/models/experiment_allocation_rep.rb
|
|
578
651
|
- lib/launchdarkly_api/models/experiment_enabled_period_rep.rb
|
|
579
652
|
- lib/launchdarkly_api/models/experiment_environment_setting_rep.rb
|
|
@@ -591,7 +664,6 @@ files:
|
|
|
591
664
|
- lib/launchdarkly_api/models/expiring_user_target_patch_response.rb
|
|
592
665
|
- lib/launchdarkly_api/models/extinction.rb
|
|
593
666
|
- lib/launchdarkly_api/models/extinction_collection_rep.rb
|
|
594
|
-
- lib/launchdarkly_api/models/extinction_rep.rb
|
|
595
667
|
- lib/launchdarkly_api/models/feature_flag.rb
|
|
596
668
|
- lib/launchdarkly_api/models/feature_flag_body.rb
|
|
597
669
|
- lib/launchdarkly_api/models/feature_flag_config.rb
|
|
@@ -610,34 +682,46 @@ files:
|
|
|
610
682
|
- lib/launchdarkly_api/models/flag_scheduled_changes_input.rb
|
|
611
683
|
- lib/launchdarkly_api/models/flag_status_rep.rb
|
|
612
684
|
- lib/launchdarkly_api/models/flag_summary.rb
|
|
685
|
+
- lib/launchdarkly_api/models/flag_trigger_input.rb
|
|
686
|
+
- lib/launchdarkly_api/models/forbidden_error_rep.rb
|
|
613
687
|
- lib/launchdarkly_api/models/hunk_rep.rb
|
|
614
|
-
- lib/launchdarkly_api/models/
|
|
615
|
-
- lib/launchdarkly_api/models/inline_object1.rb
|
|
616
|
-
- lib/launchdarkly_api/models/inline_response200.rb
|
|
688
|
+
- lib/launchdarkly_api/models/integration.rb
|
|
617
689
|
- lib/launchdarkly_api/models/integration_metadata.rb
|
|
618
690
|
- lib/launchdarkly_api/models/integration_status.rb
|
|
691
|
+
- lib/launchdarkly_api/models/integration_status_rep.rb
|
|
692
|
+
- lib/launchdarkly_api/models/integration_subscription_status_rep.rb
|
|
693
|
+
- lib/launchdarkly_api/models/integrations.rb
|
|
694
|
+
- lib/launchdarkly_api/models/invalid_request_error_rep.rb
|
|
619
695
|
- lib/launchdarkly_api/models/ip_list.rb
|
|
620
696
|
- lib/launchdarkly_api/models/last_seen_metadata.rb
|
|
621
697
|
- lib/launchdarkly_api/models/link.rb
|
|
622
698
|
- lib/launchdarkly_api/models/member.rb
|
|
623
699
|
- lib/launchdarkly_api/models/member_data_rep.rb
|
|
700
|
+
- lib/launchdarkly_api/models/member_import_item_rep.rb
|
|
624
701
|
- lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb
|
|
625
702
|
- lib/launchdarkly_api/models/member_summary_rep.rb
|
|
626
703
|
- lib/launchdarkly_api/models/member_team_summary_rep.rb
|
|
704
|
+
- lib/launchdarkly_api/models/member_teams_post_input.rb
|
|
627
705
|
- lib/launchdarkly_api/models/members.rb
|
|
706
|
+
- lib/launchdarkly_api/models/method_not_allowed_error_rep.rb
|
|
628
707
|
- lib/launchdarkly_api/models/metric_collection_rep.rb
|
|
629
708
|
- lib/launchdarkly_api/models/metric_listing_rep.rb
|
|
630
709
|
- lib/launchdarkly_api/models/metric_post.rb
|
|
631
710
|
- lib/launchdarkly_api/models/metric_rep.rb
|
|
711
|
+
- lib/launchdarkly_api/models/metric_seen.rb
|
|
632
712
|
- lib/launchdarkly_api/models/modification.rb
|
|
633
713
|
- lib/launchdarkly_api/models/multi_environment_dependent_flag.rb
|
|
634
714
|
- lib/launchdarkly_api/models/multi_environment_dependent_flags.rb
|
|
635
715
|
- lib/launchdarkly_api/models/new_member_form.rb
|
|
716
|
+
- lib/launchdarkly_api/models/not_found_error_rep.rb
|
|
636
717
|
- lib/launchdarkly_api/models/parent_resource_rep.rb
|
|
718
|
+
- lib/launchdarkly_api/models/patch_failed_error_rep.rb
|
|
637
719
|
- lib/launchdarkly_api/models/patch_operation.rb
|
|
638
720
|
- lib/launchdarkly_api/models/patch_segment_instruction.rb
|
|
639
721
|
- lib/launchdarkly_api/models/patch_segment_request.rb
|
|
640
722
|
- lib/launchdarkly_api/models/patch_with_comment.rb
|
|
723
|
+
- lib/launchdarkly_api/models/permission_grant_input.rb
|
|
724
|
+
- lib/launchdarkly_api/models/permission_grant_rep.rb
|
|
641
725
|
- lib/launchdarkly_api/models/post_approval_request_apply_request.rb
|
|
642
726
|
- lib/launchdarkly_api/models/post_approval_request_review_request.rb
|
|
643
727
|
- lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb
|
|
@@ -647,6 +731,9 @@ files:
|
|
|
647
731
|
- lib/launchdarkly_api/models/project_post.rb
|
|
648
732
|
- lib/launchdarkly_api/models/projects.rb
|
|
649
733
|
- lib/launchdarkly_api/models/pub_nub_detail_rep.rb
|
|
734
|
+
- lib/launchdarkly_api/models/put_branch.rb
|
|
735
|
+
- lib/launchdarkly_api/models/rate_limited_error_rep.rb
|
|
736
|
+
- lib/launchdarkly_api/models/recent_trigger_body.rb
|
|
650
737
|
- lib/launchdarkly_api/models/reference_rep.rb
|
|
651
738
|
- lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb
|
|
652
739
|
- lib/launchdarkly_api/models/relay_auto_config_post.rb
|
|
@@ -656,9 +743,12 @@ files:
|
|
|
656
743
|
- lib/launchdarkly_api/models/repository_rep.rb
|
|
657
744
|
- lib/launchdarkly_api/models/resource_access.rb
|
|
658
745
|
- lib/launchdarkly_api/models/resource_id_response.rb
|
|
746
|
+
- lib/launchdarkly_api/models/review_output_rep.rb
|
|
659
747
|
- lib/launchdarkly_api/models/review_response.rb
|
|
660
748
|
- lib/launchdarkly_api/models/rollout.rb
|
|
661
749
|
- lib/launchdarkly_api/models/rule.rb
|
|
750
|
+
- lib/launchdarkly_api/models/schedule_condition_input_rep.rb
|
|
751
|
+
- lib/launchdarkly_api/models/schedule_condition_output_rep.rb
|
|
662
752
|
- lib/launchdarkly_api/models/sdk_list_rep.rb
|
|
663
753
|
- lib/launchdarkly_api/models/sdk_version_list_rep.rb
|
|
664
754
|
- lib/launchdarkly_api/models/sdk_version_rep.rb
|
|
@@ -668,6 +758,8 @@ files:
|
|
|
668
758
|
- lib/launchdarkly_api/models/segment_user_state.rb
|
|
669
759
|
- lib/launchdarkly_api/models/series_list_rep.rb
|
|
670
760
|
- lib/launchdarkly_api/models/source_flag.rb
|
|
761
|
+
- lib/launchdarkly_api/models/stage_input_rep.rb
|
|
762
|
+
- lib/launchdarkly_api/models/stage_output_rep.rb
|
|
671
763
|
- lib/launchdarkly_api/models/statement.rb
|
|
672
764
|
- lib/launchdarkly_api/models/statement_post.rb
|
|
673
765
|
- lib/launchdarkly_api/models/statement_post_data.rb
|
|
@@ -675,25 +767,36 @@ files:
|
|
|
675
767
|
- lib/launchdarkly_api/models/statistic_collection_rep.rb
|
|
676
768
|
- lib/launchdarkly_api/models/statistic_rep.rb
|
|
677
769
|
- lib/launchdarkly_api/models/statistics_root.rb
|
|
770
|
+
- lib/launchdarkly_api/models/status_conflict_error_rep.rb
|
|
678
771
|
- lib/launchdarkly_api/models/subject_data_rep.rb
|
|
772
|
+
- lib/launchdarkly_api/models/subscription_post.rb
|
|
679
773
|
- lib/launchdarkly_api/models/target.rb
|
|
680
774
|
- lib/launchdarkly_api/models/target_resource_rep.rb
|
|
775
|
+
- lib/launchdarkly_api/models/team_collection_rep.rb
|
|
776
|
+
- lib/launchdarkly_api/models/team_imports_rep.rb
|
|
777
|
+
- lib/launchdarkly_api/models/team_patch_input.rb
|
|
778
|
+
- lib/launchdarkly_api/models/team_post_input.rb
|
|
779
|
+
- lib/launchdarkly_api/models/team_rep.rb
|
|
681
780
|
- lib/launchdarkly_api/models/title_rep.rb
|
|
682
781
|
- lib/launchdarkly_api/models/token.rb
|
|
683
782
|
- lib/launchdarkly_api/models/token_data_rep.rb
|
|
684
783
|
- lib/launchdarkly_api/models/tokens.rb
|
|
784
|
+
- lib/launchdarkly_api/models/trigger_post.rb
|
|
785
|
+
- lib/launchdarkly_api/models/trigger_workflow_collection_rep.rb
|
|
786
|
+
- lib/launchdarkly_api/models/trigger_workflow_rep.rb
|
|
787
|
+
- lib/launchdarkly_api/models/unauthorized_error_rep.rb
|
|
685
788
|
- lib/launchdarkly_api/models/url_post.rb
|
|
686
789
|
- lib/launchdarkly_api/models/user.rb
|
|
687
790
|
- lib/launchdarkly_api/models/user_attribute_names_rep.rb
|
|
688
791
|
- lib/launchdarkly_api/models/user_flag_setting.rb
|
|
689
792
|
- lib/launchdarkly_api/models/user_flag_settings.rb
|
|
690
793
|
- lib/launchdarkly_api/models/user_record.rb
|
|
794
|
+
- lib/launchdarkly_api/models/user_record_rep.rb
|
|
691
795
|
- lib/launchdarkly_api/models/user_segment.rb
|
|
692
796
|
- lib/launchdarkly_api/models/user_segment_rule.rb
|
|
693
797
|
- lib/launchdarkly_api/models/user_segments.rb
|
|
694
798
|
- lib/launchdarkly_api/models/users.rb
|
|
695
799
|
- lib/launchdarkly_api/models/value_put.rb
|
|
696
|
-
- lib/launchdarkly_api/models/variate.rb
|
|
697
800
|
- lib/launchdarkly_api/models/variation.rb
|
|
698
801
|
- lib/launchdarkly_api/models/variation_or_rollout_rep.rb
|
|
699
802
|
- lib/launchdarkly_api/models/variation_summary.rb
|
|
@@ -715,22 +818,30 @@ files:
|
|
|
715
818
|
- spec/api/experiments_beta_api_spec.rb
|
|
716
819
|
- spec/api/feature_flags_api_spec.rb
|
|
717
820
|
- spec/api/feature_flags_beta_api_spec.rb
|
|
821
|
+
- spec/api/flag_triggers_api_spec.rb
|
|
822
|
+
- spec/api/integration_audit_log_subscriptions_api_spec.rb
|
|
718
823
|
- spec/api/metrics_api_spec.rb
|
|
719
824
|
- spec/api/other_api_spec.rb
|
|
720
825
|
- spec/api/projects_api_spec.rb
|
|
721
826
|
- spec/api/relay_proxy_configurations_api_spec.rb
|
|
722
827
|
- spec/api/scheduled_changes_api_spec.rb
|
|
723
828
|
- spec/api/segments_api_spec.rb
|
|
829
|
+
- spec/api/teams_beta_api_spec.rb
|
|
724
830
|
- spec/api/user_settings_api_spec.rb
|
|
725
831
|
- spec/api/users_api_spec.rb
|
|
726
832
|
- spec/api/users_beta_api_spec.rb
|
|
727
833
|
- spec/api/webhooks_api_spec.rb
|
|
834
|
+
- spec/api/workflows_beta_api_spec.rb
|
|
728
835
|
- spec/api_client_spec.rb
|
|
729
836
|
- spec/configuration_spec.rb
|
|
730
837
|
- spec/models/access_denied_reason_rep_spec.rb
|
|
731
838
|
- spec/models/access_denied_rep_spec.rb
|
|
732
839
|
- spec/models/access_rep_spec.rb
|
|
733
840
|
- spec/models/access_token_post_spec.rb
|
|
841
|
+
- spec/models/action_input_rep_spec.rb
|
|
842
|
+
- spec/models/action_output_rep_spec.rb
|
|
843
|
+
- spec/models/approval_condition_input_rep_spec.rb
|
|
844
|
+
- spec/models/approval_condition_output_rep_spec.rb
|
|
734
845
|
- spec/models/approval_settings_spec.rb
|
|
735
846
|
- spec/models/audit_log_entry_listing_rep_collection_spec.rb
|
|
736
847
|
- spec/models/audit_log_entry_listing_rep_spec.rb
|
|
@@ -742,7 +853,11 @@ files:
|
|
|
742
853
|
- spec/models/clause_spec.rb
|
|
743
854
|
- spec/models/client_side_availability_post_spec.rb
|
|
744
855
|
- spec/models/client_side_availability_spec.rb
|
|
856
|
+
- spec/models/condition_base_output_rep_spec.rb
|
|
857
|
+
- spec/models/condition_input_rep_spec.rb
|
|
858
|
+
- spec/models/condition_output_rep_spec.rb
|
|
745
859
|
- spec/models/confidence_interval_rep_spec.rb
|
|
860
|
+
- spec/models/conflict_output_rep_spec.rb
|
|
746
861
|
- spec/models/conflict_spec.rb
|
|
747
862
|
- spec/models/copied_from_env_spec.rb
|
|
748
863
|
- spec/models/create_copy_flag_config_approval_request_request_spec.rb
|
|
@@ -751,17 +866,26 @@ files:
|
|
|
751
866
|
- spec/models/custom_role_post_data_spec.rb
|
|
752
867
|
- spec/models/custom_role_post_spec.rb
|
|
753
868
|
- spec/models/custom_role_spec.rb
|
|
869
|
+
- spec/models/custom_roles_rep_spec.rb
|
|
754
870
|
- spec/models/custom_roles_spec.rb
|
|
871
|
+
- spec/models/custom_workflow_input_rep_spec.rb
|
|
872
|
+
- spec/models/custom_workflow_meta_spec.rb
|
|
873
|
+
- spec/models/custom_workflow_output_rep_spec.rb
|
|
874
|
+
- spec/models/custom_workflow_stage_meta_spec.rb
|
|
875
|
+
- spec/models/custom_workflows_listing_output_rep_spec.rb
|
|
755
876
|
- spec/models/default_client_side_availability_post_spec.rb
|
|
756
877
|
- spec/models/defaults_spec.rb
|
|
757
878
|
- spec/models/dependent_flag_environment_spec.rb
|
|
758
879
|
- spec/models/dependent_flag_spec.rb
|
|
759
880
|
- spec/models/dependent_flags_by_environment_spec.rb
|
|
881
|
+
- spec/models/derived_attribute_spec.rb
|
|
760
882
|
- spec/models/destination_post_spec.rb
|
|
761
883
|
- spec/models/destination_spec.rb
|
|
762
884
|
- spec/models/destinations_spec.rb
|
|
763
885
|
- spec/models/environment_post_spec.rb
|
|
764
886
|
- spec/models/environment_spec.rb
|
|
887
|
+
- spec/models/execution_output_rep_spec.rb
|
|
888
|
+
- spec/models/expanded_team_rep_spec.rb
|
|
765
889
|
- spec/models/experiment_allocation_rep_spec.rb
|
|
766
890
|
- spec/models/experiment_enabled_period_rep_spec.rb
|
|
767
891
|
- spec/models/experiment_environment_setting_rep_spec.rb
|
|
@@ -778,7 +902,6 @@ files:
|
|
|
778
902
|
- spec/models/expiring_user_target_item_spec.rb
|
|
779
903
|
- spec/models/expiring_user_target_patch_response_spec.rb
|
|
780
904
|
- spec/models/extinction_collection_rep_spec.rb
|
|
781
|
-
- spec/models/extinction_rep_spec.rb
|
|
782
905
|
- spec/models/extinction_spec.rb
|
|
783
906
|
- spec/models/feature_flag_body_spec.rb
|
|
784
907
|
- spec/models/feature_flag_config_spec.rb
|
|
@@ -798,34 +921,46 @@ files:
|
|
|
798
921
|
- spec/models/flag_scheduled_changes_input_spec.rb
|
|
799
922
|
- spec/models/flag_status_rep_spec.rb
|
|
800
923
|
- spec/models/flag_summary_spec.rb
|
|
924
|
+
- spec/models/flag_trigger_input_spec.rb
|
|
925
|
+
- spec/models/forbidden_error_rep_spec.rb
|
|
801
926
|
- spec/models/hunk_rep_spec.rb
|
|
802
|
-
- spec/models/inline_object1_spec.rb
|
|
803
|
-
- spec/models/inline_object_spec.rb
|
|
804
|
-
- spec/models/inline_response200_spec.rb
|
|
805
927
|
- spec/models/integration_metadata_spec.rb
|
|
928
|
+
- spec/models/integration_spec.rb
|
|
929
|
+
- spec/models/integration_status_rep_spec.rb
|
|
806
930
|
- spec/models/integration_status_spec.rb
|
|
931
|
+
- spec/models/integration_subscription_status_rep_spec.rb
|
|
932
|
+
- spec/models/integrations_spec.rb
|
|
933
|
+
- spec/models/invalid_request_error_rep_spec.rb
|
|
807
934
|
- spec/models/ip_list_spec.rb
|
|
808
935
|
- spec/models/last_seen_metadata_spec.rb
|
|
809
936
|
- spec/models/link_spec.rb
|
|
810
937
|
- spec/models/member_data_rep_spec.rb
|
|
938
|
+
- spec/models/member_import_item_rep_spec.rb
|
|
811
939
|
- spec/models/member_permission_grant_summary_rep_spec.rb
|
|
812
940
|
- spec/models/member_spec.rb
|
|
813
941
|
- spec/models/member_summary_rep_spec.rb
|
|
814
942
|
- spec/models/member_team_summary_rep_spec.rb
|
|
943
|
+
- spec/models/member_teams_post_input_spec.rb
|
|
815
944
|
- spec/models/members_spec.rb
|
|
945
|
+
- spec/models/method_not_allowed_error_rep_spec.rb
|
|
816
946
|
- spec/models/metric_collection_rep_spec.rb
|
|
817
947
|
- spec/models/metric_listing_rep_spec.rb
|
|
818
948
|
- spec/models/metric_post_spec.rb
|
|
819
949
|
- spec/models/metric_rep_spec.rb
|
|
950
|
+
- spec/models/metric_seen_spec.rb
|
|
820
951
|
- spec/models/modification_spec.rb
|
|
821
952
|
- spec/models/multi_environment_dependent_flag_spec.rb
|
|
822
953
|
- spec/models/multi_environment_dependent_flags_spec.rb
|
|
823
954
|
- spec/models/new_member_form_spec.rb
|
|
955
|
+
- spec/models/not_found_error_rep_spec.rb
|
|
824
956
|
- spec/models/parent_resource_rep_spec.rb
|
|
957
|
+
- spec/models/patch_failed_error_rep_spec.rb
|
|
825
958
|
- spec/models/patch_operation_spec.rb
|
|
826
959
|
- spec/models/patch_segment_instruction_spec.rb
|
|
827
960
|
- spec/models/patch_segment_request_spec.rb
|
|
828
961
|
- spec/models/patch_with_comment_spec.rb
|
|
962
|
+
- spec/models/permission_grant_input_spec.rb
|
|
963
|
+
- spec/models/permission_grant_rep_spec.rb
|
|
829
964
|
- spec/models/post_approval_request_apply_request_spec.rb
|
|
830
965
|
- spec/models/post_approval_request_review_request_spec.rb
|
|
831
966
|
- spec/models/post_flag_scheduled_changes_input_spec.rb
|
|
@@ -835,6 +970,9 @@ files:
|
|
|
835
970
|
- spec/models/project_spec.rb
|
|
836
971
|
- spec/models/projects_spec.rb
|
|
837
972
|
- spec/models/pub_nub_detail_rep_spec.rb
|
|
973
|
+
- spec/models/put_branch_spec.rb
|
|
974
|
+
- spec/models/rate_limited_error_rep_spec.rb
|
|
975
|
+
- spec/models/recent_trigger_body_spec.rb
|
|
838
976
|
- spec/models/reference_rep_spec.rb
|
|
839
977
|
- spec/models/relay_auto_config_collection_rep_spec.rb
|
|
840
978
|
- spec/models/relay_auto_config_post_spec.rb
|
|
@@ -844,9 +982,12 @@ files:
|
|
|
844
982
|
- spec/models/repository_rep_spec.rb
|
|
845
983
|
- spec/models/resource_access_spec.rb
|
|
846
984
|
- spec/models/resource_id_response_spec.rb
|
|
985
|
+
- spec/models/review_output_rep_spec.rb
|
|
847
986
|
- spec/models/review_response_spec.rb
|
|
848
987
|
- spec/models/rollout_spec.rb
|
|
849
988
|
- spec/models/rule_spec.rb
|
|
989
|
+
- spec/models/schedule_condition_input_rep_spec.rb
|
|
990
|
+
- spec/models/schedule_condition_output_rep_spec.rb
|
|
850
991
|
- spec/models/sdk_list_rep_spec.rb
|
|
851
992
|
- spec/models/sdk_version_list_rep_spec.rb
|
|
852
993
|
- spec/models/sdk_version_rep_spec.rb
|
|
@@ -856,6 +997,8 @@ files:
|
|
|
856
997
|
- spec/models/segment_user_state_spec.rb
|
|
857
998
|
- spec/models/series_list_rep_spec.rb
|
|
858
999
|
- spec/models/source_flag_spec.rb
|
|
1000
|
+
- spec/models/stage_input_rep_spec.rb
|
|
1001
|
+
- spec/models/stage_output_rep_spec.rb
|
|
859
1002
|
- spec/models/statement_post_data_spec.rb
|
|
860
1003
|
- spec/models/statement_post_spec.rb
|
|
861
1004
|
- spec/models/statement_rep_spec.rb
|
|
@@ -863,17 +1006,29 @@ files:
|
|
|
863
1006
|
- spec/models/statistic_collection_rep_spec.rb
|
|
864
1007
|
- spec/models/statistic_rep_spec.rb
|
|
865
1008
|
- spec/models/statistics_root_spec.rb
|
|
1009
|
+
- spec/models/status_conflict_error_rep_spec.rb
|
|
866
1010
|
- spec/models/subject_data_rep_spec.rb
|
|
1011
|
+
- spec/models/subscription_post_spec.rb
|
|
867
1012
|
- spec/models/target_resource_rep_spec.rb
|
|
868
1013
|
- spec/models/target_spec.rb
|
|
1014
|
+
- spec/models/team_collection_rep_spec.rb
|
|
1015
|
+
- spec/models/team_imports_rep_spec.rb
|
|
1016
|
+
- spec/models/team_patch_input_spec.rb
|
|
1017
|
+
- spec/models/team_post_input_spec.rb
|
|
1018
|
+
- spec/models/team_rep_spec.rb
|
|
869
1019
|
- spec/models/title_rep_spec.rb
|
|
870
1020
|
- spec/models/token_data_rep_spec.rb
|
|
871
1021
|
- spec/models/token_spec.rb
|
|
872
1022
|
- spec/models/tokens_spec.rb
|
|
1023
|
+
- spec/models/trigger_post_spec.rb
|
|
1024
|
+
- spec/models/trigger_workflow_collection_rep_spec.rb
|
|
1025
|
+
- spec/models/trigger_workflow_rep_spec.rb
|
|
1026
|
+
- spec/models/unauthorized_error_rep_spec.rb
|
|
873
1027
|
- spec/models/url_post_spec.rb
|
|
874
1028
|
- spec/models/user_attribute_names_rep_spec.rb
|
|
875
1029
|
- spec/models/user_flag_setting_spec.rb
|
|
876
1030
|
- spec/models/user_flag_settings_spec.rb
|
|
1031
|
+
- spec/models/user_record_rep_spec.rb
|
|
877
1032
|
- spec/models/user_record_spec.rb
|
|
878
1033
|
- spec/models/user_segment_rule_spec.rb
|
|
879
1034
|
- spec/models/user_segment_spec.rb
|
|
@@ -881,7 +1036,6 @@ files:
|
|
|
881
1036
|
- spec/models/user_spec.rb
|
|
882
1037
|
- spec/models/users_spec.rb
|
|
883
1038
|
- spec/models/value_put_spec.rb
|
|
884
|
-
- spec/models/variate_spec.rb
|
|
885
1039
|
- spec/models/variation_or_rollout_rep_spec.rb
|
|
886
1040
|
- spec/models/variation_spec.rb
|
|
887
1041
|
- spec/models/variation_summary_spec.rb
|
|
@@ -891,7 +1045,7 @@ files:
|
|
|
891
1045
|
- spec/models/webhooks_spec.rb
|
|
892
1046
|
- spec/models/weighted_variation_spec.rb
|
|
893
1047
|
- spec/spec_helper.rb
|
|
894
|
-
homepage: https://
|
|
1048
|
+
homepage: https://openapi-generator.tech
|
|
895
1049
|
licenses:
|
|
896
1050
|
- Unlicense
|
|
897
1051
|
metadata: {}
|
|
@@ -910,197 +1064,247 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
910
1064
|
- !ruby/object:Gem::Version
|
|
911
1065
|
version: '0'
|
|
912
1066
|
requirements: []
|
|
913
|
-
|
|
914
|
-
rubygems_version: 2.5.2.3
|
|
1067
|
+
rubygems_version: 3.1.2
|
|
915
1068
|
signing_key:
|
|
916
1069
|
specification_version: 4
|
|
917
1070
|
summary: LaunchDarkly REST API Ruby Gem
|
|
918
1071
|
test_files:
|
|
919
|
-
- spec/api/feature_flags_beta_api_spec.rb
|
|
920
|
-
- spec/api/metrics_api_spec.rb
|
|
921
|
-
- spec/api/scheduled_changes_api_spec.rb
|
|
922
1072
|
- spec/api/custom_roles_api_spec.rb
|
|
923
|
-
- spec/api/
|
|
924
|
-
- spec/api/user_settings_api_spec.rb
|
|
1073
|
+
- spec/api/integration_audit_log_subscriptions_api_spec.rb
|
|
925
1074
|
- spec/api/users_beta_api_spec.rb
|
|
926
|
-
- spec/api/
|
|
927
|
-
- spec/api/
|
|
1075
|
+
- spec/api/scheduled_changes_api_spec.rb
|
|
1076
|
+
- spec/api/feature_flags_api_spec.rb
|
|
1077
|
+
- spec/api/metrics_api_spec.rb
|
|
1078
|
+
- spec/api/user_settings_api_spec.rb
|
|
928
1079
|
- spec/api/projects_api_spec.rb
|
|
929
|
-
- spec/api/relay_proxy_configurations_api_spec.rb
|
|
930
1080
|
- spec/api/account_members_api_spec.rb
|
|
931
|
-
- spec/api/
|
|
932
|
-
- spec/api/
|
|
1081
|
+
- spec/api/teams_beta_api_spec.rb
|
|
1082
|
+
- spec/api/workflows_beta_api_spec.rb
|
|
1083
|
+
- spec/api/feature_flags_beta_api_spec.rb
|
|
1084
|
+
- spec/api/audit_log_api_spec.rb
|
|
933
1085
|
- spec/api/code_references_api_spec.rb
|
|
934
|
-
- spec/api/
|
|
935
|
-
- spec/api/
|
|
936
|
-
- spec/api/
|
|
1086
|
+
- spec/api/webhooks_api_spec.rb
|
|
1087
|
+
- spec/api/data_export_destinations_api_spec.rb
|
|
1088
|
+
- spec/api/approvals_api_spec.rb
|
|
1089
|
+
- spec/api/flag_triggers_api_spec.rb
|
|
1090
|
+
- spec/api/environments_api_spec.rb
|
|
937
1091
|
- spec/api/access_tokens_api_spec.rb
|
|
1092
|
+
- spec/api/experiments_beta_api_spec.rb
|
|
1093
|
+
- spec/api/relay_proxy_configurations_api_spec.rb
|
|
938
1094
|
- spec/api/segments_api_spec.rb
|
|
939
1095
|
- spec/api/account_usage_beta_api_spec.rb
|
|
940
|
-
- spec/api/
|
|
1096
|
+
- spec/api/users_api_spec.rb
|
|
1097
|
+
- spec/api/other_api_spec.rb
|
|
941
1098
|
- spec/api_client_spec.rb
|
|
942
1099
|
- spec/configuration_spec.rb
|
|
943
|
-
- spec/models/
|
|
944
|
-
- spec/models/
|
|
945
|
-
- spec/models/
|
|
946
|
-
- spec/models/
|
|
947
|
-
- spec/models/
|
|
948
|
-
- spec/models/
|
|
1100
|
+
- spec/models/webhook_post_spec.rb
|
|
1101
|
+
- spec/models/audit_log_entry_listing_rep_collection_spec.rb
|
|
1102
|
+
- spec/models/rollout_spec.rb
|
|
1103
|
+
- spec/models/integration_status_spec.rb
|
|
1104
|
+
- spec/models/execution_output_rep_spec.rb
|
|
1105
|
+
- spec/models/review_output_rep_spec.rb
|
|
1106
|
+
- spec/models/members_spec.rb
|
|
1107
|
+
- spec/models/custom_workflow_stage_meta_spec.rb
|
|
1108
|
+
- spec/models/user_flag_setting_spec.rb
|
|
1109
|
+
- spec/models/project_post_spec.rb
|
|
1110
|
+
- spec/models/user_segments_spec.rb
|
|
1111
|
+
- spec/models/team_patch_input_spec.rb
|
|
1112
|
+
- spec/models/member_summary_rep_spec.rb
|
|
1113
|
+
- spec/models/condition_base_output_rep_spec.rb
|
|
1114
|
+
- spec/models/projects_spec.rb
|
|
1115
|
+
- spec/models/metric_collection_rep_spec.rb
|
|
1116
|
+
- spec/models/multi_environment_dependent_flags_spec.rb
|
|
1117
|
+
- spec/models/source_flag_spec.rb
|
|
1118
|
+
- spec/models/trigger_post_spec.rb
|
|
1119
|
+
- spec/models/flag_listing_rep_spec.rb
|
|
1120
|
+
- spec/models/custom_role_post_spec.rb
|
|
1121
|
+
- spec/models/experiment_results_rep_spec.rb
|
|
1122
|
+
- spec/models/statement_rep_spec.rb
|
|
1123
|
+
- spec/models/member_permission_grant_summary_rep_spec.rb
|
|
1124
|
+
- spec/models/extinction_collection_rep_spec.rb
|
|
1125
|
+
- spec/models/users_spec.rb
|
|
1126
|
+
- spec/models/expiring_user_target_error_spec.rb
|
|
1127
|
+
- spec/models/ip_list_spec.rb
|
|
1128
|
+
- spec/models/member_teams_post_input_spec.rb
|
|
1129
|
+
- spec/models/sdk_version_rep_spec.rb
|
|
1130
|
+
- spec/models/create_copy_flag_config_approval_request_request_spec.rb
|
|
949
1131
|
- spec/models/access_token_post_spec.rb
|
|
950
|
-
- spec/models/
|
|
951
|
-
- spec/models/experiment_environment_setting_rep_spec.rb
|
|
952
|
-
- spec/models/custom_property_spec.rb
|
|
953
|
-
- spec/models/client_side_availability_post_spec.rb
|
|
954
|
-
- spec/models/feature_flag_config_spec.rb
|
|
1132
|
+
- spec/models/destinations_spec.rb
|
|
955
1133
|
- spec/models/user_segment_spec.rb
|
|
956
|
-
- spec/models/client_side_availability_spec.rb
|
|
957
|
-
- spec/models/conflict_spec.rb
|
|
958
|
-
- spec/models/statement_rep_spec.rb
|
|
959
|
-
- spec/models/variation_summary_spec.rb
|
|
960
|
-
- spec/models/relay_auto_config_rep_spec.rb
|
|
961
|
-
- spec/models/member_data_rep_spec.rb
|
|
962
|
-
- spec/models/resource_id_response_spec.rb
|
|
963
|
-
- spec/models/big_segment_target_spec.rb
|
|
964
|
-
- spec/models/feature_flags_spec.rb
|
|
965
|
-
- spec/models/audit_log_entry_listing_rep_collection_spec.rb
|
|
966
|
-
- spec/models/experiment_totals_rep_spec.rb
|
|
967
1134
|
- spec/models/project_spec.rb
|
|
968
|
-
- spec/models/
|
|
1135
|
+
- spec/models/authorized_app_data_rep_spec.rb
|
|
1136
|
+
- spec/models/feature_flag_scheduled_change_spec.rb
|
|
1137
|
+
- spec/models/review_response_spec.rb
|
|
1138
|
+
- spec/models/team_imports_rep_spec.rb
|
|
1139
|
+
- spec/models/default_client_side_availability_post_spec.rb
|
|
1140
|
+
- spec/models/flag_summary_spec.rb
|
|
1141
|
+
- spec/models/team_rep_spec.rb
|
|
1142
|
+
- spec/models/permission_grant_rep_spec.rb
|
|
1143
|
+
- spec/models/dependent_flags_by_environment_spec.rb
|
|
1144
|
+
- spec/models/member_spec.rb
|
|
1145
|
+
- spec/models/experiment_stats_rep_spec.rb
|
|
1146
|
+
- spec/models/patch_segment_instruction_spec.rb
|
|
1147
|
+
- spec/models/reference_rep_spec.rb
|
|
1148
|
+
- spec/models/integration_subscription_status_rep_spec.rb
|
|
1149
|
+
- spec/models/access_denied_reason_rep_spec.rb
|
|
1150
|
+
- spec/models/repository_rep_spec.rb
|
|
1151
|
+
- spec/models/variation_summary_spec.rb
|
|
1152
|
+
- spec/models/audit_log_entry_rep_spec.rb
|
|
1153
|
+
- spec/models/experiment_environment_setting_rep_spec.rb
|
|
1154
|
+
- spec/models/conflict_output_rep_spec.rb
|
|
969
1155
|
- spec/models/resource_access_spec.rb
|
|
970
|
-
- spec/models/
|
|
971
|
-
- spec/models/
|
|
972
|
-
- spec/models/
|
|
973
|
-
- spec/models/
|
|
974
|
-
- spec/models/
|
|
975
|
-
- spec/models/
|
|
976
|
-
- spec/models/
|
|
977
|
-
- spec/models/
|
|
978
|
-
- spec/models/subject_data_rep_spec.rb
|
|
979
|
-
- spec/models/rollout_spec.rb
|
|
980
|
-
- spec/models/environment_spec.rb
|
|
981
|
-
- spec/models/series_list_rep_spec.rb
|
|
1156
|
+
- spec/models/unauthorized_error_rep_spec.rb
|
|
1157
|
+
- spec/models/statistic_collection_rep_spec.rb
|
|
1158
|
+
- spec/models/custom_role_spec.rb
|
|
1159
|
+
- spec/models/pub_nub_detail_rep_spec.rb
|
|
1160
|
+
- spec/models/last_seen_metadata_spec.rb
|
|
1161
|
+
- spec/models/expanded_team_rep_spec.rb
|
|
1162
|
+
- spec/models/stage_output_rep_spec.rb
|
|
1163
|
+
- spec/models/destination_spec.rb
|
|
982
1164
|
- spec/models/flag_scheduled_changes_input_spec.rb
|
|
983
|
-
- spec/models/
|
|
984
|
-
- spec/models/
|
|
985
|
-
- spec/models/
|
|
1165
|
+
- spec/models/experiment_totals_rep_spec.rb
|
|
1166
|
+
- spec/models/member_import_item_rep_spec.rb
|
|
1167
|
+
- spec/models/status_conflict_error_rep_spec.rb
|
|
1168
|
+
- spec/models/member_data_rep_spec.rb
|
|
986
1169
|
- spec/models/experiment_time_series_slice_spec.rb
|
|
987
|
-
- spec/models/
|
|
988
|
-
- spec/models/
|
|
989
|
-
- spec/models/
|
|
990
|
-
- spec/models/
|
|
991
|
-
- spec/models/environment_post_spec.rb
|
|
992
|
-
- spec/models/expiring_user_target_item_spec.rb
|
|
993
|
-
- spec/models/dependent_flag_environment_spec.rb
|
|
994
|
-
- spec/models/default_client_side_availability_post_spec.rb
|
|
995
|
-
- spec/models/access_denied_reason_rep_spec.rb
|
|
996
|
-
- spec/models/custom_role_post_data_spec.rb
|
|
997
|
-
- spec/models/relay_auto_config_collection_rep_spec.rb
|
|
998
|
-
- spec/models/experiment_time_series_variation_slice_spec.rb
|
|
999
|
-
- spec/models/approval_settings_spec.rb
|
|
1000
|
-
- spec/models/project_post_spec.rb
|
|
1001
|
-
- spec/models/segment_metadata_spec.rb
|
|
1002
|
-
- spec/models/variate_spec.rb
|
|
1003
|
-
- spec/models/experiment_metadata_rep_spec.rb
|
|
1004
|
-
- spec/models/experiment_results_rep_spec.rb
|
|
1005
|
-
- spec/models/sdk_list_rep_spec.rb
|
|
1006
|
-
- spec/models/segment_user_state_spec.rb
|
|
1170
|
+
- spec/models/parent_resource_rep_spec.rb
|
|
1171
|
+
- spec/models/modification_spec.rb
|
|
1172
|
+
- spec/models/stage_input_rep_spec.rb
|
|
1173
|
+
- spec/models/segment_body_spec.rb
|
|
1007
1174
|
- spec/models/rule_spec.rb
|
|
1175
|
+
- spec/models/invalid_request_error_rep_spec.rb
|
|
1176
|
+
- spec/models/user_segment_rule_spec.rb
|
|
1177
|
+
- spec/models/trigger_workflow_rep_spec.rb
|
|
1008
1178
|
- spec/models/experiment_allocation_rep_spec.rb
|
|
1009
|
-
- spec/models/
|
|
1010
|
-
- spec/models/authorized_app_data_rep_spec.rb
|
|
1011
|
-
- spec/models/create_copy_flag_config_approval_request_request_spec.rb
|
|
1012
|
-
- spec/models/statement_post_spec.rb
|
|
1013
|
-
- spec/models/extinction_spec.rb
|
|
1014
|
-
- spec/models/patch_operation_spec.rb
|
|
1015
|
-
- spec/models/custom_roles_spec.rb
|
|
1016
|
-
- spec/models/hunk_rep_spec.rb
|
|
1179
|
+
- spec/models/subscription_post_spec.rb
|
|
1017
1180
|
- spec/models/feature_flag_spec.rb
|
|
1018
|
-
- spec/models/
|
|
1019
|
-
- spec/models/pub_nub_detail_rep_spec.rb
|
|
1020
|
-
- spec/models/destinations_spec.rb
|
|
1021
|
-
- spec/models/extinction_collection_rep_spec.rb
|
|
1181
|
+
- spec/models/sdk_version_list_rep_spec.rb
|
|
1022
1182
|
- spec/models/flag_config_approval_requests_response_spec.rb
|
|
1023
|
-
- spec/models/
|
|
1024
|
-
- spec/models/
|
|
1025
|
-
- spec/models/feature_flag_status_spec.rb
|
|
1026
|
-
- spec/models/post_approval_request_review_request_spec.rb
|
|
1027
|
-
- spec/models/experiment_info_rep_spec.rb
|
|
1028
|
-
- spec/models/clause_spec.rb
|
|
1029
|
-
- spec/models/custom_role_spec.rb
|
|
1030
|
-
- spec/models/members_spec.rb
|
|
1031
|
-
- spec/models/metric_collection_rep_spec.rb
|
|
1032
|
-
- spec/models/title_rep_spec.rb
|
|
1183
|
+
- spec/models/metric_post_spec.rb
|
|
1184
|
+
- spec/models/new_member_form_spec.rb
|
|
1033
1185
|
- spec/models/access_rep_spec.rb
|
|
1034
|
-
- spec/models/
|
|
1035
|
-
- spec/models/
|
|
1036
|
-
- spec/models/
|
|
1037
|
-
- spec/models/
|
|
1038
|
-
- spec/models/
|
|
1039
|
-
- spec/models/
|
|
1040
|
-
- spec/models/
|
|
1041
|
-
- spec/models/
|
|
1042
|
-
- spec/models/
|
|
1186
|
+
- spec/models/method_not_allowed_error_rep_spec.rb
|
|
1187
|
+
- spec/models/feature_flag_config_spec.rb
|
|
1188
|
+
- spec/models/audit_log_entry_listing_rep_spec.rb
|
|
1189
|
+
- spec/models/flag_status_rep_spec.rb
|
|
1190
|
+
- spec/models/defaults_spec.rb
|
|
1191
|
+
- spec/models/approval_condition_output_rep_spec.rb
|
|
1192
|
+
- spec/models/patch_failed_error_rep_spec.rb
|
|
1193
|
+
- spec/models/flag_trigger_input_spec.rb
|
|
1194
|
+
- spec/models/client_side_availability_post_spec.rb
|
|
1195
|
+
- spec/models/flag_config_approval_request_response_spec.rb
|
|
1196
|
+
- spec/models/condition_input_rep_spec.rb
|
|
1197
|
+
- spec/models/put_branch_spec.rb
|
|
1198
|
+
- spec/models/feature_flags_spec.rb
|
|
1199
|
+
- spec/models/prerequisite_spec.rb
|
|
1200
|
+
- spec/models/rate_limited_error_rep_spec.rb
|
|
1043
1201
|
- spec/models/url_post_spec.rb
|
|
1202
|
+
- spec/models/tokens_spec.rb
|
|
1203
|
+
- spec/models/metric_seen_spec.rb
|
|
1204
|
+
- spec/models/expiring_user_target_item_spec.rb
|
|
1205
|
+
- spec/models/experiment_info_rep_spec.rb
|
|
1206
|
+
- spec/models/dependent_flag_spec.rb
|
|
1207
|
+
- spec/models/metric_rep_spec.rb
|
|
1208
|
+
- spec/models/integration_status_rep_spec.rb
|
|
1209
|
+
- spec/models/versions_rep_spec.rb
|
|
1210
|
+
- spec/models/experiment_metadata_rep_spec.rb
|
|
1211
|
+
- spec/models/experiment_enabled_period_rep_spec.rb
|
|
1044
1212
|
- spec/models/copied_from_env_spec.rb
|
|
1045
|
-
- spec/models/
|
|
1046
|
-
- spec/models/
|
|
1047
|
-
- spec/models/
|
|
1048
|
-
- spec/models/
|
|
1049
|
-
- spec/models/
|
|
1213
|
+
- spec/models/statistic_rep_spec.rb
|
|
1214
|
+
- spec/models/action_output_rep_spec.rb
|
|
1215
|
+
- spec/models/custom_workflow_input_rep_spec.rb
|
|
1216
|
+
- spec/models/segment_metadata_spec.rb
|
|
1217
|
+
- spec/models/conflict_spec.rb
|
|
1218
|
+
- spec/models/schedule_condition_output_rep_spec.rb
|
|
1219
|
+
- spec/models/condition_output_rep_spec.rb
|
|
1220
|
+
- spec/models/custom_roles_spec.rb
|
|
1221
|
+
- spec/models/target_resource_rep_spec.rb
|
|
1222
|
+
- spec/models/resource_id_response_spec.rb
|
|
1223
|
+
- spec/models/extinction_spec.rb
|
|
1224
|
+
- spec/models/user_spec.rb
|
|
1225
|
+
- spec/models/team_post_input_spec.rb
|
|
1226
|
+
- spec/models/token_spec.rb
|
|
1227
|
+
- spec/models/custom_workflow_meta_spec.rb
|
|
1228
|
+
- spec/models/derived_attribute_spec.rb
|
|
1229
|
+
- spec/models/post_approval_request_apply_request_spec.rb
|
|
1230
|
+
- spec/models/target_spec.rb
|
|
1231
|
+
- spec/models/feature_flag_body_spec.rb
|
|
1232
|
+
- spec/models/team_collection_rep_spec.rb
|
|
1233
|
+
- spec/models/create_flag_config_approval_request_request_spec.rb
|
|
1050
1234
|
- spec/models/expiring_user_target_patch_response_spec.rb
|
|
1051
|
-
- spec/models/webhook_post_spec.rb
|
|
1052
1235
|
- spec/models/member_team_summary_rep_spec.rb
|
|
1053
|
-
- spec/models/
|
|
1054
|
-
- spec/models/
|
|
1055
|
-
- spec/models/
|
|
1236
|
+
- spec/models/feature_flag_status_across_environments_spec.rb
|
|
1237
|
+
- spec/models/experiment_time_series_variation_slice_spec.rb
|
|
1238
|
+
- spec/models/experiment_rep_spec.rb
|
|
1239
|
+
- spec/models/link_spec.rb
|
|
1240
|
+
- spec/models/variation_or_rollout_rep_spec.rb
|
|
1241
|
+
- spec/models/patch_with_comment_spec.rb
|
|
1242
|
+
- spec/models/user_record_rep_spec.rb
|
|
1243
|
+
- spec/models/not_found_error_rep_spec.rb
|
|
1244
|
+
- spec/models/custom_role_post_data_spec.rb
|
|
1245
|
+
- spec/models/patch_segment_request_spec.rb
|
|
1246
|
+
- spec/models/relay_auto_config_rep_spec.rb
|
|
1247
|
+
- spec/models/schedule_condition_input_rep_spec.rb
|
|
1248
|
+
- spec/models/webhook_spec.rb
|
|
1249
|
+
- spec/models/metric_listing_rep_spec.rb
|
|
1250
|
+
- spec/models/flag_copy_config_post_spec.rb
|
|
1251
|
+
- spec/models/relay_auto_config_post_spec.rb
|
|
1252
|
+
- spec/models/trigger_workflow_collection_rep_spec.rb
|
|
1253
|
+
- spec/models/user_attribute_names_rep_spec.rb
|
|
1254
|
+
- spec/models/confidence_interval_rep_spec.rb
|
|
1056
1255
|
- spec/models/flag_copy_config_environment_spec.rb
|
|
1057
|
-
- spec/models/
|
|
1058
|
-
- spec/models/flag_status_rep_spec.rb
|
|
1059
|
-
- spec/models/access_denied_rep_spec.rb
|
|
1060
|
-
- spec/models/create_flag_config_approval_request_request_spec.rb
|
|
1061
|
-
- spec/models/extinction_rep_spec.rb
|
|
1062
|
-
- spec/models/metric_post_spec.rb
|
|
1063
|
-
- spec/models/segment_user_list_spec.rb
|
|
1064
|
-
- spec/models/flag_config_approval_request_response_spec.rb
|
|
1065
|
-
- spec/models/new_member_form_spec.rb
|
|
1066
|
-
- spec/models/target_resource_rep_spec.rb
|
|
1067
|
-
- spec/models/weighted_variation_spec.rb
|
|
1068
|
-
- spec/models/users_spec.rb
|
|
1069
|
-
- spec/models/destination_spec.rb
|
|
1070
|
-
- spec/models/user_flag_setting_spec.rb
|
|
1071
|
-
- spec/models/inline_response200_spec.rb
|
|
1072
|
-
- spec/models/flag_listing_rep_spec.rb
|
|
1073
|
-
- spec/models/feature_flag_scheduled_change_spec.rb
|
|
1074
|
-
- spec/models/metric_rep_spec.rb
|
|
1256
|
+
- spec/models/value_put_spec.rb
|
|
1075
1257
|
- spec/models/webhooks_spec.rb
|
|
1076
|
-
- spec/models/
|
|
1258
|
+
- spec/models/environment_post_spec.rb
|
|
1259
|
+
- spec/models/project_listing_rep_spec.rb
|
|
1260
|
+
- spec/models/user_record_spec.rb
|
|
1261
|
+
- spec/models/action_input_rep_spec.rb
|
|
1262
|
+
- spec/models/user_flag_settings_spec.rb
|
|
1263
|
+
- spec/models/dependent_flag_environment_spec.rb
|
|
1264
|
+
- spec/models/feature_flag_statuses_spec.rb
|
|
1265
|
+
- spec/models/approval_condition_input_rep_spec.rb
|
|
1266
|
+
- spec/models/access_denied_rep_spec.rb
|
|
1077
1267
|
- spec/models/repository_collection_rep_spec.rb
|
|
1078
|
-
- spec/models/
|
|
1079
|
-
- spec/models/
|
|
1080
|
-
- spec/models/
|
|
1081
|
-
- spec/models/
|
|
1082
|
-
- spec/models/
|
|
1083
|
-
- spec/models/
|
|
1084
|
-
- spec/models/
|
|
1085
|
-
- spec/models/segment_body_spec.rb
|
|
1086
|
-
- spec/models/user_segment_rule_spec.rb
|
|
1087
|
-
- spec/models/dependent_flags_by_environment_spec.rb
|
|
1088
|
-
- spec/models/custom_role_post_spec.rb
|
|
1089
|
-
- spec/models/patch_segment_request_spec.rb
|
|
1090
|
-
- spec/models/sdk_version_list_rep_spec.rb
|
|
1268
|
+
- spec/models/clause_spec.rb
|
|
1269
|
+
- spec/models/custom_property_spec.rb
|
|
1270
|
+
- spec/models/forbidden_error_rep_spec.rb
|
|
1271
|
+
- spec/models/integration_spec.rb
|
|
1272
|
+
- spec/models/token_data_rep_spec.rb
|
|
1273
|
+
- spec/models/expiring_user_target_get_response_spec.rb
|
|
1274
|
+
- spec/models/feature_flag_status_spec.rb
|
|
1091
1275
|
- spec/models/flag_global_attributes_rep_spec.rb
|
|
1092
|
-
- spec/models/
|
|
1093
|
-
- spec/models/
|
|
1094
|
-
- spec/models/
|
|
1095
|
-
- spec/models/
|
|
1096
|
-
- spec/models/
|
|
1276
|
+
- spec/models/patch_operation_spec.rb
|
|
1277
|
+
- spec/models/subject_data_rep_spec.rb
|
|
1278
|
+
- spec/models/segment_user_state_spec.rb
|
|
1279
|
+
- spec/models/integration_metadata_spec.rb
|
|
1280
|
+
- spec/models/hunk_rep_spec.rb
|
|
1281
|
+
- spec/models/big_segment_target_spec.rb
|
|
1282
|
+
- spec/models/post_approval_request_review_request_spec.rb
|
|
1283
|
+
- spec/models/sdk_list_rep_spec.rb
|
|
1284
|
+
- spec/models/custom_workflows_listing_output_rep_spec.rb
|
|
1097
1285
|
- spec/models/variation_spec.rb
|
|
1098
|
-
- spec/models/
|
|
1099
|
-
- spec/models/
|
|
1100
|
-
- spec/models/
|
|
1101
|
-
- spec/models/
|
|
1102
|
-
- spec/models/
|
|
1103
|
-
- spec/models/
|
|
1104
|
-
- spec/models/
|
|
1105
|
-
- spec/models/
|
|
1286
|
+
- spec/models/relay_auto_config_collection_rep_spec.rb
|
|
1287
|
+
- spec/models/permission_grant_input_spec.rb
|
|
1288
|
+
- spec/models/integrations_spec.rb
|
|
1289
|
+
- spec/models/statistics_root_spec.rb
|
|
1290
|
+
- spec/models/client_side_availability_spec.rb
|
|
1291
|
+
- spec/models/statement_post_spec.rb
|
|
1292
|
+
- spec/models/series_list_rep_spec.rb
|
|
1293
|
+
- spec/models/weighted_variation_spec.rb
|
|
1294
|
+
- spec/models/post_flag_scheduled_changes_input_spec.rb
|
|
1295
|
+
- spec/models/multi_environment_dependent_flag_spec.rb
|
|
1296
|
+
- spec/models/statement_post_data_spec.rb
|
|
1297
|
+
- spec/models/statement_spec.rb
|
|
1298
|
+
- spec/models/destination_post_spec.rb
|
|
1299
|
+
- spec/models/title_rep_spec.rb
|
|
1300
|
+
- spec/models/custom_roles_rep_spec.rb
|
|
1301
|
+
- spec/models/segment_user_list_spec.rb
|
|
1302
|
+
- spec/models/custom_workflow_output_rep_spec.rb
|
|
1303
|
+
- spec/models/repository_post_spec.rb
|
|
1304
|
+
- spec/models/environment_spec.rb
|
|
1305
|
+
- spec/models/branch_collection_rep_spec.rb
|
|
1306
|
+
- spec/models/branch_rep_spec.rb
|
|
1307
|
+
- spec/models/feature_flag_scheduled_changes_spec.rb
|
|
1308
|
+
- spec/models/recent_trigger_body_spec.rb
|
|
1309
|
+
- spec/models/approval_settings_spec.rb
|
|
1106
1310
|
- spec/spec_helper.rb
|