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

Commit c176713

Browse files
author
LaunchDarklyCI
committed
Version 3.5.0 automatically generated from ld-openapi@807f032.
1 parent 55e1584 commit c176713

8 files changed

+41
-4
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ Class | Method | HTTP request | Description
183183
- [AuditLogEntry](docs/AuditLogEntry.md)
184184
- [AuditLogEntry_target](docs/AuditLogEntry_target.md)
185185
- [Clause](docs/Clause.md)
186+
- [ClientSideAvailability](docs/ClientSideAvailability.md)
186187
- [CopyActions](docs/CopyActions.md)
187188
- [CustomProperty](docs/CustomProperty.md)
188189
- [CustomPropertyValues](docs/CustomPropertyValues.md)

client.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ build_request_path() {
939939
print_help() {
940940
cat <<EOF
941941
942-
${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 3.4.0)${OFF}
942+
${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 3.5.0)${OFF}
943943
944944
${BOLD}${WHITE}Usage${OFF}
945945
@@ -1145,7 +1145,7 @@ echo -e " \\t\\t\\t\\t(e.g. 'https://app.launchdarkly.com')"
11451145
##############################################################################
11461146
print_about() {
11471147
echo ""
1148-
echo -e "${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 3.4.0)${OFF}"
1148+
echo -e "${BOLD}${WHITE}LaunchDarkly REST API command line client (API version 3.5.0)${OFF}"
11491149
echo ""
11501150
echo -e "License: Apache 2.0"
11511151
echo -e "Contact: [email protected]"
@@ -1165,7 +1165,7 @@ echo "$appdescription" | paste -sd' ' | fold -sw 80
11651165
##############################################################################
11661166
print_version() {
11671167
echo ""
1168-
echo -e "${BOLD}LaunchDarkly REST API command line client (API version 3.4.0)${OFF}"
1168+
echo -e "${BOLD}LaunchDarkly REST API command line client (API version 3.5.0)${OFF}"
11691169
echo ""
11701170
}
11711171

docs/ClientSideAvailability.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ClientSideAvailability
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**usingEnvironmentId** | **boolean** | | [optional] [default to null]
7+
**usingMobileKey** | **boolean** | | [optional] [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

+1
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+
**clientSideAvailability** | [**ClientSideAvailability**](ClientSideAvailability.md) | | [optional] [default to null]
2425
**defaults** | [**Defaults**](Defaults.md) | | [optional] [default to null]
2526

2627
[[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/FeatureFlagBody.md

+1
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+
**clientSideAvailability** | [**ClientSideAvailability**](ClientSideAvailability.md) | | [optional] [default to null]
1314
**defaults** | [**Defaults**](Defaults.md) | | [optional] [default to null]
1415

1516
[[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

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**includeInSnippetByDefault** | **boolean** | | [optional] [default to null]
1111
**environments** | [**array[Environment]**](Environment.md) | | [optional] [default to null]
1212
**tags** | **array[string]** | | [optional] [default to null]
13+
**defaultClientSideAvailability** | [**ClientSideAvailability**](ClientSideAvailability.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/ProjectBody.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**includeInSnippetByDefault** | **boolean** | | [optional] [default to null]
99
**tags** | **array[string]** | | [optional] [default to null]
1010
**environments** | [**array[EnvironmentPost]**](EnvironmentPost.md) | | [optional] [default to null]
11+
**defaultClientSideAvailability** | [**ClientSideAvailability**](ClientSideAvailability.md) | | [optional] [default to null]
1112

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

openapi.yml

+22-1
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.4.0
13+
version: 3.5.0
1414
host: app.launchdarkly.com
1515
basePath: /api/v2
1616
schemes:
@@ -1519,6 +1519,8 @@ definitions:
15191519
type: boolean
15201520
description: Whether or not this flag is archived.
15211521
example: false
1522+
clientSideAvailability:
1523+
$ref: '#/definitions/ClientSideAvailability'
15221524
defaults:
15231525
$ref: '#/definitions/Defaults'
15241526
FeatureFlags:
@@ -1721,6 +1723,19 @@ definitions:
17211723
type: string
17221724
variation:
17231725
type: integer
1726+
ClientSideAvailability:
1727+
type: object
1728+
properties:
1729+
usingEnvironmentId:
1730+
type: boolean
1731+
description: >-
1732+
When set to true, this flag will be available to SDKs using the
1733+
client-side id.
1734+
usingMobileKey:
1735+
type: boolean
1736+
description: >-
1737+
When set to true, this flag will be available to SDKS using a mobile
1738+
key.
17241739
FeatureFlagStatus:
17251740
type: object
17261741
properties:
@@ -1991,6 +2006,8 @@ definitions:
19912006
items:
19922007
type: string
19932008
description: An array of tags for this project.
2009+
defaultClientSideAvailability:
2010+
$ref: '#/definitions/ClientSideAvailability'
19942011
Projects:
19952012
type: object
19962013
properties:
@@ -3031,6 +3048,8 @@ parameters:
30313048
description: >-
30323049
Whether or not this flag should be made available to the client-side
30333050
JavaScript SDK.
3051+
clientSideAvailability:
3052+
$ref: '#/definitions/ClientSideAvailability'
30343053
defaults:
30353054
$ref: '#/definitions/Defaults'
30363055
required:
@@ -3134,6 +3153,8 @@ parameters:
31343153
items:
31353154
$ref: '#/definitions/EnvironmentPost'
31363155
minLength: 1
3156+
defaultClientSideAvailability:
3157+
$ref: '#/definitions/ClientSideAvailability'
31373158
required:
31383159
- name
31393160
- key

0 commit comments

Comments
 (0)