Skip to content

Commit 0e5943d

Browse files
author
LaunchDarklyReleaseBot
committed
Version 20.0.0 automatically generated from ld-openapi.
1 parent a00f1b4 commit 0e5943d

File tree

72 files changed

+3649
-528
lines changed

Some content is hidden

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

72 files changed

+3649
-528
lines changed

.openapi-generator/FILES

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ docs/AccountMembersApi.md
4444
docs/AccountUsageBetaApi.md
4545
docs/ActionInput.md
4646
docs/ActionOutput.md
47+
docs/AgentGraph.md
48+
docs/AgentGraphEdge.md
49+
docs/AgentGraphEdgePost.md
50+
docs/AgentGraphPost.md
51+
docs/AgentGraphs.md
4752
docs/AiConfigsAccess.md
4853
docs/AiConfigsAccessAllowedReason.md
4954
docs/AiConfigsAccessAllowedRep.md
@@ -147,7 +152,6 @@ docs/Contexts.md
147152
docs/ContextsApi.md
148153
docs/CopiedFromEnv.md
149154
docs/CoreLink.md
150-
docs/CovarianceInfoRep.md
151155
docs/CreateAnnouncementBody.md
152156
docs/CreateApprovalRequestRequest.md
153157
docs/CreateCopyFlagConfigApprovalRequestRequest.md
@@ -455,6 +459,7 @@ docs/PostFlagScheduledChangesInput.md
455459
docs/PostInsightGroupParams.md
456460
docs/PostReleasePolicyRequest.md
457461
docs/Prerequisite.md
462+
docs/ProgressiveReleaseConfig.md
458463
docs/Project.md
459464
docs/ProjectPost.md
460465
docs/ProjectRep.md
@@ -498,6 +503,7 @@ docs/ReleasePoliciesBetaApi.md
498503
docs/ReleasePoliciesResponse.md
499504
docs/ReleasePolicy.md
500505
docs/ReleasePolicyScope.md
506+
docs/ReleasePolicyStage.md
501507
docs/ReleaseProgression.md
502508
docs/ReleaseProgressionCollection.md
503509
docs/ReleaserAudienceConfigInput.md
@@ -713,6 +719,11 @@ launchdarkly_api/models/access_denied_reason.py
713719
launchdarkly_api/models/access_token_post.py
714720
launchdarkly_api/models/action_input.py
715721
launchdarkly_api/models/action_output.py
722+
launchdarkly_api/models/agent_graph.py
723+
launchdarkly_api/models/agent_graph_edge.py
724+
launchdarkly_api/models/agent_graph_edge_post.py
725+
launchdarkly_api/models/agent_graph_post.py
726+
launchdarkly_api/models/agent_graphs.py
716727
launchdarkly_api/models/ai_config.py
717728
launchdarkly_api/models/ai_config_maintainer.py
718729
launchdarkly_api/models/ai_config_patch.py
@@ -836,7 +847,6 @@ launchdarkly_api/models/context_search.py
836847
launchdarkly_api/models/contexts.py
837848
launchdarkly_api/models/copied_from_env.py
838849
launchdarkly_api/models/core_link.py
839-
launchdarkly_api/models/covariance_info_rep.py
840850
launchdarkly_api/models/create_announcement_body.py
841851
launchdarkly_api/models/create_approval_request_request.py
842852
launchdarkly_api/models/create_copy_flag_config_approval_request_request.py
@@ -1118,6 +1128,7 @@ launchdarkly_api/models/post_flag_scheduled_changes_input.py
11181128
launchdarkly_api/models/post_insight_group_params.py
11191129
launchdarkly_api/models/post_release_policy_request.py
11201130
launchdarkly_api/models/prerequisite.py
1131+
launchdarkly_api/models/progressive_release_config.py
11211132
launchdarkly_api/models/project.py
11221133
launchdarkly_api/models/project_post.py
11231134
launchdarkly_api/models/project_rep.py
@@ -1157,6 +1168,7 @@ launchdarkly_api/models/release_policies_access_rep.py
11571168
launchdarkly_api/models/release_policies_response.py
11581169
launchdarkly_api/models/release_policy.py
11591170
launchdarkly_api/models/release_policy_scope.py
1171+
launchdarkly_api/models/release_policy_stage.py
11601172
launchdarkly_api/models/release_progression.py
11611173
launchdarkly_api/models/release_progression_collection.py
11621174
launchdarkly_api/models/releaser_audience_config_input.py
@@ -1307,6 +1319,11 @@ test/test_account_members_api.py
13071319
test/test_account_usage_beta_api.py
13081320
test/test_action_input.py
13091321
test/test_action_output.py
1322+
test/test_agent_graph.py
1323+
test/test_agent_graph_edge.py
1324+
test/test_agent_graph_edge_post.py
1325+
test/test_agent_graph_post.py
1326+
test/test_agent_graphs.py
13101327
test/test_ai_config.py
13111328
test/test_ai_config_maintainer.py
13121329
test/test_ai_config_patch.py
@@ -1439,7 +1456,6 @@ test/test_contexts.py
14391456
test/test_contexts_api.py
14401457
test/test_copied_from_env.py
14411458
test/test_core_link.py
1442-
test/test_covariance_info_rep.py
14431459
test/test_create_announcement_body.py
14441460
test/test_create_approval_request_request.py
14451461
test/test_create_copy_flag_config_approval_request_request.py
@@ -1747,6 +1763,7 @@ test/test_post_flag_scheduled_changes_input.py
17471763
test/test_post_insight_group_params.py
17481764
test/test_post_release_policy_request.py
17491765
test/test_prerequisite.py
1766+
test/test_progressive_release_config.py
17501767
test/test_project.py
17511768
test/test_project_post.py
17521769
test/test_project_rep.py
@@ -1790,6 +1807,7 @@ test/test_release_policies_beta_api.py
17901807
test/test_release_policies_response.py
17911808
test/test_release_policy.py
17921809
test/test_release_policy_scope.py
1810+
test/test_release_policy_stage.py
17931811
test/test_release_progression.py
17941812
test/test_release_progression_collection.py
17951813
test/test_releaser_audience_config_input.py

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ To learn more about how EOL is determined, read LaunchDarkly's [End of Life (EOL
447447
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
448448

