Skip to content

Commit 9f83e31

Browse files
author
LaunchDarklyReleaseBot
committed
Version 6.0.1 automatically generated from ld-openapi.
1 parent c89716f commit 9f83e31

File tree

7 files changed

+678
-20
lines changed

7 files changed

+678
-20
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This repository contains a client library for LaunchDarkly's REST API. This clie
22
generated from our [OpenAPI specification](https://app.launchdarkly.com/api/v2/openapi.json) using a [code generation library](https://github.com/launchdarkly/ld-openapi). View our [sample code](#sample-code) for example usage.
33

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).
5-
## launchdarkly-api-typescript@6.0.0
5+
## launchdarkly-api-typescript@6.0.1
66

77
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:
88

@@ -40,7 +40,7 @@ navigate to the folder of your consuming project and run one of the following co
4040
_published:_
4141

4242
```
43-
npm install launchdarkly-api-typescript@6.0.0 --save
43+
npm install launchdarkly-api-typescript@6.0.1 --save
4444
```
4545

4646
_unPublished (not recommended):_

api.ts

Lines changed: 671 additions & 13 deletions
Large diffs are not rendered by default.

base.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

common.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

configuration.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

index.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-api-typescript",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "OpenAPI client for launchdarkly-api-typescript",
55
"author": "OpenAPI-Generator Contributors",
66
"keywords": [

0 commit comments

Comments
 (0)