Skip to content

Commit 28d8696

Browse files
author
LaunchDarklyReleaseBot
committed
Version 6.0.1 automatically generated from ld-openapi.
1 parent 1891245 commit 28d8696

File tree

213 files changed

+5889
-310
lines changed

Some content is hidden

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

213 files changed

+5889
-310
lines changed

.openapi-generator/FILES

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ api_projects.go
2121
api_relay_proxy_configurations.go
2222
api_scheduled_changes.go
2323
api_segments.go
24+
api_teams_beta.go
2425
api_user_settings.go
2526
api_users.go
2627
api_users_beta.go
@@ -59,6 +60,8 @@ docs/CustomRolePost.md
5960
docs/CustomRolePostData.md
6061
docs/CustomRoles.md
6162
docs/CustomRolesApi.md
63+
docs/CustomWorkflowMeta.md
64+
docs/CustomWorkflowStageMeta.md
6265
docs/DataExportDestinationsApi.md
6366
docs/DefaultClientSideAvailabilityPost.md
6467
docs/Defaults.md
@@ -140,6 +143,8 @@ docs/PatchOperation.md
140143
docs/PatchSegmentInstruction.md
141144
docs/PatchSegmentRequest.md
142145
docs/PatchWithComment.md
146+
docs/PermissionGrantInput.md
147+
docs/PermissionGrantRep.md
143148
docs/PostApprovalRequestApplyRequest.md
144149
docs/PostApprovalRequestReviewRequest.md
145150
docs/PostFlagScheduledChangesInput.md
@@ -184,6 +189,11 @@ docs/StatisticsRoot.md
184189
docs/SubjectDataRep.md
185190
docs/Target.md
186191
docs/TargetResourceRep.md
192+
docs/TeamCollectionRep.md
193+
docs/TeamPatchInput.md
194+
docs/TeamPostInput.md
195+
docs/TeamRep.md
196+
docs/TeamsBetaApi.md
187197
docs/TitleRep.md
188198
docs/Token.md
189199
docs/TokenDataRep.md
@@ -240,6 +250,8 @@ model_custom_role.go
240250
model_custom_role_post.go
241251
model_custom_role_post_data.go
242252
model_custom_roles.go
253+
model_custom_workflow_meta.go
254+
model_custom_workflow_stage_meta.go
243255
model_default_client_side_availability_post.go
244256
model_defaults.go
245257
model_dependent_flag.go
@@ -314,6 +326,8 @@ model_patch_operation.go
314326
model_patch_segment_instruction.go
315327
model_patch_segment_request.go
316328
model_patch_with_comment.go
329+
model_permission_grant_input.go
330+
model_permission_grant_rep.go
317331
model_post_approval_request_apply_request.go
318332
model_post_approval_request_review_request.go
319333
model_post_flag_scheduled_changes_input.go
@@ -354,6 +368,10 @@ model_statistics_root.go
354368
model_subject_data_rep.go
355369
model_target.go
356370
model_target_resource_rep.go
371+
model_team_collection_rep.go
372+
model_team_patch_input.go
373+
model_team_post_input.go
374+
model_team_rep.go
357375
model_title_rep.go
358376
model_token.go
359377
model_token_data_rep.go

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: go
2+
3+
install:
4+
- go get -d -v .
5+
6+
script:
7+
- go build -v ./
8+

README.md

Lines changed: 45 additions & 30 deletions
Large diffs are not rendered by default.

api/openapi.yaml

Lines changed: 1107 additions & 86 deletions
Large diffs are not rendered by default.

api_access_tokens.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_account_members.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_account_usage_beta.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_approvals.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_audit_log.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_code_references.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_custom_roles.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_data_export_destinations.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_environments.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_experiments_beta.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_feature_flags.go

Lines changed: 407 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_feature_flags_beta.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_metrics.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_other.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_projects.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_relay_proxy_configurations.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_scheduled_changes.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_segments.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_teams_beta.go

