Skip to content

Commit 9d05c33

Browse files
author
LaunchDarklyReleaseBot
committed
Version 20.0.0 automatically generated from ld-openapi.
1 parent 928b1bc commit 9d05c33

26 files changed

+1178
-88
lines changed

.openapi-generator/FILES

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ docs/AccountMembersApi.md
4646
docs/AccountUsageBetaApi.md
4747
docs/ActionInput.md
4848
docs/ActionOutput.md
49+
docs/AgentGraph.md
50+
docs/AgentGraphEdge.md
51+
docs/AgentGraphEdgePost.md
52+
docs/AgentGraphPost.md
53+
docs/AgentGraphs.md
4954
docs/AiConfigsAccess.md
5055
docs/AiConfigsAccessAllowedReason.md
5156
docs/AiConfigsAccessAllowedRep.md
@@ -149,7 +154,6 @@ docs/Contexts.md
149154
docs/ContextsApi.md
150155
docs/CopiedFromEnv.md
151156
docs/CoreLink.md
152-
docs/CovarianceInfoRep.md
153157
docs/CreateAnnouncementBody.md
154158
docs/CreateApprovalRequestRequest.md
155159
docs/CreateCopyFlagConfigApprovalRequestRequest.md
@@ -457,6 +461,7 @@ docs/PostFlagScheduledChangesInput.md
457461
docs/PostInsightGroupParams.md
458462
docs/PostReleasePolicyRequest.md
459463
docs/Prerequisite.md
464+
docs/ProgressiveReleaseConfig.md
460465
docs/Project.md
461466
docs/ProjectPost.md
462467
docs/ProjectRep.md
@@ -500,6 +505,7 @@ docs/ReleasePoliciesBetaApi.md
500505
docs/ReleasePoliciesResponse.md
501506
docs/ReleasePolicy.md
502507
docs/ReleasePolicyScope.md
508+
docs/ReleasePolicyStage.md
503509
docs/ReleaseProgression.md
504510
docs/ReleaseProgressionCollection.md
505511
docs/ReleaserAudienceConfigInput.md

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This REST API is for custom integrations, data export, or automating your featur
66
This client library is only compatible with the latest version of our REST API. Previous versions of this client library are compatible with earlier versions of our REST API. When you create an access token, you can set the REST API version associated with the token. By default, API requests you send using the token will use the specified API version. To learn more, read [Versioning](https://apidocs.launchdarkly.com/#section/Overview/Versioning).
77
View our [sample code](#sample-code) for example usage.
88

9-
## launchdarkly-api-typescript@19.0.0
9+
## launchdarkly-api-typescript@20.0.0
1010

1111
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
1212

@@ -44,7 +44,7 @@ navigate to the folder of your consuming project and run one of the following co
4444
_published:_
4545

4646
```
47-
npm install launchdarkly-api-typescript@19.0.0 --save
47+
npm install launchdarkly-api-typescript@20.0.0 --save
4848
```
4949

5050
_unPublished (not recommended):_
@@ -74,6 +74,7 @@ Class | Method | HTTP request | Description
7474
*AIConfigsBetaApi* | [**getModelConfig**](docs/AIConfigsBetaApi.md#getmodelconfig) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey} | Get AI model config
7575
*AIConfigsBetaApi* | [**listAIToolVersions**](docs/AIConfigsBetaApi.md#listaitoolversions) | **GET** /api/v2/projects/{projectKey}/ai-tools/{toolKey}/versions | List AI tool versions
7676
*AIConfigsBetaApi* | [**listAITools**](docs/AIConfigsBetaApi.md#listaitools) | **GET** /api/v2/projects/{projectKey}/ai-tools | List AI tools
77+
*AIConfigsBetaApi* | [**listAgentGraphs**](docs/AIConfigsBetaApi.md#listagentgraphs) | **GET** /api/v2/projects/{projectKey}/agent-graphs | List agent graphs
7778
*AIConfigsBetaApi* | [**listModelConfigs**](docs/AIConfigsBetaApi.md#listmodelconfigs) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs | List AI model configs
7879
*AIConfigsBetaApi* | [**patchAIConfig**](docs/AIConfigsBetaApi.md#patchaiconfig) | **PATCH** /api/v2/projects/{projectKey}/ai-configs/{configKey} | Update AI Config
7980
*AIConfigsBetaApi* | [**patchAIConfigTargeting**](docs/AIConfigsBetaApi.md#patchaiconfigtargeting) | **PATCH** /api/v2/projects/{projectKey}/ai-configs/{configKey}/targeting | Update AI Config targeting
@@ -82,6 +83,7 @@ Class | Method | HTTP request | Description
8283
*AIConfigsBetaApi* | [**postAIConfig**](docs/AIConfigsBetaApi.md#postaiconfig) | **POST** /api/v2/projects/{projectKey}/ai-configs | Create new AI Config
8384
*AIConfigsBetaApi* | [**postAIConfigVariation**](docs/AIConfigsBetaApi.md#postaiconfigvariation) | **POST** /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations | Create AI Config variation
8485
*AIConfigsBetaApi* | [**postAITool**](docs/AIConfigsBetaApi.md#postaitool) | **POST** /api/v2/projects/{projectKey}/ai-tools | Create an AI tool
86+
*AIConfigsBetaApi* | [**postAgentGraph**](docs/AIConfigsBetaApi.md#postagentgraph) | **POST** /api/v2/projects/{projectKey}/agent-graphs | Create new agent graph
8587
*AIConfigsBetaApi* | [**postModelConfig**](docs/AIConfigsBetaApi.md#postmodelconfig) | **POST** /api/v2/projects/{projectKey}/ai-configs/model-configs | Create an AI model config
8688
*AIConfigsBetaApi* | [**postRestrictedModels**](docs/AIConfigsBetaApi.md#postrestrictedmodels) | **POST** /api/v2/projects/{projectKey}/ai-configs/model-configs/restricted | Add AI models to the restricted list
8789
*AccessTokensApi* | [**deleteToken**](docs/AccessTokensApi.md#deletetoken) | **DELETE** /api/v2/tokens/{id} | Delete access token
@@ -105,6 +107,8 @@ Class | Method | HTTP request | Description
105107
*AccountUsageBetaApi* | [**getEventsUsage**](docs/AccountUsageBetaApi.md#geteventsusage) | **GET** /api/v2/usage/events/{type} | Get events usage
106108
*AccountUsageBetaApi* | [**getExperimentationEventsUsage**](docs/AccountUsageBetaApi.md#getexperimentationeventsusage) | **GET** /api/v2/usage/experimentation-events | Get experimentation events usage
107109
*AccountUsageBetaApi* | [**getExperimentationKeysUsage**](docs/AccountUsageBetaApi.md#getexperimentationkeysusage) | **GET** /api/v2/usage/experimentation-keys | Get experimentation keys usage
110+
*AccountUsageBetaApi* | [**getMAUClientsideUsage**](docs/AccountUsageBetaApi.md#getmauclientsideusage) | **GET** /api/v2/usage/clientside-mau | Get MAU clientside usage
111+
*AccountUsageBetaApi* | [**getMAUTotalUsage**](docs/AccountUsageBetaApi.md#getmautotalusage) | **GET** /api/v2/usage/total-mau | Get MAU total usage
108112
*AccountUsageBetaApi* | [**getMauSdksByType**](docs/AccountUsageBetaApi.md#getmausdksbytype) | **GET** /api/v2/usage/mau/sdks | Get MAU SDKs by type
109113
*AccountUsageBetaApi* | [**getMauUsage**](docs/AccountUsageBetaApi.md#getmauusage) | **GET** /api/v2/usage/mau | Get MAU usage
110114
*AccountUsageBetaApi* | [**getMauUsageByCategory**](docs/AccountUsageBetaApi.md#getmauusagebycategory) | **GET** /api/v2/usage/mau/bycategory | Get MAU usage by category
@@ -437,6 +441,11 @@ Class | Method | HTTP request | Description
437441
- [AccessTokenPost](docs/AccessTokenPost.md)
438442
- [ActionInput](docs/ActionInput.md)
439443
- [ActionOutput](docs/ActionOutput.md)
444+
- [AgentGraph](docs/AgentGraph.md)
445+
- [AgentGraphEdge](docs/AgentGraphEdge.md)
446+
- [AgentGraphEdgePost](docs/AgentGraphEdgePost.md)
447+
- [AgentGraphPost](docs/AgentGraphPost.md)
448+
- [AgentGraphs](docs/AgentGraphs.md)
440449
- [AiConfigsAccess](docs/AiConfigsAccess.md)
441450
- [AiConfigsAccessAllowedReason](docs/AiConfigsAccessAllowedReason.md)
442451
- [AiConfigsAccessAllowedRep](docs/AiConfigsAccessAllowedRep.md)
@@ -532,7 +541,6 @@ Class | Method | HTTP request | Description
532541
- [Contexts](docs/Contexts.md)
533542
- [CopiedFromEnv](docs/CopiedFromEnv.md)
534543
- [CoreLink](docs/CoreLink.md)
535-
- [CovarianceInfoRep](docs/CovarianceInfoRep.md)
536544
- [CreateAnnouncementBody](docs/CreateAnnouncementBody.md)
537545
- [CreateApprovalRequestRequest](docs/CreateApprovalRequestRequest.md)
538546
- [CreateCopyFlagConfigApprovalRequestRequest](docs/CreateCopyFlagConfigApprovalRequestRequest.md)
@@ -814,6 +822,7 @@ Class | Method | HTTP request | Description
814822
- [PostInsightGroupParams](docs/PostInsightGroupParams.md)
815823
- [PostReleasePolicyRequest](docs/PostReleasePolicyRequest.md)
816824
- [Prerequisite](docs/Prerequisite.md)
825+
- [ProgressiveReleaseConfig](docs/ProgressiveReleaseConfig.md)
817826
- [Project](docs/Project.md)
818827
- [ProjectPost](docs/ProjectPost.md)
819828
- [ProjectRep](docs/ProjectRep.md)
@@ -853,6 +862,7 @@ Class | Method | HTTP request | Description
853862
- [ReleasePoliciesResponse](docs/ReleasePoliciesResponse.md)
854863
- [ReleasePolicy](docs/ReleasePolicy.md)
855864
- [ReleasePolicyScope](docs/ReleasePolicyScope.md)
865+
- [ReleasePolicyStage](docs/ReleasePolicyStage.md)
856866
- [ReleaseProgression](docs/ReleaseProgression.md)
857867
- [ReleaseProgressionCollection](docs/ReleaseProgressionCollection.md)
858868
- [ReleaserAudienceConfigInput](docs/ReleaserAudienceConfigInput.md)

0 commit comments

Comments
 (0)