You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Build custom integrations with the LaunchDarkly REST API
4
4
*
5
-
* OpenAPI spec version: 5.0.2
5
+
* OpenAPI spec version: 5.0.3
6
6
* Contact: support@launchdarkly.com
7
7
*
8
8
* NOTE: This class is auto generated by the swagger code generator program.
@@ -148,7 +148,7 @@ export class ApprovalRequest {
148
148
'requestorId'?: string;
149
149
'reviewStatus'?: ApprovalRequestReviewStatus;
150
150
/**
151
-
* | 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 |
151
+
* | 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 |
152
152
*/
153
153
'status'?: ApprovalRequest.StatusEnum;
154
154
/**
@@ -162,6 +162,14 @@ export class ApprovalRequest {
162
162
'allReviews'?: Array<ApprovalRequestReview>;
163
163
'notifyMemberIds'?: Array<string>;
164
164
'instructions'?: SemanticPatchInstruction;
165
+
/**
166
+
* Timestamp for when instructions will be executed
167
+
*/
168
+
'executionDate'?: number;
169
+
/**
170
+
* ID of scheduled change to edit or delete
171
+
*/
172
+
'operatingOnId'?: string;
165
173
166
174
staticdiscriminator: string|undefined=undefined;
167
175
@@ -220,6 +228,16 @@ export class ApprovalRequest {
* Controls whether this segmentcan support unlimited numbers of users. Requires the beta API and additional setup. Include/exclude lists in this payload are not used in unbounded segments.
4398
+
* 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.
4339
4399
*/
4340
4400
'unbounded'?: boolean;
4341
4401
'version'?: number;
@@ -4425,7 +4485,7 @@ export class UserSegmentBody {
4425
4485
*/
4426
4486
'description'?: string;
4427
4487
/**
4428
-
* Controls whether this segmentcan support unlimited numbers of users. Requires the beta API and additional setup. Include/exclude lists in this payload are not used in unbounded segments.
4488
+
* 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.
@@ -11503,15 +11564,15 @@ export class UserSegmentsApi {
11503
11564
}
11504
11565
/**
11505
11566
*
11506
-
* @summary Update targets included or excluded in an unbounded segment
11567
+
* @summary Update targets included or excluded in a big segment
11507
11568
* @param projectKey The project key, used to tie the flags together under one project so they can be managed together.
11508
11569
* @param environmentKey The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
11509
11570
* @param userSegmentKey The user segment's key. The key identifies the user segment in your code.
11510
-
* @paramunboundedSegmentTargetsBody Add or remove user targets to the included or excluded lists on an unbounded segment
11571
+
* @parambigSegmentTargetsBody Add or remove user targets to the included or excluded lists on a big segment. Contact your account manager for early access to this feature.
0 commit comments