You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This REST API is for custom integrations, data export, or automating your featur
6
6
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).
7
7
View our [sample code](#sample-code) for example usage.
8
8
9
-
## launchdarkly-api-typescript@19.0.0
9
+
## launchdarkly-api-typescript@20.0.0
10
10
11
11
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:
12
12
@@ -44,7 +44,7 @@ navigate to the folder of your consuming project and run one of the following co
*AIConfigsBetaApi* | [**getModelConfig**](docs/AIConfigsBetaApi.md#getmodelconfig) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey} | Get AI model config
75
75
*AIConfigsBetaApi* | [**listAIToolVersions**](docs/AIConfigsBetaApi.md#listaitoolversions) | **GET** /api/v2/projects/{projectKey}/ai-tools/{toolKey}/versions | List AI tool versions
76
76
*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
77
78
*AIConfigsBetaApi* | [**listModelConfigs**](docs/AIConfigsBetaApi.md#listmodelconfigs) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs | List AI model configs
78
79
*AIConfigsBetaApi* | [**patchAIConfig**](docs/AIConfigsBetaApi.md#patchaiconfig) | **PATCH** /api/v2/projects/{projectKey}/ai-configs/{configKey} | Update AI Config
*AIConfigsBetaApi* | [**postModelConfig**](docs/AIConfigsBetaApi.md#postmodelconfig) | **POST** /api/v2/projects/{projectKey}/ai-configs/model-configs | Create an AI model config
86
88
*AIConfigsBetaApi* | [**postRestrictedModels**](docs/AIConfigsBetaApi.md#postrestrictedmodels) | **POST** /api/v2/projects/{projectKey}/ai-configs/model-configs/restricted | Add AI models to the restricted list
*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
108
112
*AccountUsageBetaApi* | [**getMauSdksByType**](docs/AccountUsageBetaApi.md#getmausdksbytype) | **GET** /api/v2/usage/mau/sdks | Get MAU SDKs by type
109
113
*AccountUsageBetaApi* | [**getMauUsage**](docs/AccountUsageBetaApi.md#getmauusage) | **GET** /api/v2/usage/mau | Get MAU usage
110
114
*AccountUsageBetaApi* | [**getMauUsageByCategory**](docs/AccountUsageBetaApi.md#getmauusagebycategory) | **GET** /api/v2/usage/mau/bycategory | Get MAU usage by category
0 commit comments