Lines changed: 709 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_user_settings.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_users.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_users_beta.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_webhooks.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client.go

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configuration.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CodeReferencesApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Method | HTTP request | Description
1111
[**GetExtinctions**](CodeReferencesApi.md#GetExtinctions) | **Get** /api/v2/code-refs/extinctions | List extinctions
1212
[**GetRepositories**](CodeReferencesApi.md#GetRepositories) | **Get** /api/v2/code-refs/repositories | List repositories
1313
[**GetRepository**](CodeReferencesApi.md#GetRepository) | **Get** /api/v2/code-refs/repositories/{repo} | Get repository
14-
[**GetRootStatistic**](CodeReferencesApi.md#GetRootStatistic) | **Get** /api/v2/code-refs/statistics | Get number of code references for flags
14+
[**GetRootStatistic**](CodeReferencesApi.md#GetRootStatistic) | **Get** /api/v2/code-refs/statistics | Get links to code reference repositories for each project
1515
[**GetStatistics**](CodeReferencesApi.md#GetStatistics) | **Get** /api/v2/code-refs/statistics/{projKey} | Get number of code references for flags
1616
[**PatchRepository**](CodeReferencesApi.md#PatchRepository) | **Patch** /api/v2/code-refs/repositories/{repo} | Update repository
1717
[**PostExtinction**](CodeReferencesApi.md#PostExtinction) | **Post** /api/v2/code-refs/repositories/{repo}/branches/{branch} | Create extinction
@@ -523,7 +523,7 @@ Name | Type | Description | Notes
523523

524524
> StatisticsRoot GetRootStatistic(ctx).Execute()
525525
526-
Get number of code references for flags
526+
Get links to code reference repositories for each project
527527

528528

529529

docs/CustomWorkflowMeta.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
# CustomWorkflowMeta
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Name** | Pointer to **string** | | [optional]
8+
**Stage** | Pointer to [**CustomWorkflowStageMeta**](CustomWorkflowStageMeta.md) | | [optional]
9+
10+
## Methods
11+
12+
### NewCustomWorkflowMeta
13+
14+
`func NewCustomWorkflowMeta() *CustomWorkflowMeta`
15+
16+
NewCustomWorkflowMeta instantiates a new CustomWorkflowMeta object
17+
This constructor will assign default values to properties that have it defined,
18+
and makes sure properties required by API are set, but the set of arguments
19+
will change when the set of required properties is changed
20+
21+
### NewCustomWorkflowMetaWithDefaults
22+
23+
`func NewCustomWorkflowMetaWithDefaults() *CustomWorkflowMeta`
24+
25+
NewCustomWorkflowMetaWithDefaults instantiates a new CustomWorkflowMeta object
26+
This constructor will only assign default values to properties that have it defined,
27+
but it doesn't guarantee that properties required by API are set
28+
29+
### GetName
30+
31+
`func (o *CustomWorkflowMeta) GetName() string`
32+
33+
GetName returns the Name field if non-nil, zero value otherwise.
34+
35+
### GetNameOk
36+
37+
`func (o *CustomWorkflowMeta) GetNameOk() (*string, bool)`
38+
39+
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
40+
and a boolean to check if the value has been set.
41+
42+
### SetName
43+
44+
`func (o *CustomWorkflowMeta) SetName(v string)`
45+
46+
SetName sets Name field to given value.
47+
48+
### HasName
49+
50+
`func (o *CustomWorkflowMeta) HasName() bool`
51+
52+
HasName returns a boolean if a field has been set.
53+
54+
### GetStage
55+
56+
`func (o *CustomWorkflowMeta) GetStage() CustomWorkflowStageMeta`
57+
58+
GetStage returns the Stage field if non-nil, zero value otherwise.
59+
60+
### GetStageOk
61+
62+
`func (o *CustomWorkflowMeta) GetStageOk() (*CustomWorkflowStageMeta, bool)`
63+
64+
GetStageOk returns a tuple with the Stage field if it's non-nil, zero value otherwise
65+
and a boolean to check if the value has been set.
66+
67+
### SetStage
68+
69+
`func (o *CustomWorkflowMeta) SetStage(v CustomWorkflowStageMeta)`
70+
71+
SetStage sets Stage field to given value.
72+
73+
### HasStage
74+
75+
`func (o *CustomWorkflowMeta) HasStage() bool`
76+
77+
HasStage returns a boolean if a field has been set.
78+
79+
80+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
81+
82+

docs/CustomWorkflowStageMeta.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
# CustomWorkflowStageMeta
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Index** | Pointer to **int32** | | [optional]
8+
**Name** | Pointer to **string** | | [optional]
9+
10+
## Methods
11+
12+
### NewCustomWorkflowStageMeta
13+
14+
`func NewCustomWorkflowStageMeta() *CustomWorkflowStageMeta`
15+
16+
NewCustomWorkflowStageMeta instantiates a new CustomWorkflowStageMeta object
17+
This constructor will assign default values to properties that have it defined,
18+
and makes sure properties required by API are set, but the set of arguments
19+
will change when the set of required properties is changed
20+
21+
### NewCustomWorkflowStageMetaWithDefaults
22+
23+
`func NewCustomWorkflowStageMetaWithDefaults() *CustomWorkflowStageMeta`
24+
25+
NewCustomWorkflowStageMetaWithDefaults instantiates a new CustomWorkflowStageMeta object
26+
This constructor will only assign default values to properties that have it defined,
27+
but it doesn't guarantee that properties required by API are set
28+
29+
### GetIndex
30+
31+
`func (o *CustomWorkflowStageMeta) GetIndex() int32`
32+
33+
GetIndex returns the Index field if non-nil, zero value otherwise.
34+
35+
### GetIndexOk
36+
37+
`func (o *CustomWorkflowStageMeta) GetIndexOk() (*int32, bool)`
38+
39+
GetIndexOk returns a tuple with the Index field if it's non-nil, zero value otherwise
40+
and a boolean to check if the value has been set.
41+
42+
### SetIndex
43+
44+
`func (o *CustomWorkflowStageMeta) SetIndex(v int32)`
45+
46+
SetIndex sets Index field to given value.
47+
48+
### HasIndex
49+
50+
`func (o *CustomWorkflowStageMeta) HasIndex() bool`
51+
52+
HasIndex returns a boolean if a field has been set.
53+
54+
### GetName
55+
56+
`func (o *CustomWorkflowStageMeta) GetName() string`
57+
58+
GetName returns the Name field if non-nil, zero value otherwise.
59+
60+
### GetNameOk
61+
62+
`func (o *CustomWorkflowStageMeta) GetNameOk() (*string, bool)`
63+
64+
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
65+
and a boolean to check if the value has been set.
66+
67+
### SetName
68+
69+
`func (o *CustomWorkflowStageMeta) SetName(v string)`
70+
71+
SetName sets Name field to given value.
72+
73+
### HasName
74+
75+
`func (o *CustomWorkflowStageMeta) HasName() bool`
76+
77+
HasName returns a boolean if a field has been set.
78+
79+
80+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
81+
82+

docs/FlagConfigApprovalRequestResponse.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
2323
**OperatingOnId** | Pointer to **string** | ID of scheduled change to edit or delete | [optional]
2424
**IntegrationMetadata** | Pointer to [**IntegrationMetadata**](IntegrationMetadata.md) | | [optional]
2525
**Source** | Pointer to [**CopiedFromEnv**](CopiedFromEnv.md) | | [optional]
26+
**CustomWorkflowMetaData** | Pointer to [**CustomWorkflowMeta**](CustomWorkflowMeta.md) | | [optional]
2627

2728
## Methods
2829

@@ -463,6 +464,31 @@ SetSource sets Source field to given value.
463464

464465
HasSource returns a boolean if a field has been set.
465466

467+
### GetCustomWorkflowMetaData
468+
469+
`func (o *FlagConfigApprovalRequestResponse) GetCustomWorkflowMetaData() CustomWorkflowMeta`
470+
471+
GetCustomWorkflowMetaData returns the CustomWorkflowMetaData field if non-nil, zero value otherwise.
472+
473+
### GetCustomWorkflowMetaDataOk
474+
475+
`func (o *FlagConfigApprovalRequestResponse) GetCustomWorkflowMetaDataOk() (*CustomWorkflowMeta, bool)`
476+
477+
GetCustomWorkflowMetaDataOk returns a tuple with the CustomWorkflowMetaData field if it's non-nil, zero value otherwise
478+
and a boolean to check if the value has been set.
479+
480+
### SetCustomWorkflowMetaData
481+
482+
`func (o *FlagConfigApprovalRequestResponse) SetCustomWorkflowMetaData(v CustomWorkflowMeta)`
483+
484+
SetCustomWorkflowMetaData sets CustomWorkflowMetaData field to given value.
485+
486+
### HasCustomWorkflowMetaData
487+
488+
`func (o *FlagConfigApprovalRequestResponse) HasCustomWorkflowMetaData() bool`
489+
490+
HasCustomWorkflowMetaData returns a boolean if a field has been set.
491+
466492

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

0 commit comments

Comments
 (0)