Skip to content

Commit a782331

Browse files
author
LaunchDarklyReleaseBot
committed
Version 18.0.1 automatically generated from ld-openapi.
1 parent 57a3a83 commit a782331

File tree

641 files changed

+708
-643
lines changed

Some content is hidden

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

641 files changed

+708
-643
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ To learn more about how EOL is determined, read LaunchDarkly's [End of Life (EOL
448448
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
449449

450450
- API version: 2.0
451-
- Package version: 18.0.0
451+
- Package version: 18.0.1
452452
- Generator version: 7.16.0
453453
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
454454
For more information, please visit [https://support.launchdarkly.com](https://support.launchdarkly.com)

docs/MetricGroupRep.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Name | Type | Description | Notes
1919
**version** | **Number** | The version of this metric group |
2020
**experiments** | [**[DependentExperimentRep]**](DependentExperimentRep.md) | | [optional]
2121
**experimentCount** | **Number** | The number of experiments using this metric group | [optional]
22+
**activeExperimentCount** | **Number** | The number of active experiments using this metric group | [optional]
23+
**activeGuardedRolloutCount** | **Number** | The number of active guarded rollouts using this metric group | [optional]
24+
**totalConnectionsCount** | **Number** | The total number of connections using this metric group | [optional]
25+
**totalActiveConnectionsCount** | **Number** | The total number of active connections using this metric group | [optional]
2226

2327

2428

docs/MetricsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ let apiInstance = new LaunchDarklyApi.MetricsApi();
8888
let projectKey = "projectKey_example"; // String | The project key
8989
let metricKey = "metricKey_example"; // String | The metric key
9090
let opts = {
91-
'expand': "expand_example", // String | A comma-separated list of properties that can reveal additional information in the response. Supported fields are `experiments`, `experimentCount`, `metricGroups`, `metricGroupCount`, `eventSources`, `guardedRollouts`, `guardedRolloutCount`, and `lastUsedInEntity`.
91+
'expand': "expand_example", // String | A comma-separated list of properties that can reveal additional information in the response. Supported fields are `experiments`, `experimentCount`, `metricGroups`, `metricGroupCount`, `eventSources`, `guardedRollouts`, `guardedRolloutCount`, `lastUsedInExperiment`, and `lastUsedInGuardedRollout`.
9292
'versionId': "versionId_example" // String | The specific version ID of the metric
9393
};
9494
apiInstance.getMetric(projectKey, metricKey, opts, (error, data, response) => {
@@ -107,7 +107,7 @@ Name | Type | Description | Notes
107107
------------- | ------------- | ------------- | -------------
108108
**projectKey** | **String**| The project key |
109109
**metricKey** | **String**| The metric key |
110-
**expand** | **String**| A comma-separated list of properties that can reveal additional information in the response. Supported fields are `experiments`, `experimentCount`, `metricGroups`, `metricGroupCount`, `eventSources`, `guardedRollouts`, `guardedRolloutCount`, and `lastUsedInEntity`. | [optional]
110+
**expand** | **String**| A comma-separated list of properties that can reveal additional information in the response. Supported fields are `experiments`, `experimentCount`, `metricGroups`, `metricGroupCount`, `eventSources`, `guardedRollouts`, `guardedRolloutCount`, `lastUsedInExperiment`, and `lastUsedInGuardedRollout`. | [optional]
111111
**versionId** | **String**| The specific version ID of the metric | [optional]
112112

113113
### Return type

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-api",
3-
"version": "18.0.0",
3+
"version": "18.0.1",
44
"description": "Build custom integrations with the LaunchDarkly REST API",
55
"license": "Apache 2.0",
66
"main": "dist/index.js",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@babel/cli": "^7.0.0",
17-
"superagent": "^5.3.0"
17+
"superagent": "^10.0.0"
1818
},
1919
"devDependencies": {
2020
"@babel/core": "^7.0.0",
@@ -44,3 +44,4 @@
4444
"dist"
4545
]
4646
}
47+

src/ApiClient.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import superagent from "superagent";
1616

1717
/**
1818
* @module ApiClient
19-
* @version 18.0.0
19+
* @version 18.0.1
2020
*/
2121

2222
/**
@@ -54,7 +54,7 @@ class ApiClient {
5454
* @default {}
5555
*/
5656
this.defaultHeaders = {
57-
'User-Agent': 'OpenAPI-Generator/18.0.0/Javascript'
57+
'User-Agent': 'OpenAPI-Generator/18.0.1/Javascript'
5858
};
5959

6060
/**

src/api/AIConfigsBetaApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import RestrictedModelsResponse from '../model/RestrictedModelsResponse';
3838
/**
3939
* AIConfigsBeta service.
4040
* @module api/AIConfigsBetaApi
41-
* @version 18.0.0
41+
* @version 18.0.1
4242
*/
4343
export default class AIConfigsBetaApi {
4444

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 18.0.0
30+
* @version 18.0.1
3131
*/
3232
export default class AccountUsageBetaApi {
3333

0 commit comments

Comments
 (0)