Skip to content

Commit 91458a3

Browse files
author
LaunchDarklyCI
committed
Version 3.10.0 automatically generated from ld-openapi@1e8c608.
1 parent f7aee53 commit 91458a3

File tree

282 files changed

+675
-641
lines changed

Some content is hidden

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

282 files changed

+675
-641
lines changed

README.md

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

docs/FeatureFlagConfig.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ Name | Type | Description | Notes
1616
**prerequisites** | [**[Prerequisite]**](Prerequisite.md) | | [optional]
1717
**trackEvents** | **Boolean** | Set to true to send detailed event information for this flag. | [optional]
1818
**trackEventsFallthrough** | **Boolean** | Set to true to send detailed event information when targeting is enabled but no individual targeting rule is matched. | [optional]
19+
**site** | [**Site**](Site.md) | | [optional]
20+
**environmentName** | **String** | | [optional]
1921

2022

openapi.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ info:
1010
license:
1111
name: Apache 2.0
1212
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
13-
version: 3.9.2
13+
version: 3.10.0
1414
host: app.launchdarkly.com
1515
basePath: /api/v2
1616
schemes:
@@ -1968,6 +1968,10 @@ definitions:
19681968
description: >-
19691969
Set to true to send detailed event information when targeting is
19701970
enabled but no individual targeting rule is matched.
1971+
_site:
1972+
$ref: '#/definitions/Site'
1973+
_environmentName:
1974+
type: string
19711975
Target:
19721976
type: object
19731977
properties:

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": "3.9.2",
3+
"version": "3.10.0",
44
"description": "Build_custom_integrations_with_the_LaunchDarkly_REST_API",
55
"license": "Apache 2.0",
66
"main": "src/index.js",

src/ApiClient.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* LaunchDarkly REST API
33
* Build custom integrations with the LaunchDarkly REST API
44
*
5-
* OpenAPI spec version: 3.9.2
5+
* OpenAPI spec version: 3.10.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by the swagger code generator program.
@@ -33,7 +33,7 @@
3333

3434
/**
3535
* @module ApiClient
36-
* @version 3.9.2
36+
* @version 3.10.0
3737
*/
3838

3939
/**

src/api/AccessTokensApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* LaunchDarkly REST API
33
* Build custom integrations with the LaunchDarkly REST API
44
*
5-
* OpenAPI spec version: 3.9.2
5+
* OpenAPI spec version: 3.10.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by the swagger code generator program.
@@ -34,7 +34,7 @@
3434
/**
3535
* AccessTokens service.
3636
* @module api/AccessTokensApi
37-
* @version 3.9.2
37+
* @version 3.10.0
3838
*/
3939

4040
/**

src/api/AuditLogApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* LaunchDarkly REST API
33
* Build custom integrations with the LaunchDarkly REST API
44
*
5-
* OpenAPI spec version: 3.9.2
5+
* OpenAPI spec version: 3.10.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by the swagger code generator program.
@@ -34,7 +34,7 @@
3434
/**
3535
* AuditLog service.
3636
* @module api/AuditLogApi
37-
* @version 3.9.2
37+
* @version 3.10.0
3838
*/
3939

4040
/**

src/api/CustomRolesApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* LaunchDarkly REST API
33
* Build custom integrations with the LaunchDarkly REST API
44
*
5-
* OpenAPI spec version: 3.9.2
5+
* OpenAPI spec version: 3.10.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by the swagger code generator program.
@@ -34,7 +34,7 @@
3434
/**
3535
* CustomRoles service.
3636
* @module api/CustomRolesApi
37-
* @version 3.9.2
37+
* @version 3.10.0
3838
*/
3939

4040
/**

src/api/CustomerMetricsApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* LaunchDarkly REST API
33
* Build custom integrations with the LaunchDarkly REST API
44
*
5-
* OpenAPI spec version: 3.9.2
5+
* OpenAPI spec version: 3.10.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by the swagger code generator program.
@@ -34,7 +34,7 @@
3434
/**
3535
* CustomerMetrics service.
3636
* @module api/CustomerMetricsApi
37-
* @version 3.9.2
37+
* @version 3.10.0
3838
*/
3939

4040
/**

src/api/DataExportDestinationsApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* LaunchDarkly REST API
33
* Build custom integrations with the LaunchDarkly REST API
44
*
5-
* OpenAPI spec version: 3.9.2
5+
* OpenAPI spec version: 3.10.0
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by the swagger code generator program.
@@ -34,7 +34,7 @@
3434
/**
3535
* DataExportDestinations service.
3636
* @module api/DataExportDestinationsApi
37-
* @version 3.9.2
37+
* @version 3.10.0
3838
*/
3939

4040
/**

0 commit comments

Comments
 (0)