Skip to content

Commit 6255639

Browse files
author
LaunchDarklyCI
committed
Version 5.0.3 automatically generated from ld-openapi@dffa29a.
1 parent fd23de9 commit 6255639

File tree

307 files changed

+1115
-389
lines changed

Some content is hidden

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

307 files changed

+1115
-389
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Build custom integrations with the LaunchDarkly REST API
88

99
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
1010

11-
- API version: 5.0.2
12-
- Package version: 5.0.2
11+
- API version: 5.0.3
12+
- Package version: 5.0.3
1313
- Build package: io.swagger.codegen.languages.PythonClientCodegen
1414
For more information, please visit [https://support.launchdarkly.com](https://support.launchdarkly.com)
1515

@@ -169,7 +169,7 @@ Class | Method | HTTP request | Description
169169
*UserSegmentsApi* | [**patch_expiring_user_targets_on_segment**](docs/UserSegmentsApi.md#patch_expiring_user_targets_on_segment) | **PATCH** /segments/{projectKey}/{userSegmentKey}/expiring-user-targets/{environmentKey} | Update, add, or delete expiring user targets on user segment
170170
*UserSegmentsApi* | [**patch_user_segment**](docs/UserSegmentsApi.md#patch_user_segment) | **PATCH** /segments/{projectKey}/{environmentKey}/{userSegmentKey} | Perform a partial update to a user segment.
171171
*UserSegmentsApi* | [**post_user_segment**](docs/UserSegmentsApi.md#post_user_segment) | **POST** /segments/{projectKey}/{environmentKey} | Creates a new user segment.
172-
*UserSegmentsApi* | [**updated_unbounded_segment_targets**](docs/UserSegmentsApi.md#updated_unbounded_segment_targets) | **POST** /segments/{projectKey}/{environmentKey}/{userSegmentKey}/unbounded-users | Update targets included or excluded in an unbounded segment
172+
*UserSegmentsApi* | [**updated_big_segment_targets**](docs/UserSegmentsApi.md#updated_big_segment_targets) | **POST** /segments/{projectKey}/{environmentKey}/{userSegmentKey}/users | Update targets included or excluded in a big segment
173173
*UserSettingsApi* | [**get_expiring_user_targets_for_user**](docs/UserSettingsApi.md#get_expiring_user_targets_for_user) | **GET** /users/{projectKey}/{userKey}/expiring-user-targets/{environmentKey} | Get expiring dates on flags for user
174174
*UserSettingsApi* | [**get_user_flag_setting**](docs/UserSettingsApi.md#get_user_flag_setting) | **GET** /users/{projectKey}/{environmentKey}/{userKey}/flags/{featureFlagKey} | Fetch a single flag setting for a user by key.
175175
*UserSettingsApi* | [**get_user_flag_settings**](docs/UserSettingsApi.md#get_user_flag_settings) | **GET** /users/{projectKey}/{environmentKey}/{userKey}/flags | Fetch a single flag setting for a user by key.
@@ -198,6 +198,8 @@ Class | Method | HTTP request | Description
198198
- [AuditLogEntries](docs/AuditLogEntries.md)
199199
- [AuditLogEntry](docs/AuditLogEntry.md)
200200
- [AuditLogEntryTarget](docs/AuditLogEntryTarget.md)
201+
- [BigSegmentTargetChanges](docs/BigSegmentTargetChanges.md)
202+
- [BigSegmentTargetsBody](docs/BigSegmentTargetsBody.md)
201203
- [Clause](docs/Clause.md)
202204
- [ClientSideAvailability](docs/ClientSideAvailability.md)
203205
- [CopyActions](docs/CopyActions.md)
@@ -232,6 +234,7 @@ Class | Method | HTTP request | Description
232234
- [FeatureFlagStatus](docs/FeatureFlagStatus.md)
233235
- [FeatureFlagStatusAcrossEnvironments](docs/FeatureFlagStatusAcrossEnvironments.md)
234236
- [FeatureFlagStatusForQueriedEnvironment](docs/FeatureFlagStatusForQueriedEnvironment.md)
237+
- [FeatureFlagStatusLinks](docs/FeatureFlagStatusLinks.md)
235238
- [FeatureFlagStatuses](docs/FeatureFlagStatuses.md)
236239
- [FeatureFlags](docs/FeatureFlags.md)
237240
- [FlagConfigScheduledChangesConflictsBody](docs/FlagConfigScheduledChangesConflictsBody.md)
@@ -290,8 +293,6 @@ Class | Method | HTTP request | Description
290293
- [Token](docs/Token.md)
291294
- [TokenBody](docs/TokenBody.md)
292295
- [Tokens](docs/Tokens.md)
293-
- [UnboundedSegmentTargetChanges](docs/UnboundedSegmentTargetChanges.md)
294-
- [UnboundedSegmentTargetsBody](docs/UnboundedSegmentTargetsBody.md)
295296
- [Usage](docs/Usage.md)
296297
- [UsageError](docs/UsageError.md)
297298
- [UsageLinks](docs/UsageLinks.md)

docs/ApprovalRequest.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ Name | Type | Description | Notes
88
**creation_date** | **int** | A unix epoch time in milliseconds specifying the date the approval request was requested | [optional]
99
**requestor_id** | **str** | The id of the member that requested the change | [optional]
1010
**review_status** | [**ApprovalRequestReviewStatus**](ApprovalRequestReviewStatus.md) | | [optional]
11-
**status** | **str** | | Name | Description | | --------:| ----------- | | pending | the approval request has not been applied yet | | completed| the approval request has been applied successfully | | failed | the approval request has been applied but the changes were not applied successfully | | [optional]
11+
**status** | **str** | | Name | Description | | ---------:| ----------- | | pending | the approval request has not been applied yet | | completed | the approval request has been applied successfully | | scheduled | the approval request for a scheduled change has been applied successfully | | failed | the approval request has been applied but the changes were not applied successfully | | [optional]
1212
**applied_by_member_id** | **str** | The id of the member that applied the approval request | [optional]
1313
**applied_date** | **int** | A unix epoch time in milliseconds specifying the date the approval request was applied | [optional]
1414
**all_reviews** | [**list[ApprovalRequestReview]**](ApprovalRequestReview.md) | | [optional]
1515
**notify_member_ids** | **list[str]** | | [optional]
1616
**instructions** | [**SemanticPatchInstruction**](SemanticPatchInstruction.md) | | [optional]
17+
**execution_date** | **int** | Timestamp for when instructions will be executed | [optional]
18+
**operating_on_id** | **str** | ID of scheduled change to edit or delete | [optional]
1719

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

docs/ApprovalRequestConfigBody.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Name | Type | Description | Notes
77
**instructions** | [**SemanticPatchInstruction**](SemanticPatchInstruction.md) | |
88
**notify_member_ids** | **list[str]** | |
99
**comment** | **str** | comment will be included in audit log item for change. | [optional]
10+
**execution_date** | **int** | Timestamp for when instructions will be executed | [optional]
11+
**operating_on_id** | **str** | ID of scheduled change to edit or delete | [optional]
1012

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

docs/BigSegmentTargetChanges.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# BigSegmentTargetChanges
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**add** | **list[str]** | Users to add to this list of targets | [optional]
7+
**remove** | **list[str]** | Users to remove from this list of targets | [optional]
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/BigSegmentTargetsBody.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# BigSegmentTargetsBody
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**included** | [**BigSegmentTargetChanges**](BigSegmentTargetChanges.md) | | [optional]
7+
**excluded** | [**BigSegmentTargetChanges**](BigSegmentTargetChanges.md) | | [optional]
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/FeatureFlagStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
**name** | **str** | | Name | Description | | --------:| ----------- | | new | the feature flag was created within the last 7 days, and has not been requested yet | | active | the feature flag was requested by your servers or clients within the last 7 days | | inactive | the feature flag was created more than 7 days ago, and hasn't been requested by your servers or clients within the past 7 days | | launched | one variation of the feature flag has been rolled out to all your users for at least 7 days | | [optional]
77
**last_requested** | **str** | | [optional]
88
**default** | **object** | | [optional]
9-
**links** | [**Links**](Links.md) | | [optional]
9+
**links** | [**FeatureFlagStatusLinks**](FeatureFlagStatusLinks.md) | | [optional]
1010

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

docs/FeatureFlagStatusAcrossEnvironments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**links** | [**Links**](Links.md) | | [optional]
6+
**links** | [**FeatureFlagStatusLinks**](FeatureFlagStatusLinks.md) | | [optional]
77
**key** | **str** | | [optional]
88
**environments** | [**dict(str, FeatureFlagStatusForQueriedEnvironment)**](FeatureFlagStatusForQueriedEnvironment.md) | | [optional]
99

docs/FeatureFlagStatusLinks.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# FeatureFlagStatusLinks
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**parent** | [**Link**](Link.md) | | [optional]
7+
**_self** | [**Link**](Link.md) | | [optional]
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/FeatureFlagStatuses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**links** | [**Links**](Links.md) | | [optional]
6+
**links** | [**FeatureFlagStatusLinks**](FeatureFlagStatusLinks.md) | | [optional]
77
**items** | [**list[FeatureFlagStatus]**](FeatureFlagStatus.md) | | [optional]
88

99
[[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/UserSegment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**included** | **list[str]** | An array of user keys that are included in this segment. | [optional]
1212
**excluded** | **list[str]** | An array of user keys that should not be included in this segment, unless they are also listed in \"included\". | [optional]
1313
**rules** | [**list[UserSegmentRule]**](UserSegmentRule.md) | An array of rules that can cause a user to be included in this segment. | [optional]
14-
**unbounded** | **bool** | Controls whether this segment can support unlimited numbers of users. Requires the beta API and additional setup. Include/exclude lists in this payload are not used in unbounded segments. | [optional]
14+
**unbounded** | **bool** | Controls whether this is considered a \"big segment\" which can support an unlimited numbers of users. Include/exclude lists sent with this payload are not used in big segments. Contact your account manager for early access to this feature. | [optional]
1515
**version** | **int** | | [optional]
1616
**links** | [**Links**](Links.md) | | [optional]
1717
**flags** | [**list[FlagListItem]**](FlagListItem.md) | | [optional]

0 commit comments

Comments
 (0)