Skip to content

Commit 31bf085

Browse files
author
LaunchDarklyReleaseBot
committed
Version 16.0.0 automatically generated from ld-openapi.
1 parent ecc49cc commit 31bf085

File tree

7 files changed

+176
-132
lines changed

7 files changed

+176
-132
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ generated from our [OpenAPI specification](https://app.launchdarkly.com/api/v2/o
44
This REST API is for custom integrations, data export, or automating your feature flag workflows. *DO NOT* use this client library to include feature flags in your web or mobile application. To integrate feature flags with your application, read the [SDK documentation](https://docs.launchdarkly.com/sdk).
55

66
This client library is only compatible with the latest version of our REST API, version `20220603`. Previous versions of this client library, prior to version 10.0.0, are only 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-
## launchdarkly-api-typescript@15.1.0
7+
## launchdarkly-api-typescript@16.0.0
88

99
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:
1010

@@ -42,7 +42,7 @@ navigate to the folder of your consuming project and run one of the following co
4242
_published:_
4343

4444
```
45-
npm install launchdarkly-api-typescript@15.1.0 --save
45+
npm install launchdarkly-api-typescript@16.0.0 --save
4646
```
4747

4848
_unPublished (not recommended):_

api.ts

+169-125
Large diffs are not rendered by default.

base.ts

+1-1
Large diffs are not rendered by default.

common.ts

+1-1
Large diffs are not rendered by default.

configuration.ts

+1-1
Large diffs are not rendered by default.

index.ts

+1-1
Large diffs are not rendered by default.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-api-typescript",
3-
"version": "15.1.0",
3+
"version": "16.0.0",
44
"description": "OpenAPI client for launchdarkly-api-typescript",
55
"author": "OpenAPI-Generator Contributors",
66
"repository": {

0 commit comments

Comments
 (0)