launchdarkly_api 8.0.0 → 10.0.0
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 +4 -4
- data/README.md +151 -150
- data/docs/AccountMembersApi.md +12 -12
- data/docs/ActionInputRep.md +2 -2
- data/docs/ApprovalConditionInputRep.md +3 -1
- data/docs/ApprovalsApi.md +10 -10
- data/docs/AuditLogApi.md +1 -1
- data/docs/Client.md +32 -0
- data/docs/ClientCollection.md +20 -0
- data/docs/ClientSideAvailabilityPost.md +4 -4
- data/docs/CodeReferencesApi.md +15 -15
- data/docs/ConditionInputRep.md +6 -4
- data/docs/CreateCopyFlagConfigApprovalRequestRequest.md +12 -10
- data/docs/CreateFlagConfigApprovalRequestRequest.md +10 -8
- data/docs/CredibleIntervalRep.md +20 -0
- data/docs/CustomProperty.md +4 -4
- data/docs/CustomRolePost.md +3 -3
- data/docs/CustomRolePostData.md +3 -3
- data/docs/CustomRolesApi.md +1 -1
- data/docs/CustomWorkflowInputRep.md +7 -5
- data/docs/DataExportDestinationsApi.md +7 -7
- data/docs/DefaultClientSideAvailabilityPost.md +4 -4
- data/docs/Defaults.md +4 -4
- data/docs/Destination.md +8 -8
- data/docs/DestinationPost.md +8 -8
- data/docs/Destinations.md +2 -2
- data/docs/Environments.md +22 -0
- data/docs/EnvironmentsApi.md +83 -1
- data/docs/EvaluationReason.md +28 -0
- data/docs/Experiment.md +36 -0
- data/docs/ExperimentBayesianResultsRep.md +22 -0
- data/docs/ExperimentCollectionRep.md +22 -0
- data/docs/ExperimentExpandableProperties.md +20 -0
- data/docs/ExperimentInfoRep.md +1 -1
- data/docs/ExperimentPatchInput.md +20 -0
- data/docs/ExperimentPost.md +26 -0
- data/docs/{ExperimentResultsRep.md → ExperimentResults.md} +2 -2
- data/docs/ExperimentsBetaApi.md +484 -14
- data/docs/FeatureFlag.md +5 -7
- data/docs/FeatureFlagBody.md +9 -11
- data/docs/FeatureFlagConfig.md +4 -4
- data/docs/FeatureFlagScheduledChange.md +6 -6
- data/docs/FeatureFlagScheduledChanges.md +2 -2
- data/docs/FeatureFlagsApi.md +14 -14
- data/docs/FeatureFlagsBetaApi.md +2 -2
- data/docs/FlagConfigApprovalRequestResponse.md +18 -18
- data/docs/FlagCopyConfigEnvironment.md +2 -2
- data/docs/FlagCopyConfigPost.md +5 -5
- data/docs/FlagFollowersByProjEnvGetRep.md +20 -0
- data/docs/FlagFollowersGetRep.md +20 -0
- data/docs/FlagGlobalAttributesRep.md +5 -7
- data/docs/FlagInput.md +20 -0
- data/docs/FlagLinkPost.md +10 -10
- data/docs/FlagLinksBetaApi.md +1 -1
- data/docs/FlagRep.md +22 -0
- data/docs/FlagScheduledChangesInput.md +2 -2
- data/docs/FlagSummary.md +2 -0
- data/docs/FlagTriggerInput.md +4 -4
- data/docs/FlagTriggersApi.md +3 -3
- data/docs/FollowFlagMember.md +28 -0
- data/docs/FollowFlagsApi.md +311 -0
- data/docs/FollowersPerFlag.md +20 -0
- data/docs/ForbiddenErrorRep.md +3 -3
- data/docs/InstructionUserRequest.md +26 -0
- data/docs/Integration.md +15 -15
- data/docs/IntegrationAuditLogSubscriptionsApi.md +2 -2
- data/docs/IntegrationDeliveryConfigurationPost.md +6 -6
- data/docs/IntegrationDeliveryConfigurationsBetaApi.md +1 -1
- data/docs/InvalidRequestErrorRep.md +3 -3
- data/docs/IterationExpandableProperties.md +20 -0
- data/docs/IterationInput.md +26 -0
- data/docs/IterationRep.md +42 -0
- data/docs/{ExperimentRep.md → LegacyExperimentRep.md} +2 -2
- data/docs/Member.md +4 -2
- data/docs/MemberTeamsPostInput.md +1 -1
- data/docs/MethodNotAllowedErrorRep.md +3 -3
- data/docs/MetricInput.md +20 -0
- data/docs/MetricPost.md +24 -24
- data/docs/MetricRep.md +1 -1
- data/docs/MetricV2Rep.md +24 -0
- data/docs/MetricsApi.md +2 -2
- data/docs/NewMemberForm.md +7 -7
- data/docs/NotFoundErrorRep.md +3 -3
- data/docs/OAuth2ClientsBetaApi.md +365 -0
- data/docs/OauthClientPost.md +22 -0
- data/docs/OtherApi.md +3 -3
- data/docs/ParameterDefault.md +22 -0
- data/docs/ParameterRep.md +20 -0
- data/docs/ParentResourceRep.md +1 -1
- data/docs/PatchFailedErrorRep.md +3 -3
- data/docs/PatchFlagsRequest.md +20 -0
- data/docs/PatchSegmentInstruction.md +7 -7
- data/docs/PatchSegmentRequest.md +1 -1
- data/docs/PatchUsersRequest.md +20 -0
- data/docs/PatchWithComment.md +1 -1
- data/docs/PermissionGrantInput.md +6 -6
- data/docs/PostApprovalRequestApplyRequest.md +2 -2
- data/docs/PostApprovalRequestReviewRequest.md +4 -4
- data/docs/PostFlagScheduledChangesInput.md +2 -2
- data/docs/Project.md +1 -1
- data/docs/ProjectPost.md +1 -1
- data/docs/ProjectRep.md +32 -0
- data/docs/ProjectSummary.md +3 -3
- data/docs/Projects.md +3 -1
- data/docs/ProjectsApi.md +37 -22
- data/docs/RateLimitedErrorRep.md +2 -2
- data/docs/RelativeDifferenceRep.md +22 -0
- data/docs/RelayAutoConfigPost.md +1 -1
- data/docs/RelayAutoConfigRep.md +1 -1
- data/docs/RelayProxyConfigurationsApi.md +5 -5
- data/docs/RepositoryPost.md +4 -4
- data/docs/ResourceAccess.md +1 -1
- data/docs/ReviewResponse.md +6 -6
- data/docs/RuleClause.md +22 -0
- data/docs/ScheduleConditionInputRep.md +4 -4
- data/docs/ScheduledChangesApi.md +8 -8
- data/docs/SegmentBody.md +6 -6
- data/docs/SegmentsApi.md +9 -9
- data/docs/SegmentsBetaApi.md +12 -6
- data/docs/SourceFlag.md +4 -4
- data/docs/StageInputRep.md +6 -4
- data/docs/StatementPost.md +4 -4
- data/docs/StatementPostData.md +4 -4
- data/docs/StatisticCollectionRep.md +2 -2
- data/docs/StatisticRep.md +14 -12
- data/docs/StatisticsRep.md +20 -0
- data/docs/StatusConflictErrorRep.md +3 -3
- data/docs/SubscriptionPost.md +7 -7
- data/docs/TargetResourceRep.md +1 -1
- data/docs/Team.md +13 -5
- data/docs/TeamCustomRole.md +2 -2
- data/docs/TeamCustomRoles.md +2 -2
- data/docs/TeamMaintainers.md +3 -3
- data/docs/TeamMembers.md +18 -0
- data/docs/TeamPatchInput.md +3 -3
- data/docs/TeamPostInput.md +7 -7
- data/docs/TeamProjects.md +1 -1
- data/docs/TeamRepExpandableProperties.md +24 -0
- data/docs/Teams.md +2 -2
- data/docs/TeamsApi.md +620 -0
- data/docs/Token.md +1 -1
- data/docs/TreatmentInput.md +24 -0
- data/docs/TreatmentParameterInput.md +20 -0
- data/docs/TreatmentRep.md +26 -0
- data/docs/TreatmentResultRep.md +30 -0
- data/docs/TriggerPost.md +6 -6
- data/docs/UnauthorizedErrorRep.md +3 -3
- data/docs/UserFlagSetting.md +6 -4
- data/docs/UserFlagSettings.md +1 -1
- data/docs/UserRecord.md +1 -1
- data/docs/UserSegment.md +24 -24
- data/docs/UserSegments.md +2 -2
- data/docs/UserSettingsApi.md +10 -10
- data/docs/Users.md +1 -1
- data/docs/UsersApi.md +6 -6
- data/docs/UsersRep.md +22 -0
- data/docs/ValuePut.md +4 -4
- data/docs/Variation.md +1 -1
- data/docs/Webhook.md +9 -9
- data/docs/Webhooks.md +2 -2
- data/docs/WebhooksApi.md +1 -1
- data/docs/WorkflowTemplateMetadata.md +18 -0
- data/docs/WorkflowTemplateParameter.md +24 -0
- data/docs/WorkflowsBetaApi.md +5 -5
- data/launchdarkly_api.gemspec +3 -3
- data/lib/launchdarkly_api/api/access_tokens_api.rb +2 -2
- data/lib/launchdarkly_api/api/account_members_api.rb +14 -14
- data/lib/launchdarkly_api/api/account_usage_beta_api.rb +2 -2
- data/lib/launchdarkly_api/api/approvals_api.rb +16 -16
- data/lib/launchdarkly_api/api/audit_log_api.rb +4 -4
- data/lib/launchdarkly_api/api/code_references_api.rb +22 -22
- data/lib/launchdarkly_api/api/custom_roles_api.rb +2 -2
- data/lib/launchdarkly_api/api/data_export_destinations_api.rb +10 -10
- data/lib/launchdarkly_api/api/environments_api.rb +79 -4
- data/lib/launchdarkly_api/api/experiments_beta_api.rb +509 -20
- data/lib/launchdarkly_api/api/feature_flags_api.rb +23 -23
- data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +6 -6
- data/lib/launchdarkly_api/api/flag_links_beta_api.rb +4 -4
- data/lib/launchdarkly_api/api/flag_triggers_api.rb +6 -6
- data/lib/launchdarkly_api/api/follow_flags_api.rb +328 -0
- data/lib/launchdarkly_api/api/integration_audit_log_subscriptions_api.rb +4 -4
- data/lib/launchdarkly_api/api/integration_delivery_configurations_beta_api.rb +4 -4
- data/lib/launchdarkly_api/api/metrics_api.rb +4 -4
- data/lib/launchdarkly_api/api/o_auth2_clients_beta_api.rb +347 -0
- data/lib/launchdarkly_api/api/other_api.rb +8 -8
- data/lib/launchdarkly_api/api/projects_api.rb +31 -16
- data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +10 -10
- data/lib/launchdarkly_api/api/scheduled_changes_api.rb +14 -14
- data/lib/launchdarkly_api/api/segments_api.rb +18 -18
- data/lib/launchdarkly_api/api/segments_beta_api.rb +15 -4
- data/lib/launchdarkly_api/api/tags_api.rb +2 -2
- data/lib/launchdarkly_api/api/teams_api.rb +577 -0
- data/lib/launchdarkly_api/api/user_settings_api.rb +19 -19
- data/lib/launchdarkly_api/api/users_api.rb +9 -9
- data/lib/launchdarkly_api/api/users_beta_api.rb +2 -2
- data/lib/launchdarkly_api/api/webhooks_api.rb +4 -4
- data/lib/launchdarkly_api/api/workflows_beta_api.rb +10 -10
- data/lib/launchdarkly_api/api_client.rb +5 -3
- data/lib/launchdarkly_api/api_error.rb +2 -2
- data/lib/launchdarkly_api/configuration.rb +9 -4
- data/lib/launchdarkly_api/models/access.rb +3 -2
- data/lib/launchdarkly_api/models/access_allowed_reason.rb +3 -2
- data/lib/launchdarkly_api/models/access_allowed_rep.rb +3 -2
- data/lib/launchdarkly_api/models/access_denied.rb +3 -2
- data/lib/launchdarkly_api/models/access_denied_reason.rb +3 -2
- data/lib/launchdarkly_api/models/access_token_post.rb +3 -2
- data/lib/launchdarkly_api/models/action_input_rep.rb +4 -2
- data/lib/launchdarkly_api/models/action_output_rep.rb +3 -2
- data/lib/launchdarkly_api/models/approval_condition_input_rep.rb +18 -6
- data/lib/launchdarkly_api/models/approval_condition_output_rep.rb +3 -2
- data/lib/launchdarkly_api/models/approval_settings.rb +3 -2
- data/lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb +3 -2
- data/lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb +3 -2
- data/lib/launchdarkly_api/models/audit_log_entry_rep.rb +3 -2
- data/lib/launchdarkly_api/models/authorized_app_data_rep.rb +3 -2
- data/lib/launchdarkly_api/models/big_segment_target.rb +3 -2
- data/lib/launchdarkly_api/models/branch_collection_rep.rb +3 -2
- data/lib/launchdarkly_api/models/branch_rep.rb +3 -2
- data/lib/launchdarkly_api/models/clause.rb +3 -2
- data/lib/launchdarkly_api/models/client.rb +321 -0
- data/lib/launchdarkly_api/models/client_collection.rb +243 -0
- data/lib/launchdarkly_api/models/client_side_availability.rb +3 -2
- data/lib/launchdarkly_api/models/client_side_availability_post.rb +5 -2
- data/lib/launchdarkly_api/models/condition_base_output_rep.rb +3 -2
- data/lib/launchdarkly_api/models/condition_input_rep.rb +17 -3
- data/lib/launchdarkly_api/models/condition_output_rep.rb +3 -2
- data/lib/launchdarkly_api/models/confidence_interval_rep.rb +3 -2
- data/lib/launchdarkly_api/models/conflict.rb +3 -2
- data/lib/launchdarkly_api/models/conflict_output_rep.rb +3 -2
- data/lib/launchdarkly_api/models/copied_from_env.rb +3 -2
- data/lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb +42 -9
- data/lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb +20 -12
- data/lib/launchdarkly_api/models/credible_interval_rep.rb +228 -0
- data/lib/launchdarkly_api/models/custom_property.rb +5 -2
- data/lib/launchdarkly_api/models/custom_role.rb +3 -2
- data/lib/launchdarkly_api/models/custom_role_post.rb +3 -2
- data/lib/launchdarkly_api/models/custom_role_post_data.rb +3 -2
- data/lib/launchdarkly_api/models/custom_roles.rb +3 -2
- data/lib/launchdarkly_api/models/custom_workflow_input_rep.rb +19 -6
- data/lib/launchdarkly_api/models/custom_workflow_meta.rb +3 -2
- data/lib/launchdarkly_api/models/custom_workflow_output_rep.rb +3 -2
- data/lib/launchdarkly_api/models/custom_workflow_stage_meta.rb +3 -2
- data/lib/launchdarkly_api/models/custom_workflows_listing_output_rep.rb +3 -2
- data/lib/launchdarkly_api/models/default_client_side_availability_post.rb +5 -2
- data/lib/launchdarkly_api/models/defaults.rb +5 -2
- data/lib/launchdarkly_api/models/dependent_flag.rb +3 -2
- data/lib/launchdarkly_api/models/dependent_flag_environment.rb +3 -2
- data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +3 -2
- data/lib/launchdarkly_api/models/destination.rb +9 -2
- data/lib/launchdarkly_api/models/destination_post.rb +7 -3
- data/lib/launchdarkly_api/models/destinations.rb +5 -2
- data/lib/launchdarkly_api/models/environment.rb +3 -2
- data/lib/launchdarkly_api/models/environment_post.rb +3 -2
- data/lib/launchdarkly_api/models/environments.rb +241 -0
- data/lib/launchdarkly_api/models/evaluation_reason.rb +275 -0
- data/lib/launchdarkly_api/models/execution_output_rep.rb +3 -2
- data/lib/launchdarkly_api/models/experiment.rb +329 -0
- data/lib/launchdarkly_api/models/experiment_allocation_rep.rb +3 -2
- data/lib/launchdarkly_api/models/experiment_bayesian_results_rep.rb +241 -0
- data/lib/launchdarkly_api/models/experiment_collection_rep.rb +241 -0
- data/lib/launchdarkly_api/models/experiment_enabled_period_rep.rb +3 -2
- data/lib/launchdarkly_api/models/experiment_environment_setting_rep.rb +3 -2
- data/lib/launchdarkly_api/models/experiment_expandable_properties.rb +230 -0
- data/lib/launchdarkly_api/models/experiment_info_rep.rb +4 -3
- data/lib/launchdarkly_api/models/experiment_metadata_rep.rb +3 -2
- data/lib/launchdarkly_api/models/experiment_patch_input.rb +236 -0
- data/lib/launchdarkly_api/models/experiment_post.rb +275 -0
- data/lib/launchdarkly_api/models/experiment_results.rb +281 -0
- data/lib/launchdarkly_api/models/experiment_stats_rep.rb +3 -2
- data/lib/launchdarkly_api/models/experiment_time_series_slice.rb +3 -2
- data/lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb +3 -2
- data/lib/launchdarkly_api/models/experiment_totals_rep.rb +3 -2
- data/lib/launchdarkly_api/models/expiring_user_target_error.rb +3 -2
- data/lib/launchdarkly_api/models/expiring_user_target_get_response.rb +3 -2
- data/lib/launchdarkly_api/models/expiring_user_target_item.rb +3 -2
- data/lib/launchdarkly_api/models/expiring_user_target_patch_response.rb +3 -2
- data/lib/launchdarkly_api/models/export.rb +3 -2
- data/lib/launchdarkly_api/models/extinction.rb +3 -2
- data/lib/launchdarkly_api/models/extinction_collection_rep.rb +3 -2
- data/lib/launchdarkly_api/models/feature_flag.rb +6 -15
- data/lib/launchdarkly_api/models/feature_flag_body.rb +7 -16
- data/lib/launchdarkly_api/models/feature_flag_config.rb +3 -22
- data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +7 -2
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +5 -2
- data/lib/launchdarkly_api/models/feature_flag_status.rb +3 -2
- data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +3 -2
- data/lib/launchdarkly_api/models/feature_flag_statuses.rb +3 -2
- data/lib/launchdarkly_api/models/feature_flags.rb +3 -2
- data/lib/launchdarkly_api/models/file_rep.rb +3 -2
- data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +58 -2
- data/lib/launchdarkly_api/models/flag_config_approval_requests_response.rb +3 -2
- data/lib/launchdarkly_api/models/flag_copy_config_environment.rb +5 -2
- data/lib/launchdarkly_api/models/flag_copy_config_post.rb +6 -2
- data/lib/launchdarkly_api/models/flag_followers_by_proj_env_get_rep.rb +237 -0
- data/lib/launchdarkly_api/models/flag_followers_get_rep.rb +237 -0
- data/lib/launchdarkly_api/models/flag_global_attributes_rep.rb +6 -15
- data/lib/launchdarkly_api/models/flag_input.rb +238 -0
- data/lib/launchdarkly_api/models/flag_link_collection_rep.rb +3 -2
- data/lib/launchdarkly_api/models/flag_link_member.rb +3 -2
- data/lib/launchdarkly_api/models/flag_link_post.rb +9 -2
- data/lib/launchdarkly_api/models/flag_link_rep.rb +3 -2
- data/lib/launchdarkly_api/models/flag_listing_rep.rb +3 -2
- data/lib/launchdarkly_api/models/flag_rep.rb +244 -0
- data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +4 -2
- data/lib/launchdarkly_api/models/flag_status_rep.rb +3 -2
- data/lib/launchdarkly_api/models/flag_summary.rb +20 -3
- data/lib/launchdarkly_api/models/flag_trigger_input.rb +5 -3
- data/lib/launchdarkly_api/models/follow_flag_member.rb +286 -0
- data/lib/launchdarkly_api/models/followers_per_flag.rb +230 -0
- data/lib/launchdarkly_api/models/forbidden_error_rep.rb +5 -2
- data/lib/launchdarkly_api/models/hunk_rep.rb +3 -2
- data/lib/launchdarkly_api/models/import.rb +3 -2
- data/lib/launchdarkly_api/models/initiator_rep.rb +3 -2
- data/lib/launchdarkly_api/models/instruction_user_request.rb +309 -0
- data/lib/launchdarkly_api/models/integration.rb +14 -3
- data/lib/launchdarkly_api/models/integration_delivery_configuration.rb +3 -2
- data/lib/launchdarkly_api/models/integration_delivery_configuration_collection.rb +3 -2
- data/lib/launchdarkly_api/models/integration_delivery_configuration_collection_links.rb +3 -2
- data/lib/launchdarkly_api/models/integration_delivery_configuration_links.rb +3 -2
- data/lib/launchdarkly_api/models/integration_delivery_configuration_post.rb +6 -5
- data/lib/launchdarkly_api/models/integration_delivery_configuration_response.rb +3 -2
- data/lib/launchdarkly_api/models/integration_metadata.rb +3 -2
- data/lib/launchdarkly_api/models/integration_status.rb +3 -2
- data/lib/launchdarkly_api/models/integration_status_rep.rb +3 -2
- data/lib/launchdarkly_api/models/integration_subscription_status_rep.rb +3 -2
- data/lib/launchdarkly_api/models/integrations.rb +3 -2
- data/lib/launchdarkly_api/models/invalid_request_error_rep.rb +5 -2
- data/lib/launchdarkly_api/models/ip_list.rb +3 -2
- data/lib/launchdarkly_api/models/iteration_expandable_properties.rb +232 -0
- data/lib/launchdarkly_api/models/iteration_input.rb +281 -0
- data/lib/launchdarkly_api/models/iteration_rep.rb +348 -0
- data/lib/launchdarkly_api/models/last_seen_metadata.rb +3 -2
- data/lib/launchdarkly_api/models/legacy_experiment_rep.rb +250 -0
- data/lib/launchdarkly_api/models/link.rb +3 -2
- data/lib/launchdarkly_api/models/member.rb +18 -11
- data/lib/launchdarkly_api/models/member_data_rep.rb +3 -2
- data/lib/launchdarkly_api/models/member_import_item.rb +3 -2
- data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +3 -2
- data/lib/launchdarkly_api/models/member_summary.rb +3 -2
- data/lib/launchdarkly_api/models/member_team_summary_rep.rb +3 -2
- data/lib/launchdarkly_api/models/member_teams_post_input.rb +3 -2
- data/lib/launchdarkly_api/models/members.rb +3 -2
- data/lib/launchdarkly_api/models/method_not_allowed_error_rep.rb +5 -2
- data/lib/launchdarkly_api/models/metric_collection_rep.rb +3 -2
- data/lib/launchdarkly_api/models/metric_input.rb +238 -0
- data/lib/launchdarkly_api/models/metric_listing_rep.rb +3 -2
- data/lib/launchdarkly_api/models/metric_post.rb +15 -5
- data/lib/launchdarkly_api/models/metric_rep.rb +4 -3
- data/lib/launchdarkly_api/models/metric_seen.rb +3 -2
- data/lib/launchdarkly_api/models/metric_v2_rep.rb +268 -0
- data/lib/launchdarkly_api/models/modification.rb +3 -2
- data/lib/launchdarkly_api/models/multi_environment_dependent_flag.rb +3 -2
- data/lib/launchdarkly_api/models/multi_environment_dependent_flags.rb +3 -2
- data/lib/launchdarkly_api/models/new_member_form.rb +38 -3
- data/lib/launchdarkly_api/models/not_found_error_rep.rb +5 -2
- data/lib/launchdarkly_api/models/oauth_client_post.rb +240 -0
- data/lib/launchdarkly_api/models/parameter_default.rb +240 -0
- data/lib/launchdarkly_api/models/parameter_rep.rb +228 -0
- data/lib/launchdarkly_api/models/parent_resource_rep.rb +7 -5
- data/lib/launchdarkly_api/models/patch_failed_error_rep.rb +5 -2
- data/lib/launchdarkly_api/models/patch_flags_request.rb +237 -0
- data/lib/launchdarkly_api/models/patch_operation.rb +3 -2
- data/lib/launchdarkly_api/models/patch_segment_instruction.rb +53 -5
- data/lib/launchdarkly_api/models/patch_segment_request.rb +3 -2
- data/lib/launchdarkly_api/models/patch_users_request.rb +237 -0
- data/lib/launchdarkly_api/models/patch_with_comment.rb +4 -2
- data/lib/launchdarkly_api/models/permission_grant_input.rb +40 -2
- data/lib/launchdarkly_api/models/post_approval_request_apply_request.rb +4 -2
- data/lib/launchdarkly_api/models/post_approval_request_review_request.rb +39 -2
- data/lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb +4 -2
- data/lib/launchdarkly_api/models/prerequisite.rb +3 -2
- data/lib/launchdarkly_api/models/project.rb +5 -11
- data/lib/launchdarkly_api/models/project_listing_rep.rb +3 -2
- data/lib/launchdarkly_api/models/project_post.rb +4 -2
- data/lib/launchdarkly_api/models/project_rep.rb +323 -0
- data/lib/launchdarkly_api/models/project_summary.rb +3 -2
- data/lib/launchdarkly_api/models/projects.rb +16 -6
- data/lib/launchdarkly_api/models/pub_nub_detail_rep.rb +3 -2
- data/lib/launchdarkly_api/models/put_branch.rb +3 -2
- data/lib/launchdarkly_api/models/rate_limited_error_rep.rb +5 -2
- data/lib/launchdarkly_api/models/recent_trigger_body.rb +3 -2
- data/lib/launchdarkly_api/models/reference_rep.rb +3 -2
- data/lib/launchdarkly_api/models/relative_difference_rep.rb +237 -0
- data/lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb +3 -2
- data/lib/launchdarkly_api/models/relay_auto_config_post.rb +5 -3
- data/lib/launchdarkly_api/models/relay_auto_config_rep.rb +4 -3
- data/lib/launchdarkly_api/models/repository_collection_rep.rb +3 -2
- data/lib/launchdarkly_api/models/repository_post.rb +7 -4
- data/lib/launchdarkly_api/models/repository_rep.rb +3 -2
- data/lib/launchdarkly_api/models/resolved_context.rb +3 -2
- data/lib/launchdarkly_api/models/resolved_image.rb +3 -2
- data/lib/launchdarkly_api/models/resolved_title.rb +3 -2
- data/lib/launchdarkly_api/models/resolved_ui_block_element.rb +3 -2
- data/lib/launchdarkly_api/models/resolved_ui_blocks.rb +3 -2
- data/lib/launchdarkly_api/models/resource_access.rb +7 -5
- data/lib/launchdarkly_api/models/resource_id_response.rb +3 -2
- data/lib/launchdarkly_api/models/review_output_rep.rb +3 -2
- data/lib/launchdarkly_api/models/review_response.rb +5 -4
- data/lib/launchdarkly_api/models/rollout.rb +3 -2
- data/lib/launchdarkly_api/models/rule.rb +3 -2
- data/lib/launchdarkly_api/models/rule_clause.rb +274 -0
- data/lib/launchdarkly_api/models/schedule_condition_input_rep.rb +5 -2
- data/lib/launchdarkly_api/models/schedule_condition_output_rep.rb +3 -2
- data/lib/launchdarkly_api/models/sdk_list_rep.rb +3 -2
- data/lib/launchdarkly_api/models/sdk_version_list_rep.rb +3 -2
- data/lib/launchdarkly_api/models/sdk_version_rep.rb +3 -2
- data/lib/launchdarkly_api/models/segment_body.rb +4 -2
- data/lib/launchdarkly_api/models/segment_metadata.rb +3 -2
- data/lib/launchdarkly_api/models/segment_user_list.rb +3 -2
- data/lib/launchdarkly_api/models/segment_user_state.rb +3 -2
- data/lib/launchdarkly_api/models/series_list_rep.rb +3 -2
- data/lib/launchdarkly_api/models/source_env.rb +3 -2
- data/lib/launchdarkly_api/models/source_flag.rb +5 -3
- data/lib/launchdarkly_api/models/stage_input_rep.rb +16 -3
- data/lib/launchdarkly_api/models/stage_output_rep.rb +3 -2
- data/lib/launchdarkly_api/models/statement.rb +3 -2
- data/lib/launchdarkly_api/models/statement_post.rb +5 -4
- data/lib/launchdarkly_api/models/statement_post_data.rb +5 -4
- data/lib/launchdarkly_api/models/statistic_collection_rep.rb +5 -2
- data/lib/launchdarkly_api/models/statistic_rep.rb +26 -3
- data/lib/launchdarkly_api/models/statistics_rep.rb +234 -0
- data/lib/launchdarkly_api/models/statistics_root.rb +3 -2
- data/lib/launchdarkly_api/models/status_conflict_error_rep.rb +5 -2
- data/lib/launchdarkly_api/models/subject_data_rep.rb +3 -2
- data/lib/launchdarkly_api/models/subscription_post.rb +6 -4
- data/lib/launchdarkly_api/models/tag_collection.rb +3 -2
- data/lib/launchdarkly_api/models/target.rb +3 -2
- data/lib/launchdarkly_api/models/target_resource_rep.rb +4 -3
- data/lib/launchdarkly_api/models/team.rb +43 -6
- data/lib/launchdarkly_api/models/team_custom_role.rb +3 -2
- data/lib/launchdarkly_api/models/team_custom_roles.rb +3 -2
- data/lib/launchdarkly_api/models/team_imports_rep.rb +3 -2
- data/lib/launchdarkly_api/models/team_maintainers.rb +3 -2
- data/lib/launchdarkly_api/models/team_members.rb +219 -0
- data/lib/launchdarkly_api/models/team_patch_input.rb +11 -4
- data/lib/launchdarkly_api/models/team_post_input.rb +5 -4
- data/lib/launchdarkly_api/models/team_projects.rb +3 -2
- data/lib/launchdarkly_api/models/team_rep_expandable_properties.rb +246 -0
- data/lib/launchdarkly_api/models/teams.rb +3 -2
- data/lib/launchdarkly_api/models/timestamp_rep.rb +3 -2
- data/lib/launchdarkly_api/models/title_rep.rb +3 -2
- data/lib/launchdarkly_api/models/token.rb +4 -3
- data/lib/launchdarkly_api/models/token_data_rep.rb +3 -2
- data/lib/launchdarkly_api/models/tokens.rb +3 -2
- data/lib/launchdarkly_api/models/treatment_input.rb +268 -0
- data/lib/launchdarkly_api/models/treatment_parameter_input.rb +238 -0
- data/lib/launchdarkly_api/models/treatment_rep.rb +267 -0
- data/lib/launchdarkly_api/models/treatment_result_rep.rb +275 -0
- data/lib/launchdarkly_api/models/trigger_post.rb +6 -4
- data/lib/launchdarkly_api/models/trigger_workflow_collection_rep.rb +3 -2
- data/lib/launchdarkly_api/models/trigger_workflow_rep.rb +3 -2
- data/lib/launchdarkly_api/models/unauthorized_error_rep.rb +5 -2
- data/lib/launchdarkly_api/models/url_post.rb +3 -2
- data/lib/launchdarkly_api/models/user.rb +3 -2
- data/lib/launchdarkly_api/models/user_attribute_names_rep.rb +3 -2
- data/lib/launchdarkly_api/models/user_flag_setting.rb +20 -7
- data/lib/launchdarkly_api/models/user_flag_settings.rb +4 -2
- data/lib/launchdarkly_api/models/user_record.rb +3 -2
- data/lib/launchdarkly_api/models/user_record_rep.rb +3 -2
- data/lib/launchdarkly_api/models/user_segment.rb +14 -4
- data/lib/launchdarkly_api/models/user_segment_rule.rb +3 -2
- data/lib/launchdarkly_api/models/user_segments.rb +5 -2
- data/lib/launchdarkly_api/models/users.rb +3 -2
- data/lib/launchdarkly_api/models/users_rep.rb +251 -0
- data/lib/launchdarkly_api/models/value_put.rb +5 -3
- data/lib/launchdarkly_api/models/variation.rb +4 -2
- data/lib/launchdarkly_api/models/variation_or_rollout_rep.rb +3 -2
- data/lib/launchdarkly_api/models/variation_summary.rb +3 -2
- data/lib/launchdarkly_api/models/versions_rep.rb +3 -2
- data/lib/launchdarkly_api/models/webhook.rb +12 -3
- data/lib/launchdarkly_api/models/webhook_post.rb +3 -2
- data/lib/launchdarkly_api/models/webhooks.rb +5 -2
- data/lib/launchdarkly_api/models/weighted_variation.rb +3 -2
- data/lib/launchdarkly_api/models/workflow_template_metadata.rb +221 -0
- data/lib/launchdarkly_api/models/workflow_template_parameter.rb +248 -0
- data/lib/launchdarkly_api/version.rb +3 -3
- data/lib/launchdarkly_api.rb +48 -6
- data/spec/api/access_tokens_api_spec.rb +2 -2
- data/spec/api/account_members_api_spec.rb +8 -8
- data/spec/api/account_usage_beta_api_spec.rb +2 -2
- data/spec/api/approvals_api_spec.rb +9 -9
- data/spec/api/audit_log_api_spec.rb +3 -3
- data/spec/api/code_references_api_spec.rb +12 -12
- data/spec/api/custom_roles_api_spec.rb +2 -2
- data/spec/api/data_export_destinations_api_spec.rb +6 -6
- data/spec/api/environments_api_spec.rb +19 -3
- data/spec/api/experiments_beta_api_spec.rb +96 -6
- data/spec/api/feature_flags_api_spec.rb +9 -9
- data/spec/api/feature_flags_beta_api_spec.rb +4 -4
- data/spec/api/flag_links_beta_api_spec.rb +3 -3
- data/spec/api/flag_triggers_api_spec.rb +4 -4
- data/spec/api/follow_flags_api_spec.rb +92 -0
- data/spec/api/integration_audit_log_subscriptions_api_spec.rb +3 -3
- data/spec/api/integration_delivery_configurations_beta_api_spec.rb +3 -3
- data/spec/api/metrics_api_spec.rb +3 -3
- data/spec/api/o_auth2_clients_beta_api_spec.rb +95 -0
- data/spec/api/other_api_spec.rb +5 -5
- data/spec/api/projects_api_spec.rb +13 -8
- data/spec/api/relay_proxy_configurations_api_spec.rb +6 -6
- data/spec/api/scheduled_changes_api_spec.rb +8 -8
- data/spec/api/segments_api_spec.rb +10 -10
- data/spec/api/segments_beta_api_spec.rb +5 -3
- data/spec/api/tags_api_spec.rb +2 -2
- data/spec/api/teams_api_spec.rb +143 -0
- data/spec/api/user_settings_api_spec.rb +7 -7
- data/spec/api/users_api_spec.rb +5 -5
- data/spec/api/users_beta_api_spec.rb +2 -2
- data/spec/api/webhooks_api_spec.rb +3 -3
- data/spec/api/workflows_beta_api_spec.rb +6 -6
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/access_allowed_reason_spec.rb +2 -2
- data/spec/models/access_allowed_rep_spec.rb +2 -2
- data/spec/models/access_denied_reason_spec.rb +2 -2
- data/spec/models/access_denied_spec.rb +2 -2
- data/spec/models/access_spec.rb +2 -2
- data/spec/models/access_token_post_spec.rb +2 -2
- data/spec/models/action_input_rep_spec.rb +2 -2
- data/spec/models/action_output_rep_spec.rb +2 -2
- data/spec/models/approval_condition_input_rep_spec.rb +8 -2
- data/spec/models/approval_condition_output_rep_spec.rb +2 -2
- 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_collection_spec.rb +40 -0
- data/spec/models/client_side_availability_post_spec.rb +2 -2
- data/spec/models/client_side_availability_spec.rb +2 -2
- data/spec/models/client_spec.rb +76 -0
- data/spec/models/condition_base_output_rep_spec.rb +2 -2
- data/spec/models/condition_input_rep_spec.rb +8 -2
- data/spec/models/condition_output_rep_spec.rb +2 -2
- data/spec/models/confidence_interval_rep_spec.rb +2 -2
- data/spec/models/conflict_output_rep_spec.rb +2 -2
- 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 +16 -2
- data/spec/models/create_flag_config_approval_request_request_spec.rb +8 -2
- data/spec/models/credible_interval_rep_spec.rb +40 -0
- data/spec/models/custom_property_spec.rb +2 -2
- data/spec/models/custom_role_post_data_spec.rb +2 -2
- data/spec/models/custom_role_post_spec.rb +2 -2
- data/spec/models/custom_role_spec.rb +2 -2
- data/spec/models/custom_roles_spec.rb +2 -2
- data/spec/models/custom_workflow_input_rep_spec.rb +8 -2
- data/spec/models/custom_workflow_meta_spec.rb +2 -2
- data/spec/models/custom_workflow_output_rep_spec.rb +2 -2
- data/spec/models/custom_workflow_stage_meta_spec.rb +2 -2
- data/spec/models/custom_workflows_listing_output_rep_spec.rb +2 -2
- 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/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 +2 -2
- data/spec/models/environments_spec.rb +46 -0
- data/spec/models/evaluation_reason_spec.rb +64 -0
- data/spec/models/execution_output_rep_spec.rb +2 -2
- data/spec/models/experiment_allocation_rep_spec.rb +2 -2
- data/spec/models/experiment_bayesian_results_rep_spec.rb +46 -0
- data/spec/models/experiment_collection_rep_spec.rb +46 -0
- 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_expandable_properties_spec.rb +40 -0
- data/spec/models/experiment_info_rep_spec.rb +2 -2
- data/spec/models/experiment_metadata_rep_spec.rb +2 -2
- data/spec/models/experiment_patch_input_spec.rb +40 -0
- data/spec/models/experiment_post_spec.rb +58 -0
- data/spec/models/experiment_results_spec.rb +70 -0
- data/spec/models/experiment_spec.rb +88 -0
- 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/export_spec.rb +2 -2
- data/spec/models/extinction_collection_rep_spec.rb +2 -2
- data/spec/models/extinction_spec.rb +2 -2
- data/spec/models/feature_flag_body_spec.rb +2 -8
- 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 -8
- 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/file_rep_spec.rb +2 -2
- data/spec/models/flag_config_approval_request_response_spec.rb +10 -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_followers_by_proj_env_get_rep_spec.rb +40 -0
- data/spec/models/flag_followers_get_rep_spec.rb +40 -0
- data/spec/models/flag_global_attributes_rep_spec.rb +2 -8
- data/spec/models/flag_input_spec.rb +40 -0
- data/spec/models/flag_link_collection_rep_spec.rb +2 -2
- data/spec/models/flag_link_member_spec.rb +2 -2
- data/spec/models/flag_link_post_spec.rb +2 -2
- data/spec/models/flag_link_rep_spec.rb +2 -2
- data/spec/models/flag_listing_rep_spec.rb +2 -2
- data/spec/models/flag_rep_spec.rb +46 -0
- 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 +8 -2
- data/spec/models/flag_trigger_input_spec.rb +2 -2
- data/spec/models/follow_flag_member_spec.rb +64 -0
- data/spec/models/followers_per_flag_spec.rb +40 -0
- data/spec/models/forbidden_error_rep_spec.rb +2 -2
- data/spec/models/hunk_rep_spec.rb +2 -2
- data/spec/models/import_spec.rb +2 -2
- data/spec/models/initiator_rep_spec.rb +2 -2
- data/spec/models/instruction_user_request_spec.rb +62 -0
- data/spec/models/integration_delivery_configuration_collection_links_spec.rb +2 -2
- data/spec/models/integration_delivery_configuration_collection_spec.rb +2 -2
- data/spec/models/integration_delivery_configuration_links_spec.rb +2 -2
- data/spec/models/integration_delivery_configuration_post_spec.rb +2 -2
- data/spec/models/integration_delivery_configuration_response_spec.rb +2 -2
- data/spec/models/integration_delivery_configuration_spec.rb +2 -2
- data/spec/models/integration_metadata_spec.rb +2 -2
- data/spec/models/integration_spec.rb +2 -2
- data/spec/models/integration_status_rep_spec.rb +2 -2
- data/spec/models/integration_status_spec.rb +2 -2
- data/spec/models/integration_subscription_status_rep_spec.rb +2 -2
- data/spec/models/integrations_spec.rb +2 -2
- data/spec/models/invalid_request_error_rep_spec.rb +2 -2
- data/spec/models/ip_list_spec.rb +2 -2
- data/spec/models/iteration_expandable_properties_spec.rb +40 -0
- data/spec/models/iteration_input_spec.rb +58 -0
- data/spec/models/iteration_rep_spec.rb +106 -0
- data/spec/models/last_seen_metadata_spec.rb +2 -2
- data/spec/models/legacy_experiment_rep_spec.rb +52 -0
- data/spec/models/link_spec.rb +2 -2
- data/spec/models/member_data_rep_spec.rb +2 -2
- data/spec/models/member_import_item_spec.rb +2 -2
- data/spec/models/member_permission_grant_summary_rep_spec.rb +2 -2
- data/spec/models/member_spec.rb +8 -2
- data/spec/models/member_summary_spec.rb +2 -2
- data/spec/models/member_team_summary_rep_spec.rb +2 -2
- data/spec/models/member_teams_post_input_spec.rb +2 -2
- data/spec/models/members_spec.rb +2 -2
- data/spec/models/method_not_allowed_error_rep_spec.rb +2 -2
- data/spec/models/metric_collection_rep_spec.rb +2 -2
- data/spec/models/metric_input_spec.rb +40 -0
- data/spec/models/metric_listing_rep_spec.rb +2 -2
- data/spec/models/metric_post_spec.rb +2 -2
- data/spec/models/metric_rep_spec.rb +2 -2
- data/spec/models/metric_seen_spec.rb +2 -2
- data/spec/models/metric_v2_rep_spec.rb +52 -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 +6 -2
- data/spec/models/not_found_error_rep_spec.rb +2 -2
- data/spec/models/oauth_client_post_spec.rb +46 -0
- data/spec/models/parameter_default_spec.rb +46 -0
- data/spec/models/parameter_rep_spec.rb +40 -0
- data/spec/models/parent_resource_rep_spec.rb +2 -2
- data/spec/models/patch_failed_error_rep_spec.rb +2 -2
- data/spec/models/patch_flags_request_spec.rb +40 -0
- data/spec/models/patch_operation_spec.rb +2 -2
- data/spec/models/patch_segment_instruction_spec.rb +10 -2
- data/spec/models/patch_segment_request_spec.rb +2 -2
- data/spec/models/patch_users_request_spec.rb +40 -0
- data/spec/models/patch_with_comment_spec.rb +2 -2
- data/spec/models/permission_grant_input_spec.rb +6 -2
- data/spec/models/post_approval_request_apply_request_spec.rb +2 -2
- data/spec/models/post_approval_request_review_request_spec.rb +6 -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_rep_spec.rb +76 -0
- data/spec/models/project_spec.rb +2 -2
- data/spec/models/project_summary_spec.rb +2 -2
- data/spec/models/projects_spec.rb +8 -2
- data/spec/models/pub_nub_detail_rep_spec.rb +2 -2
- data/spec/models/put_branch_spec.rb +2 -2
- data/spec/models/rate_limited_error_rep_spec.rb +2 -2
- data/spec/models/recent_trigger_body_spec.rb +2 -2
- data/spec/models/reference_rep_spec.rb +2 -2
- data/spec/models/relative_difference_rep_spec.rb +46 -0
- 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 +2 -2
- data/spec/models/resolved_context_spec.rb +2 -2
- data/spec/models/resolved_image_spec.rb +2 -2
- data/spec/models/resolved_title_spec.rb +2 -2
- data/spec/models/resolved_ui_block_element_spec.rb +2 -2
- data/spec/models/resolved_ui_blocks_spec.rb +2 -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 +2 -2
- data/spec/models/review_response_spec.rb +2 -2
- data/spec/models/rollout_spec.rb +2 -2
- data/spec/models/rule_clause_spec.rb +50 -0
- data/spec/models/rule_spec.rb +2 -2
- data/spec/models/schedule_condition_input_rep_spec.rb +2 -2
- data/spec/models/schedule_condition_output_rep_spec.rb +2 -2
- 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_env_spec.rb +2 -2
- data/spec/models/source_flag_spec.rb +2 -2
- data/spec/models/stage_input_rep_spec.rb +8 -2
- data/spec/models/stage_output_rep_spec.rb +2 -2
- data/spec/models/statement_post_data_spec.rb +2 -2
- data/spec/models/statement_post_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 +8 -2
- data/spec/models/statistics_rep_spec.rb +40 -0
- data/spec/models/statistics_root_spec.rb +2 -2
- data/spec/models/status_conflict_error_rep_spec.rb +2 -2
- data/spec/models/subject_data_rep_spec.rb +2 -2
- data/spec/models/subscription_post_spec.rb +2 -2
- data/spec/models/tag_collection_spec.rb +2 -2
- data/spec/models/target_resource_rep_spec.rb +2 -2
- data/spec/models/target_spec.rb +2 -2
- data/spec/models/team_custom_role_spec.rb +2 -2
- data/spec/models/team_custom_roles_spec.rb +2 -2
- data/spec/models/team_imports_rep_spec.rb +2 -2
- data/spec/models/team_maintainers_spec.rb +2 -2
- data/spec/models/team_members_spec.rb +34 -0
- data/spec/models/team_patch_input_spec.rb +2 -2
- data/spec/models/team_post_input_spec.rb +2 -2
- data/spec/models/team_projects_spec.rb +2 -2
- data/spec/models/team_rep_expandable_properties_spec.rb +52 -0
- data/spec/models/team_spec.rb +26 -2
- data/spec/models/teams_spec.rb +2 -2
- data/spec/models/timestamp_rep_spec.rb +2 -2
- data/spec/models/title_rep_spec.rb +2 -2
- data/spec/models/token_data_rep_spec.rb +2 -2
- data/spec/models/token_spec.rb +2 -2
- data/spec/models/tokens_spec.rb +2 -2
- data/spec/models/treatment_input_spec.rb +52 -0
- data/spec/models/treatment_parameter_input_spec.rb +40 -0
- data/spec/models/treatment_rep_spec.rb +58 -0
- data/spec/models/treatment_result_rep_spec.rb +70 -0
- data/spec/models/trigger_post_spec.rb +2 -2
- data/spec/models/trigger_workflow_collection_rep_spec.rb +2 -2
- data/spec/models/trigger_workflow_rep_spec.rb +2 -2
- data/spec/models/unauthorized_error_rep_spec.rb +2 -2
- 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 +8 -2
- data/spec/models/user_flag_settings_spec.rb +2 -2
- data/spec/models/user_record_rep_spec.rb +2 -2
- data/spec/models/user_record_spec.rb +2 -2
- data/spec/models/user_segment_rule_spec.rb +2 -2
- data/spec/models/user_segment_spec.rb +2 -2
- data/spec/models/user_segments_spec.rb +2 -2
- data/spec/models/user_spec.rb +2 -2
- data/spec/models/users_rep_spec.rb +46 -0
- 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/models/workflow_template_metadata_spec.rb +34 -0
- data/spec/models/workflow_template_parameter_spec.rb +52 -0
- data/spec/spec_helper.rb +2 -2
- metadata +320 -134
- data/docs/StatementRep.md +0 -26
- data/docs/TeamsBetaApi.md +0 -606
- data/lib/launchdarkly_api/api/teams_beta_api.rb +0 -565
- data/lib/launchdarkly_api/models/experiment_rep.rb +0 -249
- data/lib/launchdarkly_api/models/experiment_results_rep.rb +0 -280
- data/lib/launchdarkly_api/models/statement_rep.rb +0 -271
- data/spec/api/teams_beta_api_spec.rb +0 -139
- data/spec/models/experiment_rep_spec.rb +0 -52
- data/spec/models/experiment_results_rep_spec.rb +0 -70
- data/spec/models/statement_rep_spec.rb +0 -58
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: 10.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -106,11 +106,15 @@ description: '# Overview ## Authentication All REST API resources are authenti
|
|
106
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
|
-
an individual resource
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
109
|
+
an individual resource, such as a single feature flag, you receive a _detailed representation_
|
110
|
+
of the resource. The best way to find a detailed representation is to follow links.
|
111
|
+
Every summary representation includes a link to its detailed representation. In
|
112
|
+
most cases, the detailed representation contains all of the attributes of the resource.
|
113
|
+
In a few cases, the detailed representation contains many, but not all, of the attributes
|
114
|
+
of the resource. Typically this happens when an attribute of the requested resource
|
115
|
+
is itself paginated. You can request that the response include a particular attribute
|
116
|
+
by using the `expand` request parameter. ### Links and addressability The best
|
117
|
+
way to navigate the API is by following links. These are attributes in representations
|
114
118
|
that link to other resources. The API always uses the same format for links: -
|
115
119
|
Links to other resources within the API are encapsulated in a `_links` object. -
|
116
120
|
If the resource has a corresponding link to HTML content on the site, it is stored
|
@@ -124,96 +128,106 @@ description: '# Overview ## Authentication All REST API resources are authenti
|
|
124
128
|
are always represented as a JSON object with an `items` attribute containing an
|
125
129
|
array of representations. Like all other representations, collections have `_links`
|
126
130
|
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.
|
128
|
-
|
129
|
-
the
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
131
|
+
and `prev` links containing a URL with the respective set of elements in the collection. ###
|
132
|
+
Expanding responses Sometimes the detailed representation of a resource does not
|
133
|
+
include all of the attributes of the resource by default. If this is the case, the
|
134
|
+
request method will clearly document this and describe which attributes you can
|
135
|
+
include in an expanded response. To include the additional attributes, append the
|
136
|
+
`expand` request parameter to your request and add a comma-separated list of the
|
137
|
+
attributes to include. For example, when you append `?expand=members,roles` to the
|
138
|
+
[Get team](/tag/Teams-(beta)#operation/getTeam) endpoint, the expanded response
|
139
|
+
includes both of these attributes. ## Updates Resources that accept partial updates
|
140
|
+
use the `PATCH` verb. Most resources support the [JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902)
|
141
|
+
format. Some resources also support the [JSON Merge Patch](https://datatracker.ietf.org/doc/html/rfc7386)
|
142
|
+
format, and some resources support the [semantic patch](/reference#updates-using-semantic-patch)
|
143
|
+
format, which is a way to specify the modifications to perform as a set of executable
|
144
|
+
instructions. Each resource supports optional [comments](/reference#updates-with-comments)
|
145
|
+
that you can submit with updates. Comments appear in outgoing webhooks, the audit
|
146
|
+
log, and other integrations. ### Updates using JSON patch [JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902)
|
147
|
+
is a way to specify the modifications to perform on a resource. JSON patch uses
|
148
|
+
paths and a limited set of operations to describe how to transform the current state
|
149
|
+
of the resource into a new state. JSON patch documents are always arrays, where
|
150
|
+
each element contains an operation, a path to the field to update, and the new value. For
|
151
|
+
example, in this feature flag representation: ```json { "name": "New recommendations
|
152
|
+
engine", "key": "engine.enable", "description": "This is the description", ...
|
153
|
+
} ``` You can change the feature flag''s description with the following patch document: ```json
|
138
154
|
[{ "op": "replace", "path": "/description", "value": "This is the new description"
|
139
|
-
}] ```
|
140
|
-
|
141
|
-
|
142
|
-
"
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
resource
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
the
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
"
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
[
|
176
|
-
|
177
|
-
to be removed from the feature flag''s user targets. For example, “remove user 1461797806429-33-861961230
|
178
|
-
from the user target for variation 0 on the Alternate sort order flag in the production
|
179
|
-
environment on Wed Jul 08 2020 at 15:27:41 pm”. This is done using the following: ```json
|
180
|
-
{ "comment": "update expiring user targets", "instructions": [ { "kind":
|
181
|
-
"removeExpireUserTargetDate", "userKey": "userKey", "variationId": "978d53f9-7fe3-4a63-992d-97bcb4535dc8" }, { "kind":
|
182
|
-
"updateExpireUserTargetDate", "userKey": "userKey2", "variationId":
|
183
|
-
"978d53f9-7fe3-4a63-992d-97bcb4535dc8", "value": 1587582000000 }, { "kind":
|
184
|
-
"addExpireUserTargetDate", "userKey": "userKey3", "variationId": "978d53f9-7fe3-4a63-992d-97bcb4535dc8", "value":
|
185
|
-
1594247266386 } ] } ``` Here is another example. In this feature flag configuration: ```json
|
186
|
-
{ "name": "New recommendations engine", "key": "engine.enable", "environments":
|
187
|
-
{ "test": { "on": true } } } ``` You can change the feature flag''s
|
188
|
-
description with the following patch document as a set of executable instructions.
|
189
|
-
For example, “add user X to targets for variation Y and remove user A from targets
|
190
|
-
for variation B for test flag”: ```json { "comment": "", "instructions": [ { "kind":
|
191
|
-
"removeUserTargets", "values": ["438580d8-02ee-418d-9eec-0085cab2bdf0"], "variationId":
|
192
|
-
"852cb784-54ff-46b9-8c35-5498d2e4f270" }, { "kind": "addUserTargets", "values":
|
193
|
-
["438580d8-02ee-418d-9eec-0085cab2bdf0"], "variationId": "1bb18465-33b6-49aa-a3bd-eeb6650b33ad" } ]
|
194
|
-
} ``` > ### Supported semantic patch API endpoints > > - [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag)
|
195
|
-
> - [Update expiring user targets on feature flag](/tag/Feature-flags#operation/patchExpiringUserTargets)
|
155
|
+
}] ``` You can specify multiple modifications to perform in a single request. You
|
156
|
+
can also test that certain preconditions are met before applying the patch: ```json
|
157
|
+
[ { "op": "test", "path": "/version", "value": 10 }, { "op": "replace", "path":
|
158
|
+
"/description", "value": "The new description" } ] ``` The above patch request
|
159
|
+
tests whether the feature flag''s `version` is `10`, and if so, changes the feature
|
160
|
+
flag''s description. Attributes that aren''t editable, like a resource''s `_links`,
|
161
|
+
have names that start with an underscore. ### Updates using JSON merge patch [JSON
|
162
|
+
merge patch](https://datatracker.ietf.org/doc/html/rfc7386) is another format for
|
163
|
+
specifying the modifications to perform on a resource. JSON merge patch is less
|
164
|
+
expressive than JSON patch but in many cases, it is simpler to construct a merge
|
165
|
+
patch document. For example, you can change a feature flag''s description with the
|
166
|
+
following merge patch document: ```json { "description": "New flag description"
|
167
|
+
} ``` ### Updates using semantic patch The API also supports the semantic patch
|
168
|
+
format. A semantic `PATCH` is a way to specify the modifications to perform on a
|
169
|
+
resource as a set of executable instructions. Semantic patch allows you to be explicit
|
170
|
+
about intent using precise, custom instructions. In many cases, you can define semantic
|
171
|
+
patch instructions independently of the current state of the resource. This can
|
172
|
+
be useful when defining a change that may be applied at a future date. To make
|
173
|
+
a semantic patch request, you must append `domain-model=launchdarkly.semanticpatch`
|
174
|
+
to your `Content-Type` header. Here''s how: ``` Content-Type: application/json;
|
175
|
+
domain-model=launchdarkly.semanticpatch ``` If you call a semantic patch resource
|
176
|
+
without this header, you will receive a `400` response because your semantic patch
|
177
|
+
will be interpreted as a JSON patch. The body of a semantic patch request takes
|
178
|
+
the following properties: * `comment` (string): (Optional) A description of the
|
179
|
+
update. * `environmentKey` (string): (Required for some resources only) The environment
|
180
|
+
key. * `instructions` (array): (Required) A list of actions the update should perform.
|
181
|
+
Each action in the list must be an object with a `kind` property that indicates
|
182
|
+
the instruction. If the action requires parameters, you must include those parameters
|
183
|
+
as additional fields in the object. The documentation for each resource that supports
|
184
|
+
semantic patch includes the available instructions and any additional parameters. For
|
185
|
+
example: ```json { "comment": "optional comment", "instructions": [ {"kind":
|
186
|
+
"turnFlagOn"} ] } ``` If any instruction in the patch encounters an error, the
|
187
|
+
endpoint returns an error and will not change the resource. In general, each instruction
|
188
|
+
silently does nothing if the resource is already in the state you request. > ###
|
189
|
+
Supported semantic patch API endpoints > > - [Patch experiment](/tag/Experiments-(beta)#operation/patchExperiment)
|
190
|
+
> - [Patch segment](/tag/Segments#operation/patchSegment) > - [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag)
|
191
|
+
> - [Update flag trigger](/tag/Flag-triggers#operation/patchTriggerWorkflow) > -
|
192
|
+
[Update expiring user targets on feature flag](/tag/Feature-flags#operation/patchExpiringUserTargets)
|
196
193
|
> - [Update expiring user target for flags](/tag/User-settings#operation/patchExpiringFlagsForUser)
|
197
|
-
> - [Update expiring user targets
|
198
|
-
|
199
|
-
|
194
|
+
> - [Update expiring user targets for segment](/tag/Segments#operation/patchExpiringUserTargetsForSegment)
|
195
|
+
> - [Update scheduled changes workflow](/tag/Scheduled-changes#operation/patchFlagConfigScheduledChange)
|
196
|
+
> - [Update team](/tag/Teams-(beta)#operation/patchTeam) ### Updates with comments You
|
197
|
+
can submit optional comments with `PATCH` changes. To submit a comment along with
|
198
|
+
a JSON Patch document, use the following format: ```json { "comment": "This is
|
199
|
+
a comment string", "patch": [{ "op": "replace", "path": "/description", "value":
|
200
|
+
"The new description" }] } ``` To submit a comment along with a JSON merge patch
|
201
|
+
document, use the following format: ```json { "comment": "This is a comment string", "merge":
|
202
|
+
{ "description": "New flag description" } } ``` To submit a comment along with
|
203
|
+
a semantic patch, use the following format: ```json { "comment": "This is a comment
|
204
|
+
string", "instructions": [ {"kind": "turnFlagOn"} ] } ``` ## Errors The API
|
205
|
+
always returns errors in a common format. Here''s an example: ```json { "code":
|
206
|
+
"invalid_request", "message": "A feature with that key already exists", "id":
|
200
207
|
"30ce6058-87da-11e4-b116-123b93f75cba" } ``` The general class of error is indicated
|
201
208
|
by the `code`. The `message` is a human-readable explanation of what went wrong.
|
202
209
|
The `id` is a unique identifier. Use it when you''re working with LaunchDarkly support
|
203
210
|
to debug a problem with a specific API call. ### HTTP Status - Error Response Codes |
|
204
|
-
Code | Definition |
|
211
|
+
Code | Definition | Description |
|
205
212
|
Possible Solution | | ---- | -----------------
|
206
213
|
| -------------------------------------------------------------------------------------------
|
207
|
-
| ---------------------------------------------------------------- | | 400 |
|
208
|
-
|
209
|
-
Ensure JSON syntax in request body is correct. | | 401 |
|
210
|
-
User
|
211
|
-
Ensure your
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
214
|
+
| ---------------------------------------------------------------- | | 400 | Invalid
|
215
|
+
request | The request cannot be understood. |
|
216
|
+
Ensure JSON syntax in request body is correct. | | 401 | Invalid
|
217
|
+
access token | User is unauthorized or does not have permission for this API
|
218
|
+
call. | Ensure your API access token
|
219
|
+
is valid and has the appropriate permissions. |
|
220
|
+
| 403 | Forbidden | User does not have access to this resource. |
|
221
|
+
Ensure that the user or access token has proper permissions set. | | 404 | Invalid
|
222
|
+
resource identifier | The requested resource is not valid. | Ensure that the resource
|
223
|
+
is correctly identified by id or key. | | 405 | Method not allowed | The request
|
224
|
+
method is not allowed on this resource. | Ensure that the HTTP verb is correct.
|
225
|
+
| | 409 | Conflict | The API request can not be completed because it conflicted
|
226
|
+
with a concurrent API request. | Retry your request. |
|
227
|
+
| 422 | Unprocessable entity | The API request can not be completed because the
|
228
|
+
update description can not be understood. | Ensure that the request body is correct
|
229
|
+
for the type of patch you are using (JSON patch or semantic patch). | 429 | Too
|
230
|
+
many requests | Read [Rate limiting](/#section/Rate-limiting). |
|
217
231
|
Wait and try again later. | ## CORS The
|
218
232
|
LaunchDarkly API supports Cross Origin Resource Sharing (CORS) for AJAX requests
|
219
233
|
from any origin. If an `Origin` header is given in a request, it will be echoed
|
@@ -235,13 +249,12 @@ description: '# Overview ## Authentication All REST API resources are authenti
|
|
235
249
|
limiting and SDKs > > LaunchDarkly SDKs are never rate limited and do not use the
|
236
250
|
API endpoints defined here. LaunchDarkly uses a different set of approaches, including
|
237
251
|
streaming/server-sent events and a global CDN, to ensure availability to the routes
|
238
|
-
used by LaunchDarkly SDKs.
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
Header name | Description |
|
252
|
+
used by LaunchDarkly SDKs. ### Global rate limits Authenticated requests are subject
|
253
|
+
to a global limit. This is the maximum number of calls that can be made to the API
|
254
|
+
per ten seconds. All personal access tokens on the account share this limit, so
|
255
|
+
exceeding the limit with one access token will impact other tokens. Calls that are
|
256
|
+
subject to global rate limits will return the headers below: | Header name |
|
257
|
+
Description |
|
245
258
|
| ------------------------------ | --------------------------------------------------------------------------------
|
246
259
|
| | `X-Ratelimit-Global-Remaining` | The maximum number of requests the account
|
247
260
|
is permitted to make per ten seconds. | | `X-Ratelimit-Reset` | The time
|
@@ -291,9 +304,9 @@ description: '# Overview ## Authentication All REST API resources are authenti
|
|
291
304
|
mark beta resources with a "Beta" callout in our documentation, pictured below: >
|
292
305
|
### This feature is in beta > > To use this feature, pass in a header including
|
293
306
|
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). ### Using
|
295
|
-
resources To use a beta resource, you must include a header in the request.
|
296
|
-
you call a beta resource without this header, you''ll receive a `403` response. Use
|
307
|
+
To learn more, read [Beta resources](/#section/Overview/Beta-resources). ### Using
|
308
|
+
beta resources To use a beta resource, you must include a header in the request.
|
309
|
+
If you call a beta resource without this header, you''ll receive a `403` response. Use
|
297
310
|
this header: ``` LD-API-Version: beta ``` ## Versioning We try hard to keep our
|
298
311
|
REST API backwards compatible, but we occasionally have to make backwards-incompatible
|
299
312
|
changes in the process of shipping new features. These breaking changes can cause
|
@@ -303,10 +316,10 @@ description: '# Overview ## Authentication All REST API resources are authenti
|
|
303
316
|
support for multiple API versions so you can migrate from your current API version
|
304
317
|
to a new version at your own pace. ### Setting the API version per request You
|
305
318
|
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:
|
319
|
+
as shown in the example below: ``` LD-API-Version: 20220603 ``` The header value
|
307
320
|
is the version number of the API version you''d like to request. The number for
|
308
321
|
each version corresponds to the date the version was released in yyyymmdd format.
|
309
|
-
In the example above the version `
|
322
|
+
In the example above the version `20220603` corresponds to June 03, 2022. ### Setting
|
310
323
|
the API version per access token When creating an access token, you must specify
|
311
324
|
a specific version of the API to use. This ensures that integrations using this
|
312
325
|
token cannot be broken by version changes. Tokens created before versioning was
|
@@ -316,23 +329,28 @@ description: '# Overview ## Authentication All REST API resources are authenti
|
|
316
329
|
set the header described above. > ### Best practice: Set the header for every client
|
317
330
|
or integration > > We recommend that you set the API version header explicitly in
|
318
331
|
any client or integration you build. > > Only rely on the access token API version
|
319
|
-
during manual testing. ### API version changelog
|
320
|
-
| `
|
321
|
-
return value
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
332
|
+
during manual testing. ### API version changelog |<div style="width:75px">Version</div>
|
333
|
+
| Changes | |---|---| | `20220603` | <ul><li>Changed the [list projects](tag/Projects#operation/getProjects)
|
334
|
+
return value:<ul><li>Response is now paginated with a default limit of `20`.</li><li>Added
|
335
|
+
support for filter and sort.</li><li>The project `environments` field is now expandable.
|
336
|
+
This field is omitted by default.</li></ul></li><li>Changed the [get project](tag/Projects#operation/getProject)
|
337
|
+
return value:<ul><li>The `environments` field is now expandable. This field is omitted
|
338
|
+
by default.</li></ul></li></ul> | | `20210729` | <ul><li>Changed the [create approval
|
339
|
+
request](/tag/Approvals#operation/postApprovalRequest) return value. It now returns
|
340
|
+
HTTP Status Code `201` instead of `200`.</li><li> Changed the [get users](/tag/Users#operation/getUser)
|
341
|
+
return value. It now returns a user record, not a user. </li><li> Added additional
|
342
|
+
optional fields to environment, segments, flags, members, and segments, including
|
343
|
+
the ability to create Big Segments. </li><li> Added default values for flag variations
|
344
|
+
when new environments are created. </li><li> Added filtering and pagination for
|
345
|
+
getting flags and members, including `limit`, `number`, `filter`, and `sort` query
|
346
|
+
parameters. </li><li> Added endpoints for expiring user targets for flags and segments,
|
347
|
+
scheduled changes, access tokens, Relay Proxy configuration, integrations and subscriptions,
|
348
|
+
and approvals. </li></ul> | | `20191212` | <ul><li>[List feature flags](/tag/Feature-flags#operation/getFeatureFlags)
|
349
|
+
now defaults to sending summaries of feature flag configurations, equivalent to
|
350
|
+
setting the query parameter `summary=true`. Summaries omit flag targeting rules
|
351
|
+
and individual user targets from the payload. </li><li> Added endpoints for flags,
|
352
|
+
flag status, projects, environments, users, audit logs, members, users, custom roles,
|
353
|
+
segments, usage, streams, events, and data export. </li></ul> | | `20160426` | <ul><li>Initial
|
336
354
|
versioning of API. Tokens created before versioning have their version set to this.</li></ul>
|
337
355
|
| '
|
338
356
|
email:
|
@@ -369,6 +387,8 @@ files:
|
|
369
387
|
- docs/BranchCollectionRep.md
|
370
388
|
- docs/BranchRep.md
|
371
389
|
- docs/Clause.md
|
390
|
+
- docs/Client.md
|
391
|
+
- docs/ClientCollection.md
|
372
392
|
- docs/ClientSideAvailability.md
|
373
393
|
- docs/ClientSideAvailabilityPost.md
|
374
394
|
- docs/CodeReferencesApi.md
|
@@ -381,6 +401,7 @@ files:
|
|
381
401
|
- docs/CopiedFromEnv.md
|
382
402
|
- docs/CreateCopyFlagConfigApprovalRequestRequest.md
|
383
403
|
- docs/CreateFlagConfigApprovalRequestRequest.md
|
404
|
+
- docs/CredibleIntervalRep.md
|
384
405
|
- docs/CustomProperty.md
|
385
406
|
- docs/CustomRole.md
|
386
407
|
- docs/CustomRolePost.md
|
@@ -403,15 +424,22 @@ files:
|
|
403
424
|
- docs/Destinations.md
|
404
425
|
- docs/Environment.md
|
405
426
|
- docs/EnvironmentPost.md
|
427
|
+
- docs/Environments.md
|
406
428
|
- docs/EnvironmentsApi.md
|
429
|
+
- docs/EvaluationReason.md
|
407
430
|
- docs/ExecutionOutputRep.md
|
431
|
+
- docs/Experiment.md
|
408
432
|
- docs/ExperimentAllocationRep.md
|
433
|
+
- docs/ExperimentBayesianResultsRep.md
|
434
|
+
- docs/ExperimentCollectionRep.md
|
409
435
|
- docs/ExperimentEnabledPeriodRep.md
|
410
436
|
- docs/ExperimentEnvironmentSettingRep.md
|
437
|
+
- docs/ExperimentExpandableProperties.md
|
411
438
|
- docs/ExperimentInfoRep.md
|
412
439
|
- docs/ExperimentMetadataRep.md
|
413
|
-
- docs/
|
414
|
-
- docs/
|
440
|
+
- docs/ExperimentPatchInput.md
|
441
|
+
- docs/ExperimentPost.md
|
442
|
+
- docs/ExperimentResults.md
|
415
443
|
- docs/ExperimentStatsRep.md
|
416
444
|
- docs/ExperimentTimeSeriesSlice.md
|
417
445
|
- docs/ExperimentTimeSeriesVariationSlice.md
|
@@ -440,22 +468,30 @@ files:
|
|
440
468
|
- docs/FlagConfigApprovalRequestsResponse.md
|
441
469
|
- docs/FlagCopyConfigEnvironment.md
|
442
470
|
- docs/FlagCopyConfigPost.md
|
471
|
+
- docs/FlagFollowersByProjEnvGetRep.md
|
472
|
+
- docs/FlagFollowersGetRep.md
|
443
473
|
- docs/FlagGlobalAttributesRep.md
|
474
|
+
- docs/FlagInput.md
|
444
475
|
- docs/FlagLinkCollectionRep.md
|
445
476
|
- docs/FlagLinkMember.md
|
446
477
|
- docs/FlagLinkPost.md
|
447
478
|
- docs/FlagLinkRep.md
|
448
479
|
- docs/FlagLinksBetaApi.md
|
449
480
|
- docs/FlagListingRep.md
|
481
|
+
- docs/FlagRep.md
|
450
482
|
- docs/FlagScheduledChangesInput.md
|
451
483
|
- docs/FlagStatusRep.md
|
452
484
|
- docs/FlagSummary.md
|
453
485
|
- docs/FlagTriggerInput.md
|
454
486
|
- docs/FlagTriggersApi.md
|
487
|
+
- docs/FollowFlagMember.md
|
488
|
+
- docs/FollowFlagsApi.md
|
489
|
+
- docs/FollowersPerFlag.md
|
455
490
|
- docs/ForbiddenErrorRep.md
|
456
491
|
- docs/HunkRep.md
|
457
492
|
- docs/Import.md
|
458
493
|
- docs/InitiatorRep.md
|
494
|
+
- docs/InstructionUserRequest.md
|
459
495
|
- docs/Integration.md
|
460
496
|
- docs/IntegrationAuditLogSubscriptionsApi.md
|
461
497
|
- docs/IntegrationDeliveryConfiguration.md
|
@@ -472,7 +508,11 @@ files:
|
|
472
508
|
- docs/Integrations.md
|
473
509
|
- docs/InvalidRequestErrorRep.md
|
474
510
|
- docs/IpList.md
|
511
|
+
- docs/IterationExpandableProperties.md
|
512
|
+
- docs/IterationInput.md
|
513
|
+
- docs/IterationRep.md
|
475
514
|
- docs/LastSeenMetadata.md
|
515
|
+
- docs/LegacyExperimentRep.md
|
476
516
|
- docs/Link.md
|
477
517
|
- docs/Member.md
|
478
518
|
- docs/MemberDataRep.md
|
@@ -484,22 +524,30 @@ files:
|
|
484
524
|
- docs/Members.md
|
485
525
|
- docs/MethodNotAllowedErrorRep.md
|
486
526
|
- docs/MetricCollectionRep.md
|
527
|
+
- docs/MetricInput.md
|
487
528
|
- docs/MetricListingRep.md
|
488
529
|
- docs/MetricPost.md
|
489
530
|
- docs/MetricRep.md
|
490
531
|
- docs/MetricSeen.md
|
532
|
+
- docs/MetricV2Rep.md
|
491
533
|
- docs/MetricsApi.md
|
492
534
|
- docs/Modification.md
|
493
535
|
- docs/MultiEnvironmentDependentFlag.md
|
494
536
|
- docs/MultiEnvironmentDependentFlags.md
|
495
537
|
- docs/NewMemberForm.md
|
496
538
|
- docs/NotFoundErrorRep.md
|
539
|
+
- docs/OAuth2ClientsBetaApi.md
|
540
|
+
- docs/OauthClientPost.md
|
497
541
|
- docs/OtherApi.md
|
542
|
+
- docs/ParameterDefault.md
|
543
|
+
- docs/ParameterRep.md
|
498
544
|
- docs/ParentResourceRep.md
|
499
545
|
- docs/PatchFailedErrorRep.md
|
546
|
+
- docs/PatchFlagsRequest.md
|
500
547
|
- docs/PatchOperation.md
|
501
548
|
- docs/PatchSegmentInstruction.md
|
502
549
|
- docs/PatchSegmentRequest.md
|
550
|
+
- docs/PatchUsersRequest.md
|
503
551
|
- docs/PatchWithComment.md
|
504
552
|
- docs/PermissionGrantInput.md
|
505
553
|
- docs/PostApprovalRequestApplyRequest.md
|
@@ -509,6 +557,7 @@ files:
|
|
509
557
|
- docs/Project.md
|
510
558
|
- docs/ProjectListingRep.md
|
511
559
|
- docs/ProjectPost.md
|
560
|
+
- docs/ProjectRep.md
|
512
561
|
- docs/ProjectSummary.md
|
513
562
|
- docs/Projects.md
|
514
563
|
- docs/ProjectsApi.md
|
@@ -517,6 +566,7 @@ files:
|
|
517
566
|
- docs/RateLimitedErrorRep.md
|
518
567
|
- docs/RecentTriggerBody.md
|
519
568
|
- docs/ReferenceRep.md
|
569
|
+
- docs/RelativeDifferenceRep.md
|
520
570
|
- docs/RelayAutoConfigCollectionRep.md
|
521
571
|
- docs/RelayAutoConfigPost.md
|
522
572
|
- docs/RelayAutoConfigRep.md
|
@@ -535,6 +585,7 @@ files:
|
|
535
585
|
- docs/ReviewResponse.md
|
536
586
|
- docs/Rollout.md
|
537
587
|
- docs/Rule.md
|
588
|
+
- docs/RuleClause.md
|
538
589
|
- docs/ScheduleConditionInputRep.md
|
539
590
|
- docs/ScheduleConditionOutputRep.md
|
540
591
|
- docs/ScheduledChangesApi.md
|
@@ -555,9 +606,9 @@ files:
|
|
555
606
|
- docs/Statement.md
|
556
607
|
- docs/StatementPost.md
|
557
608
|
- docs/StatementPostData.md
|
558
|
-
- docs/StatementRep.md
|
559
609
|
- docs/StatisticCollectionRep.md
|
560
610
|
- docs/StatisticRep.md
|
611
|
+
- docs/StatisticsRep.md
|
561
612
|
- docs/StatisticsRoot.md
|
562
613
|
- docs/StatusConflictErrorRep.md
|
563
614
|
- docs/SubjectDataRep.md
|
@@ -571,16 +622,22 @@ files:
|
|
571
622
|
- docs/TeamCustomRoles.md
|
572
623
|
- docs/TeamImportsRep.md
|
573
624
|
- docs/TeamMaintainers.md
|
625
|
+
- docs/TeamMembers.md
|
574
626
|
- docs/TeamPatchInput.md
|
575
627
|
- docs/TeamPostInput.md
|
576
628
|
- docs/TeamProjects.md
|
629
|
+
- docs/TeamRepExpandableProperties.md
|
577
630
|
- docs/Teams.md
|
578
|
-
- docs/
|
631
|
+
- docs/TeamsApi.md
|
579
632
|
- docs/TimestampRep.md
|
580
633
|
- docs/TitleRep.md
|
581
634
|
- docs/Token.md
|
582
635
|
- docs/TokenDataRep.md
|
583
636
|
- docs/Tokens.md
|
637
|
+
- docs/TreatmentInput.md
|
638
|
+
- docs/TreatmentParameterInput.md
|
639
|
+
- docs/TreatmentRep.md
|
640
|
+
- docs/TreatmentResultRep.md
|
584
641
|
- docs/TriggerPost.md
|
585
642
|
- docs/TriggerWorkflowCollectionRep.md
|
586
643
|
- docs/TriggerWorkflowRep.md
|
@@ -599,6 +656,7 @@ files:
|
|
599
656
|
- docs/Users.md
|
600
657
|
- docs/UsersApi.md
|
601
658
|
- docs/UsersBetaApi.md
|
659
|
+
- docs/UsersRep.md
|
602
660
|
- docs/ValuePut.md
|
603
661
|
- docs/Variation.md
|
604
662
|
- docs/VariationOrRolloutRep.md
|
@@ -609,6 +667,8 @@ files:
|
|
609
667
|
- docs/Webhooks.md
|
610
668
|
- docs/WebhooksApi.md
|
611
669
|
- docs/WeightedVariation.md
|
670
|
+
- docs/WorkflowTemplateMetadata.md
|
671
|
+
- docs/WorkflowTemplateParameter.md
|
612
672
|
- docs/WorkflowsBetaApi.md
|
613
673
|
- git_push.sh
|
614
674
|
- launchdarkly_api.gemspec
|
@@ -627,9 +687,11 @@ files:
|
|
627
687
|
- lib/launchdarkly_api/api/feature_flags_beta_api.rb
|
628
688
|
- lib/launchdarkly_api/api/flag_links_beta_api.rb
|
629
689
|
- lib/launchdarkly_api/api/flag_triggers_api.rb
|
690
|
+
- lib/launchdarkly_api/api/follow_flags_api.rb
|
630
691
|
- lib/launchdarkly_api/api/integration_audit_log_subscriptions_api.rb
|
631
692
|
- lib/launchdarkly_api/api/integration_delivery_configurations_beta_api.rb
|
632
693
|
- lib/launchdarkly_api/api/metrics_api.rb
|
694
|
+
- lib/launchdarkly_api/api/o_auth2_clients_beta_api.rb
|
633
695
|
- lib/launchdarkly_api/api/other_api.rb
|
634
696
|
- lib/launchdarkly_api/api/projects_api.rb
|
635
697
|
- lib/launchdarkly_api/api/relay_proxy_configurations_api.rb
|
@@ -637,7 +699,7 @@ files:
|
|
637
699
|
- lib/launchdarkly_api/api/segments_api.rb
|
638
700
|
- lib/launchdarkly_api/api/segments_beta_api.rb
|
639
701
|
- lib/launchdarkly_api/api/tags_api.rb
|
640
|
-
- lib/launchdarkly_api/api/
|
702
|
+
- lib/launchdarkly_api/api/teams_api.rb
|
641
703
|
- lib/launchdarkly_api/api/user_settings_api.rb
|
642
704
|
- lib/launchdarkly_api/api/users_api.rb
|
643
705
|
- lib/launchdarkly_api/api/users_beta_api.rb
|
@@ -665,6 +727,8 @@ files:
|
|
665
727
|
- lib/launchdarkly_api/models/branch_collection_rep.rb
|
666
728
|
- lib/launchdarkly_api/models/branch_rep.rb
|
667
729
|
- lib/launchdarkly_api/models/clause.rb
|
730
|
+
- lib/launchdarkly_api/models/client.rb
|
731
|
+
- lib/launchdarkly_api/models/client_collection.rb
|
668
732
|
- lib/launchdarkly_api/models/client_side_availability.rb
|
669
733
|
- lib/launchdarkly_api/models/client_side_availability_post.rb
|
670
734
|
- lib/launchdarkly_api/models/condition_base_output_rep.rb
|
@@ -676,6 +740,7 @@ files:
|
|
676
740
|
- lib/launchdarkly_api/models/copied_from_env.rb
|
677
741
|
- lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb
|
678
742
|
- lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb
|
743
|
+
- lib/launchdarkly_api/models/credible_interval_rep.rb
|
679
744
|
- lib/launchdarkly_api/models/custom_property.rb
|
680
745
|
- lib/launchdarkly_api/models/custom_role.rb
|
681
746
|
- lib/launchdarkly_api/models/custom_role_post.rb
|
@@ -696,14 +761,21 @@ files:
|
|
696
761
|
- lib/launchdarkly_api/models/destinations.rb
|
697
762
|
- lib/launchdarkly_api/models/environment.rb
|
698
763
|
- lib/launchdarkly_api/models/environment_post.rb
|
764
|
+
- lib/launchdarkly_api/models/environments.rb
|
765
|
+
- lib/launchdarkly_api/models/evaluation_reason.rb
|
699
766
|
- lib/launchdarkly_api/models/execution_output_rep.rb
|
767
|
+
- lib/launchdarkly_api/models/experiment.rb
|
700
768
|
- lib/launchdarkly_api/models/experiment_allocation_rep.rb
|
769
|
+
- lib/launchdarkly_api/models/experiment_bayesian_results_rep.rb
|
770
|
+
- lib/launchdarkly_api/models/experiment_collection_rep.rb
|
701
771
|
- lib/launchdarkly_api/models/experiment_enabled_period_rep.rb
|
702
772
|
- lib/launchdarkly_api/models/experiment_environment_setting_rep.rb
|
773
|
+
- lib/launchdarkly_api/models/experiment_expandable_properties.rb
|
703
774
|
- lib/launchdarkly_api/models/experiment_info_rep.rb
|
704
775
|
- lib/launchdarkly_api/models/experiment_metadata_rep.rb
|
705
|
-
- lib/launchdarkly_api/models/
|
706
|
-
- lib/launchdarkly_api/models/
|
776
|
+
- lib/launchdarkly_api/models/experiment_patch_input.rb
|
777
|
+
- lib/launchdarkly_api/models/experiment_post.rb
|
778
|
+
- lib/launchdarkly_api/models/experiment_results.rb
|
707
779
|
- lib/launchdarkly_api/models/experiment_stats_rep.rb
|
708
780
|
- lib/launchdarkly_api/models/experiment_time_series_slice.rb
|
709
781
|
- lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb
|
@@ -729,20 +801,27 @@ files:
|
|
729
801
|
- lib/launchdarkly_api/models/flag_config_approval_requests_response.rb
|
730
802
|
- lib/launchdarkly_api/models/flag_copy_config_environment.rb
|
731
803
|
- lib/launchdarkly_api/models/flag_copy_config_post.rb
|
804
|
+
- lib/launchdarkly_api/models/flag_followers_by_proj_env_get_rep.rb
|
805
|
+
- lib/launchdarkly_api/models/flag_followers_get_rep.rb
|
732
806
|
- lib/launchdarkly_api/models/flag_global_attributes_rep.rb
|
807
|
+
- lib/launchdarkly_api/models/flag_input.rb
|
733
808
|
- lib/launchdarkly_api/models/flag_link_collection_rep.rb
|
734
809
|
- lib/launchdarkly_api/models/flag_link_member.rb
|
735
810
|
- lib/launchdarkly_api/models/flag_link_post.rb
|
736
811
|
- lib/launchdarkly_api/models/flag_link_rep.rb
|
737
812
|
- lib/launchdarkly_api/models/flag_listing_rep.rb
|
813
|
+
- lib/launchdarkly_api/models/flag_rep.rb
|
738
814
|
- lib/launchdarkly_api/models/flag_scheduled_changes_input.rb
|
739
815
|
- lib/launchdarkly_api/models/flag_status_rep.rb
|
740
816
|
- lib/launchdarkly_api/models/flag_summary.rb
|
741
817
|
- lib/launchdarkly_api/models/flag_trigger_input.rb
|
818
|
+
- lib/launchdarkly_api/models/follow_flag_member.rb
|
819
|
+
- lib/launchdarkly_api/models/followers_per_flag.rb
|
742
820
|
- lib/launchdarkly_api/models/forbidden_error_rep.rb
|
743
821
|
- lib/launchdarkly_api/models/hunk_rep.rb
|
744
822
|
- lib/launchdarkly_api/models/import.rb
|
745
823
|
- lib/launchdarkly_api/models/initiator_rep.rb
|
824
|
+
- lib/launchdarkly_api/models/instruction_user_request.rb
|
746
825
|
- lib/launchdarkly_api/models/integration.rb
|
747
826
|
- lib/launchdarkly_api/models/integration_delivery_configuration.rb
|
748
827
|
- lib/launchdarkly_api/models/integration_delivery_configuration_collection.rb
|
@@ -757,7 +836,11 @@ files:
|
|
757
836
|
- lib/launchdarkly_api/models/integrations.rb
|
758
837
|
- lib/launchdarkly_api/models/invalid_request_error_rep.rb
|
759
838
|
- lib/launchdarkly_api/models/ip_list.rb
|
839
|
+
- lib/launchdarkly_api/models/iteration_expandable_properties.rb
|
840
|
+
- lib/launchdarkly_api/models/iteration_input.rb
|
841
|
+
- lib/launchdarkly_api/models/iteration_rep.rb
|
760
842
|
- lib/launchdarkly_api/models/last_seen_metadata.rb
|
843
|
+
- lib/launchdarkly_api/models/legacy_experiment_rep.rb
|
761
844
|
- lib/launchdarkly_api/models/link.rb
|
762
845
|
- lib/launchdarkly_api/models/member.rb
|
763
846
|
- lib/launchdarkly_api/models/member_data_rep.rb
|
@@ -769,20 +852,27 @@ files:
|
|
769
852
|
- lib/launchdarkly_api/models/members.rb
|
770
853
|
- lib/launchdarkly_api/models/method_not_allowed_error_rep.rb
|
771
854
|
- lib/launchdarkly_api/models/metric_collection_rep.rb
|
855
|
+
- lib/launchdarkly_api/models/metric_input.rb
|
772
856
|
- lib/launchdarkly_api/models/metric_listing_rep.rb
|
773
857
|
- lib/launchdarkly_api/models/metric_post.rb
|
774
858
|
- lib/launchdarkly_api/models/metric_rep.rb
|
775
859
|
- lib/launchdarkly_api/models/metric_seen.rb
|
860
|
+
- lib/launchdarkly_api/models/metric_v2_rep.rb
|
776
861
|
- lib/launchdarkly_api/models/modification.rb
|
777
862
|
- lib/launchdarkly_api/models/multi_environment_dependent_flag.rb
|
778
863
|
- lib/launchdarkly_api/models/multi_environment_dependent_flags.rb
|
779
864
|
- lib/launchdarkly_api/models/new_member_form.rb
|
780
865
|
- lib/launchdarkly_api/models/not_found_error_rep.rb
|
866
|
+
- lib/launchdarkly_api/models/oauth_client_post.rb
|
867
|
+
- lib/launchdarkly_api/models/parameter_default.rb
|
868
|
+
- lib/launchdarkly_api/models/parameter_rep.rb
|
781
869
|
- lib/launchdarkly_api/models/parent_resource_rep.rb
|
782
870
|
- lib/launchdarkly_api/models/patch_failed_error_rep.rb
|
871
|
+
- lib/launchdarkly_api/models/patch_flags_request.rb
|
783
872
|
- lib/launchdarkly_api/models/patch_operation.rb
|
784
873
|
- lib/launchdarkly_api/models/patch_segment_instruction.rb
|
785
874
|
- lib/launchdarkly_api/models/patch_segment_request.rb
|
875
|
+
- lib/launchdarkly_api/models/patch_users_request.rb
|
786
876
|
- lib/launchdarkly_api/models/patch_with_comment.rb
|
787
877
|
- lib/launchdarkly_api/models/permission_grant_input.rb
|
788
878
|
- lib/launchdarkly_api/models/post_approval_request_apply_request.rb
|
@@ -792,6 +882,7 @@ files:
|
|
792
882
|
- lib/launchdarkly_api/models/project.rb
|
793
883
|
- lib/launchdarkly_api/models/project_listing_rep.rb
|
794
884
|
- lib/launchdarkly_api/models/project_post.rb
|
885
|
+
- lib/launchdarkly_api/models/project_rep.rb
|
795
886
|
- lib/launchdarkly_api/models/project_summary.rb
|
796
887
|
- lib/launchdarkly_api/models/projects.rb
|
797
888
|
- lib/launchdarkly_api/models/pub_nub_detail_rep.rb
|
@@ -799,6 +890,7 @@ files:
|
|
799
890
|
- lib/launchdarkly_api/models/rate_limited_error_rep.rb
|
800
891
|
- lib/launchdarkly_api/models/recent_trigger_body.rb
|
801
892
|
- lib/launchdarkly_api/models/reference_rep.rb
|
893
|
+
- lib/launchdarkly_api/models/relative_difference_rep.rb
|
802
894
|
- lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb
|
803
895
|
- lib/launchdarkly_api/models/relay_auto_config_post.rb
|
804
896
|
- lib/launchdarkly_api/models/relay_auto_config_rep.rb
|
@@ -816,6 +908,7 @@ files:
|
|
816
908
|
- lib/launchdarkly_api/models/review_response.rb
|
817
909
|
- lib/launchdarkly_api/models/rollout.rb
|
818
910
|
- lib/launchdarkly_api/models/rule.rb
|
911
|
+
- lib/launchdarkly_api/models/rule_clause.rb
|
819
912
|
- lib/launchdarkly_api/models/schedule_condition_input_rep.rb
|
820
913
|
- lib/launchdarkly_api/models/schedule_condition_output_rep.rb
|
821
914
|
- lib/launchdarkly_api/models/sdk_list_rep.rb
|
@@ -833,9 +926,9 @@ files:
|
|
833
926
|
- lib/launchdarkly_api/models/statement.rb
|
834
927
|
- lib/launchdarkly_api/models/statement_post.rb
|
835
928
|
- lib/launchdarkly_api/models/statement_post_data.rb
|
836
|
-
- lib/launchdarkly_api/models/statement_rep.rb
|
837
929
|
- lib/launchdarkly_api/models/statistic_collection_rep.rb
|
838
930
|
- lib/launchdarkly_api/models/statistic_rep.rb
|
931
|
+
- lib/launchdarkly_api/models/statistics_rep.rb
|
839
932
|
- lib/launchdarkly_api/models/statistics_root.rb
|
840
933
|
- lib/launchdarkly_api/models/status_conflict_error_rep.rb
|
841
934
|
- lib/launchdarkly_api/models/subject_data_rep.rb
|
@@ -848,15 +941,21 @@ files:
|
|
848
941
|
- lib/launchdarkly_api/models/team_custom_roles.rb
|
849
942
|
- lib/launchdarkly_api/models/team_imports_rep.rb
|
850
943
|
- lib/launchdarkly_api/models/team_maintainers.rb
|
944
|
+
- lib/launchdarkly_api/models/team_members.rb
|
851
945
|
- lib/launchdarkly_api/models/team_patch_input.rb
|
852
946
|
- lib/launchdarkly_api/models/team_post_input.rb
|
853
947
|
- lib/launchdarkly_api/models/team_projects.rb
|
948
|
+
- lib/launchdarkly_api/models/team_rep_expandable_properties.rb
|
854
949
|
- lib/launchdarkly_api/models/teams.rb
|
855
950
|
- lib/launchdarkly_api/models/timestamp_rep.rb
|
856
951
|
- lib/launchdarkly_api/models/title_rep.rb
|
857
952
|
- lib/launchdarkly_api/models/token.rb
|
858
953
|
- lib/launchdarkly_api/models/token_data_rep.rb
|
859
954
|
- lib/launchdarkly_api/models/tokens.rb
|
955
|
+
- lib/launchdarkly_api/models/treatment_input.rb
|
956
|
+
- lib/launchdarkly_api/models/treatment_parameter_input.rb
|
957
|
+
- lib/launchdarkly_api/models/treatment_rep.rb
|
958
|
+
- lib/launchdarkly_api/models/treatment_result_rep.rb
|
860
959
|
- lib/launchdarkly_api/models/trigger_post.rb
|
861
960
|
- lib/launchdarkly_api/models/trigger_workflow_collection_rep.rb
|
862
961
|
- lib/launchdarkly_api/models/trigger_workflow_rep.rb
|
@@ -872,6 +971,7 @@ files:
|
|
872
971
|
- lib/launchdarkly_api/models/user_segment_rule.rb
|
873
972
|
- lib/launchdarkly_api/models/user_segments.rb
|
874
973
|
- lib/launchdarkly_api/models/users.rb
|
974
|
+
- lib/launchdarkly_api/models/users_rep.rb
|
875
975
|
- lib/launchdarkly_api/models/value_put.rb
|
876
976
|
- lib/launchdarkly_api/models/variation.rb
|
877
977
|
- lib/launchdarkly_api/models/variation_or_rollout_rep.rb
|
@@ -881,6 +981,8 @@ files:
|
|
881
981
|
- lib/launchdarkly_api/models/webhook_post.rb
|
882
982
|
- lib/launchdarkly_api/models/webhooks.rb
|
883
983
|
- lib/launchdarkly_api/models/weighted_variation.rb
|
984
|
+
- lib/launchdarkly_api/models/workflow_template_metadata.rb
|
985
|
+
- lib/launchdarkly_api/models/workflow_template_parameter.rb
|
884
986
|
- lib/launchdarkly_api/version.rb
|
885
987
|
- spec/api/access_tokens_api_spec.rb
|
886
988
|
- spec/api/account_members_api_spec.rb
|
@@ -896,9 +998,11 @@ files:
|
|
896
998
|
- spec/api/feature_flags_beta_api_spec.rb
|
897
999
|
- spec/api/flag_links_beta_api_spec.rb
|
898
1000
|
- spec/api/flag_triggers_api_spec.rb
|
1001
|
+
- spec/api/follow_flags_api_spec.rb
|
899
1002
|
- spec/api/integration_audit_log_subscriptions_api_spec.rb
|
900
1003
|
- spec/api/integration_delivery_configurations_beta_api_spec.rb
|
901
1004
|
- spec/api/metrics_api_spec.rb
|
1005
|
+
- spec/api/o_auth2_clients_beta_api_spec.rb
|
902
1006
|
- spec/api/other_api_spec.rb
|
903
1007
|
- spec/api/projects_api_spec.rb
|
904
1008
|
- spec/api/relay_proxy_configurations_api_spec.rb
|
@@ -906,7 +1010,7 @@ files:
|
|
906
1010
|
- spec/api/segments_api_spec.rb
|
907
1011
|
- spec/api/segments_beta_api_spec.rb
|
908
1012
|
- spec/api/tags_api_spec.rb
|
909
|
-
- spec/api/
|
1013
|
+
- spec/api/teams_api_spec.rb
|
910
1014
|
- spec/api/user_settings_api_spec.rb
|
911
1015
|
- spec/api/users_api_spec.rb
|
912
1016
|
- spec/api/users_beta_api_spec.rb
|
@@ -933,8 +1037,10 @@ files:
|
|
933
1037
|
- spec/models/branch_collection_rep_spec.rb
|
934
1038
|
- spec/models/branch_rep_spec.rb
|
935
1039
|
- spec/models/clause_spec.rb
|
1040
|
+
- spec/models/client_collection_spec.rb
|
936
1041
|
- spec/models/client_side_availability_post_spec.rb
|
937
1042
|
- spec/models/client_side_availability_spec.rb
|
1043
|
+
- spec/models/client_spec.rb
|
938
1044
|
- spec/models/condition_base_output_rep_spec.rb
|
939
1045
|
- spec/models/condition_input_rep_spec.rb
|
940
1046
|
- spec/models/condition_output_rep_spec.rb
|
@@ -944,6 +1050,7 @@ files:
|
|
944
1050
|
- spec/models/copied_from_env_spec.rb
|
945
1051
|
- spec/models/create_copy_flag_config_approval_request_request_spec.rb
|
946
1052
|
- spec/models/create_flag_config_approval_request_request_spec.rb
|
1053
|
+
- spec/models/credible_interval_rep_spec.rb
|
947
1054
|
- spec/models/custom_property_spec.rb
|
948
1055
|
- spec/models/custom_role_post_data_spec.rb
|
949
1056
|
- spec/models/custom_role_post_spec.rb
|
@@ -964,14 +1071,21 @@ files:
|
|
964
1071
|
- spec/models/destinations_spec.rb
|
965
1072
|
- spec/models/environment_post_spec.rb
|
966
1073
|
- spec/models/environment_spec.rb
|
1074
|
+
- spec/models/environments_spec.rb
|
1075
|
+
- spec/models/evaluation_reason_spec.rb
|
967
1076
|
- spec/models/execution_output_rep_spec.rb
|
968
1077
|
- spec/models/experiment_allocation_rep_spec.rb
|
1078
|
+
- spec/models/experiment_bayesian_results_rep_spec.rb
|
1079
|
+
- spec/models/experiment_collection_rep_spec.rb
|
969
1080
|
- spec/models/experiment_enabled_period_rep_spec.rb
|
970
1081
|
- spec/models/experiment_environment_setting_rep_spec.rb
|
1082
|
+
- spec/models/experiment_expandable_properties_spec.rb
|
971
1083
|
- spec/models/experiment_info_rep_spec.rb
|
972
1084
|
- spec/models/experiment_metadata_rep_spec.rb
|
973
|
-
- spec/models/
|
974
|
-
- spec/models/
|
1085
|
+
- spec/models/experiment_patch_input_spec.rb
|
1086
|
+
- spec/models/experiment_post_spec.rb
|
1087
|
+
- spec/models/experiment_results_spec.rb
|
1088
|
+
- spec/models/experiment_spec.rb
|
975
1089
|
- spec/models/experiment_stats_rep_spec.rb
|
976
1090
|
- spec/models/experiment_time_series_slice_spec.rb
|
977
1091
|
- spec/models/experiment_time_series_variation_slice_spec.rb
|
@@ -997,20 +1111,27 @@ files:
|
|
997
1111
|
- spec/models/flag_config_approval_requests_response_spec.rb
|
998
1112
|
- spec/models/flag_copy_config_environment_spec.rb
|
999
1113
|
- spec/models/flag_copy_config_post_spec.rb
|
1114
|
+
- spec/models/flag_followers_by_proj_env_get_rep_spec.rb
|
1115
|
+
- spec/models/flag_followers_get_rep_spec.rb
|
1000
1116
|
- spec/models/flag_global_attributes_rep_spec.rb
|
1117
|
+
- spec/models/flag_input_spec.rb
|
1001
1118
|
- spec/models/flag_link_collection_rep_spec.rb
|
1002
1119
|
- spec/models/flag_link_member_spec.rb
|
1003
1120
|
- spec/models/flag_link_post_spec.rb
|
1004
1121
|
- spec/models/flag_link_rep_spec.rb
|
1005
1122
|
- spec/models/flag_listing_rep_spec.rb
|
1123
|
+
- spec/models/flag_rep_spec.rb
|
1006
1124
|
- spec/models/flag_scheduled_changes_input_spec.rb
|
1007
1125
|
- spec/models/flag_status_rep_spec.rb
|
1008
1126
|
- spec/models/flag_summary_spec.rb
|
1009
1127
|
- spec/models/flag_trigger_input_spec.rb
|
1128
|
+
- spec/models/follow_flag_member_spec.rb
|
1129
|
+
- spec/models/followers_per_flag_spec.rb
|
1010
1130
|
- spec/models/forbidden_error_rep_spec.rb
|
1011
1131
|
- spec/models/hunk_rep_spec.rb
|
1012
1132
|
- spec/models/import_spec.rb
|
1013
1133
|
- spec/models/initiator_rep_spec.rb
|
1134
|
+
- spec/models/instruction_user_request_spec.rb
|
1014
1135
|
- spec/models/integration_delivery_configuration_collection_links_spec.rb
|
1015
1136
|
- spec/models/integration_delivery_configuration_collection_spec.rb
|
1016
1137
|
- spec/models/integration_delivery_configuration_links_spec.rb
|
@@ -1025,7 +1146,11 @@ files:
|
|
1025
1146
|
- spec/models/integrations_spec.rb
|
1026
1147
|
- spec/models/invalid_request_error_rep_spec.rb
|
1027
1148
|
- spec/models/ip_list_spec.rb
|
1149
|
+
- spec/models/iteration_expandable_properties_spec.rb
|
1150
|
+
- spec/models/iteration_input_spec.rb
|
1151
|
+
- spec/models/iteration_rep_spec.rb
|
1028
1152
|
- spec/models/last_seen_metadata_spec.rb
|
1153
|
+
- spec/models/legacy_experiment_rep_spec.rb
|
1029
1154
|
- spec/models/link_spec.rb
|
1030
1155
|
- spec/models/member_data_rep_spec.rb
|
1031
1156
|
- spec/models/member_import_item_spec.rb
|
@@ -1037,20 +1162,27 @@ files:
|
|
1037
1162
|
- spec/models/members_spec.rb
|
1038
1163
|
- spec/models/method_not_allowed_error_rep_spec.rb
|
1039
1164
|
- spec/models/metric_collection_rep_spec.rb
|
1165
|
+
- spec/models/metric_input_spec.rb
|
1040
1166
|
- spec/models/metric_listing_rep_spec.rb
|
1041
1167
|
- spec/models/metric_post_spec.rb
|
1042
1168
|
- spec/models/metric_rep_spec.rb
|
1043
1169
|
- spec/models/metric_seen_spec.rb
|
1170
|
+
- spec/models/metric_v2_rep_spec.rb
|
1044
1171
|
- spec/models/modification_spec.rb
|
1045
1172
|
- spec/models/multi_environment_dependent_flag_spec.rb
|
1046
1173
|
- spec/models/multi_environment_dependent_flags_spec.rb
|
1047
1174
|
- spec/models/new_member_form_spec.rb
|
1048
1175
|
- spec/models/not_found_error_rep_spec.rb
|
1176
|
+
- spec/models/oauth_client_post_spec.rb
|
1177
|
+
- spec/models/parameter_default_spec.rb
|
1178
|
+
- spec/models/parameter_rep_spec.rb
|
1049
1179
|
- spec/models/parent_resource_rep_spec.rb
|
1050
1180
|
- spec/models/patch_failed_error_rep_spec.rb
|
1181
|
+
- spec/models/patch_flags_request_spec.rb
|
1051
1182
|
- spec/models/patch_operation_spec.rb
|
1052
1183
|
- spec/models/patch_segment_instruction_spec.rb
|
1053
1184
|
- spec/models/patch_segment_request_spec.rb
|
1185
|
+
- spec/models/patch_users_request_spec.rb
|
1054
1186
|
- spec/models/patch_with_comment_spec.rb
|
1055
1187
|
- spec/models/permission_grant_input_spec.rb
|
1056
1188
|
- spec/models/post_approval_request_apply_request_spec.rb
|
@@ -1059,6 +1191,7 @@ files:
|
|
1059
1191
|
- spec/models/prerequisite_spec.rb
|
1060
1192
|
- spec/models/project_listing_rep_spec.rb
|
1061
1193
|
- spec/models/project_post_spec.rb
|
1194
|
+
- spec/models/project_rep_spec.rb
|
1062
1195
|
- spec/models/project_spec.rb
|
1063
1196
|
- spec/models/project_summary_spec.rb
|
1064
1197
|
- spec/models/projects_spec.rb
|
@@ -1067,6 +1200,7 @@ files:
|
|
1067
1200
|
- spec/models/rate_limited_error_rep_spec.rb
|
1068
1201
|
- spec/models/recent_trigger_body_spec.rb
|
1069
1202
|
- spec/models/reference_rep_spec.rb
|
1203
|
+
- spec/models/relative_difference_rep_spec.rb
|
1070
1204
|
- spec/models/relay_auto_config_collection_rep_spec.rb
|
1071
1205
|
- spec/models/relay_auto_config_post_spec.rb
|
1072
1206
|
- spec/models/relay_auto_config_rep_spec.rb
|
@@ -1083,6 +1217,7 @@ files:
|
|
1083
1217
|
- spec/models/review_output_rep_spec.rb
|
1084
1218
|
- spec/models/review_response_spec.rb
|
1085
1219
|
- spec/models/rollout_spec.rb
|
1220
|
+
- spec/models/rule_clause_spec.rb
|
1086
1221
|
- spec/models/rule_spec.rb
|
1087
1222
|
- spec/models/schedule_condition_input_rep_spec.rb
|
1088
1223
|
- spec/models/schedule_condition_output_rep_spec.rb
|
@@ -1100,10 +1235,10 @@ files:
|
|
1100
1235
|
- spec/models/stage_output_rep_spec.rb
|
1101
1236
|
- spec/models/statement_post_data_spec.rb
|
1102
1237
|
- spec/models/statement_post_spec.rb
|
1103
|
-
- spec/models/statement_rep_spec.rb
|
1104
1238
|
- spec/models/statement_spec.rb
|
1105
1239
|
- spec/models/statistic_collection_rep_spec.rb
|
1106
1240
|
- spec/models/statistic_rep_spec.rb
|
1241
|
+
- spec/models/statistics_rep_spec.rb
|
1107
1242
|
- spec/models/statistics_root_spec.rb
|
1108
1243
|
- spec/models/status_conflict_error_rep_spec.rb
|
1109
1244
|
- spec/models/subject_data_rep_spec.rb
|
@@ -1115,9 +1250,11 @@ files:
|
|
1115
1250
|
- spec/models/team_custom_roles_spec.rb
|
1116
1251
|
- spec/models/team_imports_rep_spec.rb
|
1117
1252
|
- spec/models/team_maintainers_spec.rb
|
1253
|
+
- spec/models/team_members_spec.rb
|
1118
1254
|
- spec/models/team_patch_input_spec.rb
|
1119
1255
|
- spec/models/team_post_input_spec.rb
|
1120
1256
|
- spec/models/team_projects_spec.rb
|
1257
|
+
- spec/models/team_rep_expandable_properties_spec.rb
|
1121
1258
|
- spec/models/team_spec.rb
|
1122
1259
|
- spec/models/teams_spec.rb
|
1123
1260
|
- spec/models/timestamp_rep_spec.rb
|
@@ -1125,6 +1262,10 @@ files:
|
|
1125
1262
|
- spec/models/token_data_rep_spec.rb
|
1126
1263
|
- spec/models/token_spec.rb
|
1127
1264
|
- spec/models/tokens_spec.rb
|
1265
|
+
- spec/models/treatment_input_spec.rb
|
1266
|
+
- spec/models/treatment_parameter_input_spec.rb
|
1267
|
+
- spec/models/treatment_rep_spec.rb
|
1268
|
+
- spec/models/treatment_result_rep_spec.rb
|
1128
1269
|
- spec/models/trigger_post_spec.rb
|
1129
1270
|
- spec/models/trigger_workflow_collection_rep_spec.rb
|
1130
1271
|
- spec/models/trigger_workflow_rep_spec.rb
|
@@ -1139,6 +1280,7 @@ files:
|
|
1139
1280
|
- spec/models/user_segment_spec.rb
|
1140
1281
|
- spec/models/user_segments_spec.rb
|
1141
1282
|
- spec/models/user_spec.rb
|
1283
|
+
- spec/models/users_rep_spec.rb
|
1142
1284
|
- spec/models/users_spec.rb
|
1143
1285
|
- spec/models/value_put_spec.rb
|
1144
1286
|
- spec/models/variation_or_rollout_rep_spec.rb
|
@@ -1149,6 +1291,8 @@ files:
|
|
1149
1291
|
- spec/models/webhook_spec.rb
|
1150
1292
|
- spec/models/webhooks_spec.rb
|
1151
1293
|
- spec/models/weighted_variation_spec.rb
|
1294
|
+
- spec/models/workflow_template_metadata_spec.rb
|
1295
|
+
- spec/models/workflow_template_parameter_spec.rb
|
1152
1296
|
- spec/spec_helper.rb
|
1153
1297
|
homepage: https://openapi-generator.tech
|
1154
1298
|
licenses:
|
@@ -1185,20 +1329,22 @@ test_files:
|
|
1185
1329
|
- spec/api/tags_api_spec.rb
|
1186
1330
|
- spec/api/projects_api_spec.rb
|
1187
1331
|
- spec/api/account_members_api_spec.rb
|
1188
|
-
- spec/api/teams_beta_api_spec.rb
|
1189
1332
|
- spec/api/workflows_beta_api_spec.rb
|
1190
1333
|
- spec/api/feature_flags_beta_api_spec.rb
|
1191
1334
|
- spec/api/audit_log_api_spec.rb
|
1192
1335
|
- spec/api/code_references_api_spec.rb
|
1193
1336
|
- spec/api/webhooks_api_spec.rb
|
1194
1337
|
- spec/api/data_export_destinations_api_spec.rb
|
1338
|
+
- spec/api/teams_api_spec.rb
|
1195
1339
|
- spec/api/approvals_api_spec.rb
|
1196
1340
|
- spec/api/flag_triggers_api_spec.rb
|
1197
1341
|
- spec/api/environments_api_spec.rb
|
1198
1342
|
- spec/api/access_tokens_api_spec.rb
|
1199
1343
|
- spec/api/experiments_beta_api_spec.rb
|
1344
|
+
- spec/api/follow_flags_api_spec.rb
|
1200
1345
|
- spec/api/relay_proxy_configurations_api_spec.rb
|
1201
1346
|
- spec/api/segments_api_spec.rb
|
1347
|
+
- spec/api/o_auth2_clients_beta_api_spec.rb
|
1202
1348
|
- spec/api/account_usage_beta_api_spec.rb
|
1203
1349
|
- spec/api/segments_beta_api_spec.rb
|
1204
1350
|
- spec/api/users_api_spec.rb
|
@@ -1209,7 +1355,11 @@ test_files:
|
|
1209
1355
|
- spec/models/webhook_post_spec.rb
|
1210
1356
|
- spec/models/audit_log_entry_listing_rep_collection_spec.rb
|
1211
1357
|
- spec/models/access_spec.rb
|
1358
|
+
- spec/models/legacy_experiment_rep_spec.rb
|
1359
|
+
- spec/models/experiment_bayesian_results_rep_spec.rb
|
1360
|
+
- spec/models/experiment_patch_input_spec.rb
|
1212
1361
|
- spec/models/rollout_spec.rb
|
1362
|
+
- spec/models/workflow_template_metadata_spec.rb
|
1213
1363
|
- spec/models/integration_status_spec.rb
|
1214
1364
|
- spec/models/execution_output_rep_spec.rb
|
1215
1365
|
- spec/models/review_output_rep_spec.rb
|
@@ -1228,10 +1378,9 @@ test_files:
|
|
1228
1378
|
- spec/models/source_flag_spec.rb
|
1229
1379
|
- spec/models/trigger_post_spec.rb
|
1230
1380
|
- spec/models/flag_listing_rep_spec.rb
|
1381
|
+
- spec/models/users_rep_spec.rb
|
1231
1382
|
- spec/models/custom_role_post_spec.rb
|
1232
|
-
- spec/models/experiment_results_rep_spec.rb
|
1233
1383
|
- spec/models/resolved_image_spec.rb
|
1234
|
-
- spec/models/statement_rep_spec.rb
|
1235
1384
|
- spec/models/member_permission_grant_summary_rep_spec.rb
|
1236
1385
|
- spec/models/extinction_collection_rep_spec.rb
|
1237
1386
|
- spec/models/users_spec.rb
|
@@ -1240,6 +1389,7 @@ test_files:
|
|
1240
1389
|
- spec/models/member_teams_post_input_spec.rb
|
1241
1390
|
- spec/models/sdk_version_rep_spec.rb
|
1242
1391
|
- spec/models/timestamp_rep_spec.rb
|
1392
|
+
- spec/models/metric_input_spec.rb
|
1243
1393
|
- spec/models/create_copy_flag_config_approval_request_request_spec.rb
|
1244
1394
|
- spec/models/access_allowed_reason_spec.rb
|
1245
1395
|
- spec/models/access_token_post_spec.rb
|
@@ -1253,6 +1403,7 @@ test_files:
|
|
1253
1403
|
- spec/models/team_imports_rep_spec.rb
|
1254
1404
|
- spec/models/default_client_side_availability_post_spec.rb
|
1255
1405
|
- spec/models/flag_summary_spec.rb
|
1406
|
+
- spec/models/rule_clause_spec.rb
|
1256
1407
|
- spec/models/dependent_flags_by_environment_spec.rb
|
1257
1408
|
- spec/models/member_spec.rb
|
1258
1409
|
- spec/models/integration_delivery_configuration_collection_links_spec.rb
|
@@ -1260,6 +1411,7 @@ test_files:
|
|
1260
1411
|
- spec/models/patch_segment_instruction_spec.rb
|
1261
1412
|
- spec/models/reference_rep_spec.rb
|
1262
1413
|
- spec/models/resolved_ui_block_element_spec.rb
|
1414
|
+
- spec/models/credible_interval_rep_spec.rb
|
1263
1415
|
- spec/models/integration_subscription_status_rep_spec.rb
|
1264
1416
|
- spec/models/repository_rep_spec.rb
|
1265
1417
|
- spec/models/variation_summary_spec.rb
|
@@ -1269,6 +1421,7 @@ test_files:
|
|
1269
1421
|
- spec/models/resource_access_spec.rb
|
1270
1422
|
- spec/models/unauthorized_error_rep_spec.rb
|
1271
1423
|
- spec/models/statistic_collection_rep_spec.rb
|
1424
|
+
- spec/models/patch_users_request_spec.rb
|
1272
1425
|
- spec/models/custom_role_spec.rb
|
1273
1426
|
- spec/models/pub_nub_detail_rep_spec.rb
|
1274
1427
|
- spec/models/last_seen_metadata_spec.rb
|
@@ -1281,11 +1434,13 @@ test_files:
|
|
1281
1434
|
- spec/models/experiment_time_series_slice_spec.rb
|
1282
1435
|
- spec/models/parent_resource_rep_spec.rb
|
1283
1436
|
- spec/models/modification_spec.rb
|
1437
|
+
- spec/models/experiment_post_spec.rb
|
1284
1438
|
- spec/models/stage_input_rep_spec.rb
|
1285
1439
|
- spec/models/segment_body_spec.rb
|
1286
1440
|
- spec/models/rule_spec.rb
|
1287
1441
|
- spec/models/invalid_request_error_rep_spec.rb
|
1288
1442
|
- spec/models/user_segment_rule_spec.rb
|
1443
|
+
- spec/models/treatment_rep_spec.rb
|
1289
1444
|
- spec/models/trigger_workflow_rep_spec.rb
|
1290
1445
|
- spec/models/experiment_allocation_rep_spec.rb
|
1291
1446
|
- spec/models/subscription_post_spec.rb
|
@@ -1300,14 +1455,17 @@ test_files:
|
|
1300
1455
|
- spec/models/new_member_form_spec.rb
|
1301
1456
|
- spec/models/method_not_allowed_error_rep_spec.rb
|
1302
1457
|
- spec/models/feature_flag_config_spec.rb
|
1458
|
+
- spec/models/iteration_input_spec.rb
|
1303
1459
|
- spec/models/audit_log_entry_listing_rep_spec.rb
|
1304
1460
|
- spec/models/flag_status_rep_spec.rb
|
1461
|
+
- spec/models/flag_rep_spec.rb
|
1305
1462
|
- spec/models/defaults_spec.rb
|
1306
1463
|
- spec/models/approval_condition_output_rep_spec.rb
|
1307
1464
|
- spec/models/patch_failed_error_rep_spec.rb
|
1308
1465
|
- spec/models/flag_trigger_input_spec.rb
|
1309
1466
|
- spec/models/teams_spec.rb
|
1310
1467
|
- spec/models/client_side_availability_post_spec.rb
|
1468
|
+
- spec/models/metric_v2_rep_spec.rb
|
1311
1469
|
- spec/models/flag_config_approval_request_response_spec.rb
|
1312
1470
|
- spec/models/condition_input_rep_spec.rb
|
1313
1471
|
- spec/models/put_branch_spec.rb
|
@@ -1316,6 +1474,7 @@ test_files:
|
|
1316
1474
|
- spec/models/member_import_item_spec.rb
|
1317
1475
|
- spec/models/source_env_spec.rb
|
1318
1476
|
- spec/models/rate_limited_error_rep_spec.rb
|
1477
|
+
- spec/models/team_members_spec.rb
|
1319
1478
|
- spec/models/url_post_spec.rb
|
1320
1479
|
- spec/models/tokens_spec.rb
|
1321
1480
|
- spec/models/metric_seen_spec.rb
|
@@ -1337,7 +1496,9 @@ test_files:
|
|
1337
1496
|
- spec/models/segment_metadata_spec.rb
|
1338
1497
|
- spec/models/conflict_spec.rb
|
1339
1498
|
- spec/models/schedule_condition_output_rep_spec.rb
|
1499
|
+
- spec/models/parameter_default_spec.rb
|
1340
1500
|
- spec/models/condition_output_rep_spec.rb
|
1501
|
+
- spec/models/experiment_results_spec.rb
|
1341
1502
|
- spec/models/custom_roles_spec.rb
|
1342
1503
|
- spec/models/target_resource_rep_spec.rb
|
1343
1504
|
- spec/models/resource_id_response_spec.rb
|
@@ -1352,10 +1513,11 @@ test_files:
|
|
1352
1513
|
- spec/models/create_flag_config_approval_request_request_spec.rb
|
1353
1514
|
- spec/models/expiring_user_target_patch_response_spec.rb
|
1354
1515
|
- spec/models/member_team_summary_rep_spec.rb
|
1516
|
+
- spec/models/evaluation_reason_spec.rb
|
1355
1517
|
- spec/models/feature_flag_status_across_environments_spec.rb
|
1356
1518
|
- spec/models/experiment_time_series_variation_slice_spec.rb
|
1357
1519
|
- spec/models/access_denied_spec.rb
|
1358
|
-
- spec/models/
|
1520
|
+
- spec/models/project_rep_spec.rb
|
1359
1521
|
- spec/models/integration_delivery_configuration_response_spec.rb
|
1360
1522
|
- spec/models/link_spec.rb
|
1361
1523
|
- spec/models/variation_or_rollout_rep_spec.rb
|
@@ -1370,10 +1532,14 @@ test_files:
|
|
1370
1532
|
- spec/models/schedule_condition_input_rep_spec.rb
|
1371
1533
|
- spec/models/webhook_spec.rb
|
1372
1534
|
- spec/models/metric_listing_rep_spec.rb
|
1535
|
+
- spec/models/treatment_result_rep_spec.rb
|
1373
1536
|
- spec/models/flag_copy_config_post_spec.rb
|
1374
1537
|
- spec/models/relay_auto_config_post_spec.rb
|
1538
|
+
- spec/models/parameter_rep_spec.rb
|
1375
1539
|
- spec/models/flag_link_collection_rep_spec.rb
|
1376
1540
|
- spec/models/trigger_workflow_collection_rep_spec.rb
|
1541
|
+
- spec/models/client_spec.rb
|
1542
|
+
- spec/models/client_collection_spec.rb
|
1377
1543
|
- spec/models/user_attribute_names_rep_spec.rb
|
1378
1544
|
- spec/models/project_summary_spec.rb
|
1379
1545
|
- spec/models/confidence_interval_rep_spec.rb
|
@@ -1382,11 +1548,14 @@ test_files:
|
|
1382
1548
|
- spec/models/webhooks_spec.rb
|
1383
1549
|
- spec/models/environment_post_spec.rb
|
1384
1550
|
- spec/models/project_listing_rep_spec.rb
|
1551
|
+
- spec/models/treatment_parameter_input_spec.rb
|
1385
1552
|
- spec/models/user_record_spec.rb
|
1386
1553
|
- spec/models/action_input_rep_spec.rb
|
1387
1554
|
- spec/models/user_flag_settings_spec.rb
|
1555
|
+
- spec/models/workflow_template_parameter_spec.rb
|
1388
1556
|
- spec/models/dependent_flag_environment_spec.rb
|
1389
1557
|
- spec/models/feature_flag_statuses_spec.rb
|
1558
|
+
- spec/models/experiment_spec.rb
|
1390
1559
|
- spec/models/approval_condition_input_rep_spec.rb
|
1391
1560
|
- spec/models/repository_collection_rep_spec.rb
|
1392
1561
|
- spec/models/clause_spec.rb
|
@@ -1397,20 +1566,31 @@ test_files:
|
|
1397
1566
|
- spec/models/token_data_rep_spec.rb
|
1398
1567
|
- spec/models/expiring_user_target_get_response_spec.rb
|
1399
1568
|
- spec/models/feature_flag_status_spec.rb
|
1569
|
+
- spec/models/team_rep_expandable_properties_spec.rb
|
1400
1570
|
- spec/models/flag_global_attributes_rep_spec.rb
|
1401
1571
|
- spec/models/patch_operation_spec.rb
|
1402
1572
|
- spec/models/subject_data_rep_spec.rb
|
1573
|
+
- spec/models/experiment_collection_rep_spec.rb
|
1574
|
+
- spec/models/followers_per_flag_spec.rb
|
1575
|
+
- spec/models/instruction_user_request_spec.rb
|
1403
1576
|
- spec/models/segment_user_state_spec.rb
|
1404
1577
|
- spec/models/access_denied_reason_spec.rb
|
1578
|
+
- spec/models/experiment_expandable_properties_spec.rb
|
1405
1579
|
- spec/models/import_spec.rb
|
1580
|
+
- spec/models/iteration_rep_spec.rb
|
1581
|
+
- spec/models/flag_followers_by_proj_env_get_rep_spec.rb
|
1406
1582
|
- spec/models/integration_metadata_spec.rb
|
1583
|
+
- spec/models/statistics_rep_spec.rb
|
1407
1584
|
- spec/models/hunk_rep_spec.rb
|
1408
1585
|
- spec/models/big_segment_target_spec.rb
|
1409
1586
|
- spec/models/post_approval_request_review_request_spec.rb
|
1410
1587
|
- spec/models/sdk_list_rep_spec.rb
|
1411
1588
|
- spec/models/custom_workflows_listing_output_rep_spec.rb
|
1412
1589
|
- spec/models/access_allowed_rep_spec.rb
|
1590
|
+
- spec/models/follow_flag_member_spec.rb
|
1413
1591
|
- spec/models/variation_spec.rb
|
1592
|
+
- spec/models/environments_spec.rb
|
1593
|
+
- spec/models/flag_input_spec.rb
|
1414
1594
|
- spec/models/relay_auto_config_collection_rep_spec.rb
|
1415
1595
|
- spec/models/permission_grant_input_spec.rb
|
1416
1596
|
- spec/models/integrations_spec.rb
|
@@ -1422,7 +1602,9 @@ test_files:
|
|
1422
1602
|
- spec/models/series_list_rep_spec.rb
|
1423
1603
|
- spec/models/weighted_variation_spec.rb
|
1424
1604
|
- spec/models/team_custom_roles_spec.rb
|
1605
|
+
- spec/models/oauth_client_post_spec.rb
|
1425
1606
|
- spec/models/post_flag_scheduled_changes_input_spec.rb
|
1607
|
+
- spec/models/treatment_input_spec.rb
|
1426
1608
|
- spec/models/multi_environment_dependent_flag_spec.rb
|
1427
1609
|
- spec/models/statement_post_data_spec.rb
|
1428
1610
|
- spec/models/statement_spec.rb
|
@@ -1430,14 +1612,18 @@ test_files:
|
|
1430
1612
|
- spec/models/title_rep_spec.rb
|
1431
1613
|
- spec/models/segment_user_list_spec.rb
|
1432
1614
|
- spec/models/flag_link_post_spec.rb
|
1615
|
+
- spec/models/iteration_expandable_properties_spec.rb
|
1433
1616
|
- spec/models/member_summary_spec.rb
|
1434
1617
|
- spec/models/custom_workflow_output_rep_spec.rb
|
1435
1618
|
- spec/models/repository_post_spec.rb
|
1436
1619
|
- spec/models/environment_spec.rb
|
1620
|
+
- spec/models/patch_flags_request_spec.rb
|
1437
1621
|
- spec/models/branch_collection_rep_spec.rb
|
1438
1622
|
- spec/models/tag_collection_spec.rb
|
1623
|
+
- spec/models/flag_followers_get_rep_spec.rb
|
1439
1624
|
- spec/models/branch_rep_spec.rb
|
1440
1625
|
- spec/models/feature_flag_scheduled_changes_spec.rb
|
1626
|
+
- spec/models/relative_difference_rep_spec.rb
|
1441
1627
|
- spec/models/recent_trigger_body_spec.rb
|
1442
1628
|
- spec/models/approval_settings_spec.rb
|
1443
1629
|
- spec/models/resolved_ui_blocks_spec.rb
|