Skip to content

Commit a50ab17

Browse files
author
LaunchDarklyReleaseBot
committed
Version 17.2.0 automatically generated from ld-openapi.
1 parent 838d952 commit a50ab17

File tree

1,216 files changed

+14447
-4288
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,216 files changed

+14447
-4288
lines changed

.openapi-generator/FILES

+129-27
Large diffs are not rendered by default.

README.md

+131-40
Large diffs are not rendered by default.

docs/AIConfig.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# LaunchDarklyApi.AIConfig
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**access** | [**AiConfigsAccess**](AiConfigsAccess.md) | | [optional]
8+
**links** | [**ParentAndSelfLinks**](ParentAndSelfLinks.md) | | [optional]
9+
**description** | **String** | |
10+
**key** | **String** | |
11+
**maintainer** | [**AIConfigMaintainer**](AIConfigMaintainer.md) | | [optional]
12+
**name** | **String** | |
13+
**tags** | **[String]** | |
14+
**version** | **Number** | |
15+
**variations** | [**[AIConfigVariation]**](AIConfigVariation.md) | |
16+
**createdAt** | **Number** | |
17+
**updatedAt** | **Number** | |
18+
19+

docs/AIConfigMaintainer.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# LaunchDarklyApi.AIConfigMaintainer
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**kind** | **String** | |
8+
**id** | **String** | |
9+
**email** | **String** | |
10+
**firstName** | **String** | | [optional]
11+
**lastName** | **String** | | [optional]
12+
**role** | **String** | |
13+
**key** | **String** | |
14+
**name** | **String** | |
15+
16+

docs/AIConfigPatch.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# LaunchDarklyApi.AIConfigPatch
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**description** | **String** | | [optional]
8+
**maintainerId** | **String** | | [optional]
9+
**maintainerTeamKey** | **String** | | [optional]
10+
**name** | **String** | | [optional]
11+
**tags** | **[String]** | | [optional]
12+
13+

docs/AIConfigPost.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# LaunchDarklyApi.AIConfigPost
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**description** | **String** | | [optional] [default to '']
8+
**key** | **String** | |
9+
**maintainerId** | **String** | | [optional]
10+
**maintainerTeamKey** | **String** | | [optional]
11+
**name** | **String** | |
12+
**tags** | **[String]** | | [optional]
13+
14+

docs/AIConfigVariation.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# LaunchDarklyApi.AIConfigVariation
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**links** | [**ParentLink**](ParentLink.md) | | [optional]
8+
**key** | **String** | |
9+
**messages** | [**[Message]**](Message.md) | |
10+
**model** | **Object** | |
11+
**modelConfigKey** | **String** | | [optional]
12+
**name** | **String** | |
13+
**createdAt** | **Number** | |
14+
**version** | **Number** | |
15+
**state** | **String** | | [optional]
16+
**archivedAt** | **Number** | | [optional]
17+
**publishedAt** | **Number** | | [optional]
18+
19+

docs/AIConfigVariationPatch.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# LaunchDarklyApi.AIConfigVariationPatch
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**messages** | [**[Message]**](Message.md) | | [optional]
8+
**model** | **Object** | | [optional]
9+
**modelConfigKey** | **String** | | [optional]
10+
**name** | **String** | | [optional]
11+
**published** | **Boolean** | | [optional]
12+
**state** | **String** | One of 'archived', 'published' | [optional]
13+
14+

docs/AIConfigVariationPost.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# LaunchDarklyApi.AIConfigVariationPost
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**key** | **String** | |
8+
**messages** | [**[Message]**](Message.md) | |
9+
**model** | **Object** | |
10+
**name** | **String** | |
11+
**modelConfigKey** | **String** | | [optional]
12+
13+

docs/AIConfigVariationsResponse.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# LaunchDarklyApi.AIConfigVariationsResponse
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**items** | [**[AIConfigVariation]**](AIConfigVariation.md) | |
8+
**totalCount** | **Number** | |
9+
10+

docs/AIConfigs.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# LaunchDarklyApi.AIConfigs
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**links** | [**PaginatedLinks**](PaginatedLinks.md) | | [optional]
8+
**items** | [**[AIConfig]**](AIConfig.md) | |
9+
**totalCount** | **Number** | |
10+
11+

0 commit comments

Comments
 (0)