Skip to content

Commit 62abbac

Browse files
author
LaunchDarklyReleaseBot
committed
Version 17.2.0 automatically generated from ld-openapi.
1 parent ec79574 commit 62abbac

File tree

1,232 files changed

+38103
-12211
lines changed

Some content is hidden

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

1,232 files changed

+38103
-12211
lines changed

.openapi-generator/FILES

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

README.md

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

api/openapi.yaml

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def ossrhPassword = hasProperty('ossrhPassword') ? ossrhPassword : System.getenv
3636

3737
allprojects {
3838
group = 'com.launchdarkly'
39-
version = '17.1.0'
39+
version = '17.2.0'
4040
archivesBaseName = 'api-client'
4141
sourceCompatibility = 1.8
4242
targetCompatibility = 1.8

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "com.launchdarkly",
44
name := "api-client",
5-
version := "17.1.0",
5+
version := "17.2.0",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

docs/AIConfig.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
3+
# AIConfig
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**access** | [**AiConfigsAccess**](AiConfigsAccess.md) | | [optional] |
11+
|**links** | [**ParentAndSelfLinks**](ParentAndSelfLinks.md) | | [optional] |
12+
|**description** | **String** | | |
13+
|**key** | **String** | | |
14+
|**maintainer** | [**AIConfigMaintainer**](AIConfigMaintainer.md) | | [optional] |
15+
|**name** | **String** | | |
16+
|**tags** | **List<String>** | | |
17+
|**version** | **Integer** | | |
18+
|**variations** | [**List<AIConfigVariation>**](AIConfigVariation.md) | | |
19+
|**createdAt** | **Long** | | |
20+
|**updatedAt** | **Long** | | |
21+
22+
23+

docs/AIConfigMaintainer.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
3+
# AIConfigMaintainer
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**kind** | **String** | | |
11+
|**id** | **String** | | |
12+
|**email** | **String** | | |
13+
|**firstName** | **String** | | [optional] |
14+
|**lastName** | **String** | | [optional] |
15+
|**role** | **String** | | |
16+
|**key** | **String** | | |
17+
|**name** | **String** | | |
18+
19+
20+

docs/AIConfigPatch.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
3+
# AIConfigPatch
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**description** | **String** | | [optional] |
11+
|**maintainerId** | **String** | | [optional] |
12+
|**maintainerTeamKey** | **String** | | [optional] |
13+
|**name** | **String** | | [optional] |
14+
|**tags** | **List<String>** | | [optional] |
15+
16+
17+

docs/AIConfigPost.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
3+
# AIConfigPost
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**description** | **String** | | [optional] |
11+
|**key** | **String** | | |
12+
|**maintainerId** | **String** | | [optional] |
13+
|**maintainerTeamKey** | **String** | | [optional] |
14+
|**name** | **String** | | |
15+
|**tags** | **List<String>** | | [optional] |
16+
17+
18+

docs/AIConfigVariation.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
3+
# AIConfigVariation
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**links** | [**ParentLink**](ParentLink.md) | | [optional] |
11+
|**key** | **String** | | |
12+
|**messages** | [**List<Message>**](Message.md) | | |
13+
|**model** | **Object** | | |
14+
|**modelConfigKey** | **String** | | [optional] |
15+
|**name** | **String** | | |
16+
|**createdAt** | **Long** | | |
17+
|**version** | **Integer** | | |
18+
|**state** | **String** | | [optional] |
19+
|**archivedAt** | **Long** | | [optional] |
20+
|**publishedAt** | **Long** | | [optional] |
21+
22+
23+

0 commit comments

Comments
 (0)