Skip to content

Commit 0fa34ea

Browse files
author
LaunchDarklyReleaseBot
committed
Version 20.0.0 automatically generated from ld-openapi.
1 parent 02e364d commit 0fa34ea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+3203
-198
lines changed

.openapi-generator/FILES

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ docs/AccountMembersApi.md
4747
docs/AccountUsageBetaApi.md
4848
docs/ActionInput.md
4949
docs/ActionOutput.md
50+
docs/AgentGraph.md
51+
docs/AgentGraphEdge.md
52+
docs/AgentGraphEdgePost.md
53+
docs/AgentGraphPost.md
54+
docs/AgentGraphs.md
5055
docs/AiConfigsAccess.md
5156
docs/AiConfigsAccessAllowedReason.md
5257
docs/AiConfigsAccessAllowedRep.md
@@ -150,7 +155,6 @@ docs/Contexts.md
150155
docs/ContextsApi.md
151156
docs/CopiedFromEnv.md
152157
docs/CoreLink.md
153-
docs/CovarianceInfoRep.md
154158
docs/CreateAnnouncementBody.md
155159
docs/CreateApprovalRequestRequest.md
156160
docs/CreateCopyFlagConfigApprovalRequestRequest.md
@@ -458,6 +462,7 @@ docs/PostFlagScheduledChangesInput.md
458462
docs/PostInsightGroupParams.md
459463
docs/PostReleasePolicyRequest.md
460464
docs/Prerequisite.md
465+
docs/ProgressiveReleaseConfig.md
461466
docs/Project.md
462467
docs/ProjectPost.md
463468
docs/ProjectRep.md
@@ -501,6 +506,7 @@ docs/ReleasePoliciesBetaApi.md
501506
docs/ReleasePoliciesResponse.md
502507
docs/ReleasePolicy.md
503508
docs/ReleasePolicyScope.md
509+
docs/ReleasePolicyStage.md
504510
docs/ReleaseProgression.md
505511
docs/ReleaseProgressionCollection.md
506512
docs/ReleaserAudienceConfigInput.md
@@ -714,6 +720,11 @@ lib/launchdarkly_api/models/access_denied_reason.rb
714720
lib/launchdarkly_api/models/access_token_post.rb
715721
lib/launchdarkly_api/models/action_input.rb
716722
lib/launchdarkly_api/models/action_output.rb
723+
lib/launchdarkly_api/models/agent_graph.rb
724+
lib/launchdarkly_api/models/agent_graph_edge.rb
725+
lib/launchdarkly_api/models/agent_graph_edge_post.rb
726+
lib/launchdarkly_api/models/agent_graph_post.rb
727+
lib/launchdarkly_api/models/agent_graphs.rb
717728
lib/launchdarkly_api/models/ai_config.rb
718729
lib/launchdarkly_api/models/ai_config_maintainer.rb
719730
lib/launchdarkly_api/models/ai_config_patch.rb
@@ -837,7 +848,6 @@ lib/launchdarkly_api/models/context_search.rb
837848
lib/launchdarkly_api/models/contexts.rb
838849
lib/launchdarkly_api/models/copied_from_env.rb
839850
lib/launchdarkly_api/models/core_link.rb
840-
lib/launchdarkly_api/models/covariance_info_rep.rb
841851
lib/launchdarkly_api/models/create_announcement_body.rb
842852
lib/launchdarkly_api/models/create_approval_request_request.rb
843853
lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb
@@ -1119,6 +1129,7 @@ lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb
11191129
lib/launchdarkly_api/models/post_insight_group_params.rb
11201130
lib/launchdarkly_api/models/post_release_policy_request.rb
11211131
lib/launchdarkly_api/models/prerequisite.rb
1132+
lib/launchdarkly_api/models/progressive_release_config.rb
11221133
lib/launchdarkly_api/models/project.rb
11231134
lib/launchdarkly_api/models/project_post.rb
11241135
lib/launchdarkly_api/models/project_rep.rb
@@ -1158,6 +1169,7 @@ lib/launchdarkly_api/models/release_policies_access_rep.rb
11581169
lib/launchdarkly_api/models/release_policies_response.rb
11591170
lib/launchdarkly_api/models/release_policy.rb
11601171
lib/launchdarkly_api/models/release_policy_scope.rb
1172+
lib/launchdarkly_api/models/release_policy_stage.rb
11611173
lib/launchdarkly_api/models/release_progression.rb
11621174
lib/launchdarkly_api/models/release_progression_collection.rb
11631175
lib/launchdarkly_api/models/releaser_audience_config_input.rb
@@ -1353,6 +1365,11 @@ spec/models/access_spec.rb
13531365
spec/models/access_token_post_spec.rb
13541366
spec/models/action_input_spec.rb
13551367
spec/models/action_output_spec.rb
1368+
spec/models/agent_graph_edge_post_spec.rb
1369+
spec/models/agent_graph_edge_spec.rb
1370+
spec/models/agent_graph_post_spec.rb
1371+
spec/models/agent_graph_spec.rb
1372+
spec/models/agent_graphs_spec.rb
13561373
spec/models/ai_config_maintainer_spec.rb
13571374
spec/models/ai_config_patch_spec.rb
13581375
spec/models/ai_config_post_spec.rb
@@ -1476,7 +1493,6 @@ spec/models/context_search_spec.rb
14761493
spec/models/contexts_spec.rb
14771494
spec/models/copied_from_env_spec.rb
14781495
spec/models/core_link_spec.rb
1479-
spec/models/covariance_info_rep_spec.rb
14801496
spec/models/create_announcement_body_spec.rb
14811497
spec/models/create_approval_request_request_spec.rb
14821498
spec/models/create_copy_flag_config_approval_request_request_spec.rb
@@ -1758,6 +1774,7 @@ spec/models/post_flag_scheduled_changes_input_spec.rb
17581774
spec/models/post_insight_group_params_spec.rb
17591775
spec/models/post_release_policy_request_spec.rb
17601776
spec/models/prerequisite_spec.rb
1777+
spec/models/progressive_release_config_spec.rb
17611778
spec/models/project_post_spec.rb
17621779
spec/models/project_rep_spec.rb
17631780
spec/models/project_spec.rb
@@ -1796,6 +1813,7 @@ spec/models/release_policies_access_spec.rb
17961813
spec/models/release_policies_response_spec.rb
17971814
spec/models/release_policy_scope_spec.rb
17981815
spec/models/release_policy_spec.rb
1816+
spec/models/release_policy_stage_spec.rb
17991817
spec/models/release_progression_collection_spec.rb
18001818
spec/models/release_progression_spec.rb
18011819
spec/models/release_spec.rb

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ script:
88
- bundle install --path vendor/bundle
99
- bundle exec rspec
1010
- gem build launchdarkly_api.gemspec
11-
- gem install ./launchdarkly_api-19.0.0.gem
11+
- gem install ./launchdarkly_api-20.0.0.gem

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ To learn more about how EOL is determined, read LaunchDarkly's [End of Life (EOL
450450
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
451451