449449
- API version: 2.0
450-
- Package version: 19.0.0
450+
- Package version: 20.0.0
451451
- Generator version: 7.16.0
452452
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
453453
For more information, please visit [https://support.launchdarkly.com](https://support.launchdarkly.com)
@@ -552,13 +552,15 @@ Class | Method | HTTP request | Description
552552
*AIConfigsBetaApi* | [**get_ai_configs**](docs/AIConfigsBetaApi.md#get_ai_configs) | **GET** /api/v2/projects/{projectKey}/ai-configs | List AI Configs
553553
*AIConfigsBetaApi* | [**get_ai_tool**](docs/AIConfigsBetaApi.md#get_ai_tool) | **GET** /api/v2/projects/{projectKey}/ai-tools/{toolKey} | Get AI tool
554554
*AIConfigsBetaApi* | [**get_model_config**](docs/AIConfigsBetaApi.md#get_model_config) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey} | Get AI model config
555+
*AIConfigsBetaApi* | [**list_agent_graphs**](docs/AIConfigsBetaApi.md#list_agent_graphs) | **GET** /api/v2/projects/{projectKey}/agent-graphs | List agent graphs
555556
*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
556557
*AIConfigsBetaApi* | [**list_ai_tools**](docs/AIConfigsBetaApi.md#list_ai_tools) | **GET** /api/v2/projects/{projectKey}/ai-tools | List AI tools
557558
*AIConfigsBetaApi* | [**list_model_configs**](docs/AIConfigsBetaApi.md#list_model_configs) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs | List AI model configs
558559
*AIConfigsBetaApi* | [**patch_ai_config**](docs/AIConfigsBetaApi.md#patch_ai_config) | **PATCH** /api/v2/projects/{projectKey}/ai-configs/{configKey} | Update AI Config
559560
*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
560561
*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
561562
*AIConfigsBetaApi* | [**patch_ai_tool**](docs/AIConfigsBetaApi.md#patch_ai_tool) | **PATCH** /api/v2/projects/{projectKey}/ai-tools/{toolKey} | Update AI tool
563+
*AIConfigsBetaApi* | [**post_agent_graph**](docs/AIConfigsBetaApi.md#post_agent_graph) | **POST** /api/v2/projects/{projectKey}/agent-graphs | Create new agent graph
562564
*AIConfigsBetaApi* | [**post_ai_config**](docs/AIConfigsBetaApi.md#post_ai_config) | **POST** /api/v2/projects/{projectKey}/ai-configs | Create new AI Config
563565
*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
564566
*AIConfigsBetaApi* | [**post_ai_tool**](docs/AIConfigsBetaApi.md#post_ai_tool) | **POST** /api/v2/projects/{projectKey}/ai-tools | Create an AI tool
@@ -585,7 +587,9 @@ Class | Method | HTTP request | Description
585587
*AccountUsageBetaApi* | [**get_events_usage**](docs/AccountUsageBetaApi.md#get_events_usage) | **GET** /api/v2/usage/events/{type} | Get events usage
586588
*AccountUsageBetaApi* | [**get_experimentation_events_usage**](docs/AccountUsageBetaApi.md#get_experimentation_events_usage) | **GET** /api/v2/usage/experimentation-events | Get experimentation events usage
587589
*AccountUsageBetaApi* | [**get_experimentation_keys_usage**](docs/AccountUsageBetaApi.md#get_experimentation_keys_usage) | **GET** /api/v2/usage/experimentation-keys | Get experimentation keys usage
590+
*AccountUsageBetaApi* | [**get_mau_clientside_usage**](docs/AccountUsageBetaApi.md#get_mau_clientside_usage) | **GET** /api/v2/usage/clientside-mau | Get MAU clientside usage
588591
*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
592+
*AccountUsageBetaApi* | [**get_mau_total_usage**](docs/AccountUsageBetaApi.md#get_mau_total_usage) | **GET** /api/v2/usage/total-mau | Get MAU total usage
589593
*AccountUsageBetaApi* | [**get_mau_usage**](docs/AccountUsageBetaApi.md#get_mau_usage) | **GET** /api/v2/usage/mau | Get MAU usage
590594
*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
591595
*AccountUsageBetaApi* | [**get_observability_errors_usage**](docs/AccountUsageBetaApi.md#get_observability_errors_usage) | **GET** /api/v2/usage/observability/errors | Get observability errors usage
@@ -917,6 +921,11 @@ Class | Method | HTTP request | Description
917921
- [AccessTokenPost](docs/AccessTokenPost.md)
918922
- [ActionInput](docs/ActionInput.md)
919923
- [ActionOutput](docs/ActionOutput.md)
924+
- [AgentGraph](docs/AgentGraph.md)
925+
- [AgentGraphEdge](docs/AgentGraphEdge.md)
926+
- [AgentGraphEdgePost](docs/AgentGraphEdgePost.md)
927+
- [AgentGraphPost](docs/AgentGraphPost.md)
928+
- [AgentGraphs](docs/AgentGraphs.md)
920929
- [AiConfigsAccess](docs/AiConfigsAccess.md)
921930
- [AiConfigsAccessAllowedReason](docs/AiConfigsAccessAllowedReason.md)
922931
- [AiConfigsAccessAllowedRep](docs/AiConfigsAccessAllowedRep.md)
@@ -1012,7 +1021,6 @@ Class | Method | HTTP request | Description
10121021
- [Contexts](docs/Contexts.md)
10131022
- [CopiedFromEnv](docs/CopiedFromEnv.md)
10141023
- [CoreLink](docs/CoreLink.md)
1015-
- [CovarianceInfoRep](docs/CovarianceInfoRep.md)
10161024
- [CreateAnnouncementBody](docs/CreateAnnouncementBody.md)
10171025
- [CreateApprovalRequestRequest](docs/CreateApprovalRequestRequest.md)
10181026
- [CreateCopyFlagConfigApprovalRequestRequest](docs/CreateCopyFlagConfigApprovalRequestRequest.md)
@@ -1294,6 +1302,7 @@ Class | Method | HTTP request | Description
12941302
- [PostInsightGroupParams](docs/PostInsightGroupParams.md)
12951303
- [PostReleasePolicyRequest](docs/PostReleasePolicyRequest.md)
12961304
- [Prerequisite](docs/Prerequisite.md)
1305+
- [ProgressiveReleaseConfig](docs/ProgressiveReleaseConfig.md)
12971306
- [Project](docs/Project.md)
12981307
- [ProjectPost](docs/ProjectPost.md)
12991308
- [ProjectRep](docs/ProjectRep.md)
@@ -1333,6 +1342,7 @@ Class | Method | HTTP request | Description
13331342
- [ReleasePoliciesResponse](docs/ReleasePoliciesResponse.md)
13341343
- [ReleasePolicy](docs/ReleasePolicy.md)
13351344
- [ReleasePolicyScope](docs/ReleasePolicyScope.md)
1345+
- [ReleasePolicyStage](docs/ReleasePolicyStage.md)
13361346
- [ReleaseProgression](docs/ReleaseProgression.md)
13371347
- [ReleaseProgressionCollection](docs/ReleaseProgressionCollection.md)
13381348
- [ReleaserAudienceConfigInput](docs/ReleaserAudienceConfigInput.md)

docs/AIConfigPost.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
1212
**mode** | **str** | | [optional] [default to 'completion']
1313
**name** | **str** | |
1414
**tags** | **List[str]** | | [optional]
15+
**default_variation** | [**AIConfigVariationPost**](AIConfigVariationPost.md) | | [optional]
1516

1617
## Example
1718

0 commit comments

Comments
 (0)