Skip to content

Commit d40fbca

Browse files
author
LaunchDarklyReleaseBot
committed
Version 16.1.1 automatically generated from ld-openapi.
1 parent cbf906d commit d40fbca

File tree

451 files changed

+452
-452
lines changed

Some content is hidden

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

451 files changed

+452
-452
lines changed

README.md

Lines changed: 1 addition & 1 deletion

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",
3-
"version": "16.1.0",
3+
"version": "16.1.1",
44
"description": "Build custom integrations with the LaunchDarkly REST API",
55
"license": "Apache 2.0",
66
"main": "dist/index.js",

src/ApiClient.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import querystring from "querystring";
1717

1818
/**
1919
* @module ApiClient
20-
* @version 16.1.0
20+
* @version 16.1.1
2121
*/
2222

2323
/**
@@ -55,7 +55,7 @@ class ApiClient {
5555
* @default {}
5656
*/
5757
this.defaultHeaders = {
58-
'User-Agent': 'OpenAPI-Generator/16.1.0/Javascript'
58+
'User-Agent': 'OpenAPI-Generator/16.1.1/Javascript'
5959
};
6060

6161
/**

src/api/AccessTokensApi.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/api/AccountMembersApi.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/api/AccountMembersBetaApi.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/api/AccountUsageBetaApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import UnauthorizedErrorRep from '../model/UnauthorizedErrorRep';
2727
/**
2828
* AccountUsageBeta service.
2929
* @module api/AccountUsageBetaApi
30-
* @version 16.1.0
30+
* @version 16.1.1
3131
*/
3232
export default class AccountUsageBetaApi {
3333

src/api/ApplicationsBetaApi.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/api/ApprovalsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import UnauthorizedErrorRep from '../model/UnauthorizedErrorRep';
3434
/**
3535
* Approvals service.
3636
* @module api/ApprovalsApi
37-
* @version 16.1.0
37+
* @version 16.1.1
3838
*/
3939
export default class ApprovalsApi {
4040

src/api/AuditLogApi.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)