452452
- API version: 2.0
453-
- Package version: 19.0.0
453+
- Package version: 20.0.0
454454
- Generator version: 7.16.0
455455
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
456456
For more information, please visit [https://support.launchdarkly.com](https://support.launchdarkly.com)
@@ -468,16 +468,16 @@ gem build launchdarkly_api.gemspec
468468
Then either install the gem locally:
469469

470470
```shell
471-
gem install ./launchdarkly_api-19.0.0.gem
471+
gem install ./launchdarkly_api-20.0.0.gem
472472
```
473473

474-
(for development, run `gem install --dev ./launchdarkly_api-19.0.0.gem` to install the development dependencies)
474+
(for development, run `gem install --dev ./launchdarkly_api-20.0.0.gem` to install the development dependencies)
475475

476476
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
477477

478478
Finally add this to the Gemfile:
479479

480-
gem 'launchdarkly_api', '~> 19.0.0'
480+
gem 'launchdarkly_api', '~> 20.0.0'
481481

482482
### Install from Git
483483

@@ -542,13 +542,15 @@ Class | Method | HTTP request | Description
542542
*LaunchDarklyApi::AIConfigsBetaApi* | [**get_ai_configs**](docs/AIConfigsBetaApi.md#get_ai_configs) | **GET** /api/v2/projects/{projectKey}/ai-configs | List AI Configs
543543
*LaunchDarklyApi::AIConfigsBetaApi* | [**get_ai_tool**](docs/AIConfigsBetaApi.md#get_ai_tool) | **GET** /api/v2/projects/{projectKey}/ai-tools/{toolKey} | Get AI tool
544544
*LaunchDarklyApi::AIConfigsBetaApi* | [**get_model_config**](docs/AIConfigsBetaApi.md#get_model_config) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey} | Get AI model config
545+
*LaunchDarklyApi::AIConfigsBetaApi* | [**list_agent_graphs**](docs/AIConfigsBetaApi.md#list_agent_graphs) | **GET** /api/v2/projects/{projectKey}/agent-graphs | List agent graphs
545546
*LaunchDarklyApi::AIConfigsBetaApi* | [**list_ai_tool_versions**](docs/AIConfigsBetaApi.md#list_ai_tool_versions) | **GET** /api/v2/projects/{projectKey}/ai-tools/{toolKey}/versions | List AI tool versions
546547
*LaunchDarklyApi::AIConfigsBetaApi* | [**list_ai_tools**](docs/AIConfigsBetaApi.md#list_ai_tools) | **GET** /api/v2/projects/{projectKey}/ai-tools | List AI tools
547548
*LaunchDarklyApi::AIConfigsBetaApi* | [**list_model_configs**](docs/AIConfigsBetaApi.md#list_model_configs) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs | List AI model configs
548549
*LaunchDarklyApi::AIConfigsBetaApi* | [**patch_ai_config**](docs/AIConfigsBetaApi.md#patch_ai_config) | **PATCH** /api/v2/projects/{projectKey}/ai-configs/{configKey} | Update AI Config
549550
*LaunchDarklyApi::AIConfigsBetaApi* | [**patch_ai_config_targeting**](docs/AIConfigsBetaApi.md#patch_ai_config_targeting) | **PATCH** /api/v2/projects/{projectKey}/ai-configs/{configKey}/targeting | Update AI Config targeting
550551
*LaunchDarklyApi::AIConfigsBetaApi* | [**patch_ai_config_variation**](docs/AIConfigsBetaApi.md#patch_ai_config_variation) | **PATCH** /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey} | Update AI Config variation
551552
*LaunchDarklyApi::AIConfigsBetaApi* | [**patch_ai_tool**](docs/AIConfigsBetaApi.md#patch_ai_tool) | **PATCH** /api/v2/projects/{projectKey}/ai-tools/{toolKey} | Update AI tool
553+
*LaunchDarklyApi::AIConfigsBetaApi* | [**post_agent_graph**](docs/AIConfigsBetaApi.md#post_agent_graph) | **POST** /api/v2/projects/{projectKey}/agent-graphs | Create new agent graph
552554
*LaunchDarklyApi::AIConfigsBetaApi* | [**post_ai_config**](docs/AIConfigsBetaApi.md#post_ai_config) | **POST** /api/v2/projects/{projectKey}/ai-configs | Create new AI Config
553555
*LaunchDarklyApi::AIConfigsBetaApi* | [**post_ai_config_variation**](docs/AIConfigsBetaApi.md#post_ai_config_variation) | **POST** /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations | Create AI Config variation
554556
*LaunchDarklyApi::AIConfigsBetaApi* | [**post_ai_tool**](docs/AIConfigsBetaApi.md#post_ai_tool) | **POST** /api/v2/projects/{projectKey}/ai-tools | Create an AI tool
@@ -575,7 +577,9 @@ Class | Method | HTTP request | Description
575577
*LaunchDarklyApi::AccountUsageBetaApi* | [**get_events_usage**](docs/AccountUsageBetaApi.md#get_events_usage) | **GET** /api/v2/usage/events/{type} | Get events usage
576578
*LaunchDarklyApi::AccountUsageBetaApi* | [**get_experimentation_events_usage**](docs/AccountUsageBetaApi.md#get_experimentation_events_usage) | **GET** /api/v2/usage/experimentation-events | Get experimentation events usage
577579
*LaunchDarklyApi::AccountUsageBetaApi* | [**get_experimentation_keys_usage**](docs/AccountUsageBetaApi.md#get_experimentation_keys_usage) | **GET** /api/v2/usage/experimentation-keys | Get experimentation keys usage
580+
*LaunchDarklyApi::AccountUsageBetaApi* | [**get_mau_clientside_usage**](docs/AccountUsageBetaApi.md#get_mau_clientside_usage) | **GET** /api/v2/usage/clientside-mau | Get MAU clientside usage
578581
*LaunchDarklyApi::AccountUsageBetaApi* | [**get_mau_sdks_by_type**](docs/AccountUsageBetaApi.md#get_mau_sdks_by_type) | **GET** /api/v2/usage/mau/sdks | Get MAU SDKs by type
582+
*LaunchDarklyApi::AccountUsageBetaApi* | [**get_mau_total_usage**](docs/AccountUsageBetaApi.md#get_mau_total_usage) | **GET** /api/v2/usage/total-mau | Get MAU total usage
579583
*LaunchDarklyApi::AccountUsageBetaApi* | [**get_mau_usage**](docs/AccountUsageBetaApi.md#get_mau_usage) | **GET** /api/v2/usage/mau | Get MAU usage
580584
*LaunchDarklyApi::AccountUsageBetaApi* | [**get_mau_usage_by_category**](docs/AccountUsageBetaApi.md#get_mau_usage_by_category) | **GET** /api/v2/usage/mau/bycategory | Get MAU usage by category
581585
*LaunchDarklyApi::AccountUsageBetaApi* | [**get_observability_errors_usage**](docs/AccountUsageBetaApi.md#get_observability_errors_usage) | **GET** /api/v2/usage/observability/errors | Get observability errors usage
@@ -907,6 +911,11 @@ Class | Method | HTTP request | Description
907911
- [LaunchDarklyApi::AccessTokenPost](docs/AccessTokenPost.md)
908912
- [LaunchDarklyApi::ActionInput](docs/ActionInput.md)
909913
- [LaunchDarklyApi::ActionOutput](docs/ActionOutput.md)
914+
- [LaunchDarklyApi::AgentGraph](docs/AgentGraph.md)
915+
- [LaunchDarklyApi::AgentGraphEdge](docs/AgentGraphEdge.md)
916+
- [LaunchDarklyApi::AgentGraphEdgePost](docs/AgentGraphEdgePost.md)
917+
- [LaunchDarklyApi::AgentGraphPost](docs/AgentGraphPost.md)
918+
- [LaunchDarklyApi::AgentGraphs](docs/AgentGraphs.md)
910919
- [LaunchDarklyApi::AiConfigsAccess](docs/AiConfigsAccess.md)
911920
- [LaunchDarklyApi::AiConfigsAccessAllowedReason](docs/AiConfigsAccessAllowedReason.md)
912921
- [LaunchDarklyApi::AiConfigsAccessAllowedRep](docs/AiConfigsAccessAllowedRep.md)
@@ -1002,7 +1011,6 @@ Class | Method | HTTP request | Description
10021011
- [LaunchDarklyApi::Contexts](docs/Contexts.md)
10031012
- [LaunchDarklyApi::CopiedFromEnv](docs/CopiedFromEnv.md)
10041013
- [LaunchDarklyApi::CoreLink](docs/CoreLink.md)
1005-
- [LaunchDarklyApi::CovarianceInfoRep](docs/CovarianceInfoRep.md)
10061014
- [LaunchDarklyApi::CreateAnnouncementBody](docs/CreateAnnouncementBody.md)
10071015
- [LaunchDarklyApi::CreateApprovalRequestRequest](docs/CreateApprovalRequestRequest.md)
10081016
- [LaunchDarklyApi::CreateCopyFlagConfigApprovalRequestRequest](docs/CreateCopyFlagConfigApprovalRequestRequest.md)
@@ -1284,6 +1292,7 @@ Class | Method | HTTP request | Description
12841292
- [LaunchDarklyApi::PostInsightGroupParams](docs/PostInsightGroupParams.md)
12851293
- [LaunchDarklyApi::PostReleasePolicyRequest](docs/PostReleasePolicyRequest.md)
12861294
- [LaunchDarklyApi::Prerequisite](docs/Prerequisite.md)
1295+
- [LaunchDarklyApi::ProgressiveReleaseConfig](docs/ProgressiveReleaseConfig.md)
12871296
- [LaunchDarklyApi::Project](docs/Project.md)
12881297
- [LaunchDarklyApi::ProjectPost](docs/ProjectPost.md)
12891298
- [LaunchDarklyApi::ProjectRep](docs/ProjectRep.md)
@@ -1323,6 +1332,7 @@ Class | Method | HTTP request | Description
13231332
- [LaunchDarklyApi::ReleasePoliciesResponse](docs/ReleasePoliciesResponse.md)
13241333
- [LaunchDarklyApi::ReleasePolicy](docs/ReleasePolicy.md)
13251334
- [LaunchDarklyApi::ReleasePolicyScope](docs/ReleasePolicyScope.md)
1335+
- [LaunchDarklyApi::ReleasePolicyStage](docs/ReleasePolicyStage.md)
13261336
- [LaunchDarklyApi::ReleaseProgression](docs/ReleaseProgression.md)
13271337
- [LaunchDarklyApi::ReleaseProgressionCollection](docs/ReleaseProgressionCollection.md)
13281338
- [LaunchDarklyApi::ReleaserAudienceConfigInput](docs/ReleaserAudienceConfigInput.md)

docs/AIConfigPost.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
| **mode** | **String** | | [optional][default to 'completion'] |
1212
| **name** | **String** | | |
1313
| **tags** | **Array<String>** | | [optional] |
14+
| **default_variation** | [**AIConfigVariationPost**](AIConfigVariationPost.md) | | [optional] |
1415

1516
## Example
1617

@@ -24,7 +25,8 @@ instance = LaunchDarklyApi::AIConfigPost.new(
2425
maintainer_team_key: null,
2526
mode: null,
2627
name: null,
27-
tags: null
28+
tags: null,
29+
default_variation: null
2830
)
2931
```
3032

0 commit comments

Comments
 (0)