Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit 8639c56

Browse files
author
LaunchDarklyCI
committed
Version 2.0.32 automatically generated from ld-openapi@d07bbac.
1 parent e057258 commit 8639c56

17 files changed

+139
-19
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ Class | Method | HTTP request | Description
176176
- [CustomRole](docs/CustomRole.md)
177177
- [CustomRoleBody](docs/CustomRoleBody.md)
178178
- [CustomRoles](docs/CustomRoles.md)
179+
- [Defaults](docs/Defaults.md)
179180
- [Destination](docs/Destination.md)
180181
- [DestinationAmazonKinesis](docs/DestinationAmazonKinesis.md)
181182
- [DestinationBody](docs/DestinationBody.md)
@@ -198,6 +199,7 @@ Class | Method | HTTP request | Description
198199
- [FeatureFlagStatusForQueriedEnvironment](docs/FeatureFlagStatusForQueriedEnvironment.md)
199200
- [FeatureFlagStatuses](docs/FeatureFlagStatuses.md)
200201
- [FeatureFlags](docs/FeatureFlags.md)
202+
- [FlagListItem](docs/FlagListItem.md)
201203
- [Id](docs/Id.md)
202204
- [Link](docs/Link.md)
203205
- [Links](docs/Links.md)
@@ -217,8 +219,8 @@ Class | Method | HTTP request | Description
217219
- [Role](docs/Role.md)
218220
- [Rollout](docs/Rollout.md)
219221
- [Rule](docs/Rule.md)
222+
- [Site](docs/Site.md)
220223
- [Statement](docs/Statement.md)
221-
- [Statements](docs/Statements.md)
222224
- [Stream](docs/Stream.md)
223225
- [StreamBySDK](docs/StreamBySDK.md)
224226
- [StreamBySDKLinks](docs/StreamBySDKLinks.md)

client.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ build_request_path() {
828828
print_help() {
829829
cat <<EOF
830830
831-
${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 2.0.26)${OFF}
831+
${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 2.0.32)${OFF}
832832
833833
${BOLD}${WHITE}Usage${OFF}
834834
@@ -1016,7 +1016,7 @@ echo -e " \\t\\t\\t\\t(e.g. 'https://app.launchdarkly.com')"
10161016
##############################################################################
10171017
print_about() {
10181018
echo ""
1019-
echo -e "${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 2.0.26)${OFF}"
1019+
echo -e "${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 2.0.32)${OFF}"
10201020
echo ""
10211021
echo -e "License: Apache 2.0"
10221022
echo -e "Contact: [email protected]"
@@ -1036,7 +1036,7 @@ echo "$appdescription" | paste -sd' ' | fold -sw 80
10361036
##############################################################################
10371037
print_version() {
10381038
echo ""
1039-
echo -e "${BOLD}LaunchDarkly REST API command line client (API version 2.0.26)${OFF}"
1039+
echo -e "${BOLD}LaunchDarkly REST API command line client (API version 2.0.32)${OFF}"
10401040
echo ""
10411041
}
10421042

docs/Defaults.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Defaults
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**onVariation** | **integer** | | [default to null]
7+
**offVariation** | **integer** | | [default to null]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+

docs/FeatureFlag.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Name | Type | Description | Notes
2121
**environments** | [**map[String, FeatureFlagConfig]**](FeatureFlagConfig.md) | | [optional] [default to null]
2222
**archivedDate** | **integer** | | [optional] [default to null]
2323
**archived** | **boolean** | | [optional] [default to null]
24+
**defaults** | [**Defaults**](Defaults.md) | | [optional] [default to null]
2425

2526
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2627

docs/FeatureFlagBody.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**temporary** | **boolean** | | [optional] [default to null]
1111
**tags** | **array[string]** | | [optional] [default to null]
1212
**includeInSnippet** | **boolean** | | [optional] [default to null]
13+
**defaults** | [**Defaults**](Defaults.md) | | [optional] [default to null]
1314

1415
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1516

docs/FeatureFlagConfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
1515
**offVariation** | **integer** | | [optional] [default to null]
1616
**prerequisites** | [**array[Prerequisite]**](Prerequisite.md) | | [optional] [default to null]
1717
**trackEvents** | **boolean** | | [optional] [default to null]
18+
**trackEventsFallthrough** | **boolean** | | [optional] [default to null]
1819

1920
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2021

docs/FlagListItem.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# FlagListItem
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **string** | | [optional] [default to null]
7+
**key** | **string** | | [optional] [default to null]
8+
**_links** | [**Links**](Links.md) | | [optional] [default to null]
9+
**_site** | [**Site**](Site.md) | | [optional] [default to null]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+
13+

docs/MembersBody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**lastName** | **string** | | [optional] [default to null]
99
**role** | [**Role**](Role.md) | | [optional] [default to null]
1010
**customRoles** | **array[string]** | | [optional] [default to null]
11-
**inlineRole** | [**Statements**](Statements.md) | | [optional] [default to null]
11+
**inlineRole** | [**array[Statement]**](Statement.md) | | [optional] [default to null]
1212

1313
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1414

docs/Policy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**resources** | **array[string]** | | [optional] [default to null]
7+
**notResources** | **array[string]** | | [optional] [default to null]
78
**actions** | **array[string]** | | [optional] [default to null]
9+
**notActions** | **array[string]** | | [optional] [default to null]
810
**effect** | **string** | | [optional] [default to null]
911

1012
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/Project.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
77
**_id** | [**Id**](Id.md) | | [optional] [default to null]
88
**key** | **string** | | [optional] [default to null]
99
**name** | **string** | | [optional] [default to null]
10+
**includeInSnippetByDefault** | **boolean** | | [optional] [default to null]
1011
**environments** | [**array[Environment]**](Environment.md) | | [optional] [default to null]
1112
**tags** | **array[string]** | | [optional] [default to null]
1213

0 commit comments

Comments
 (0)