Skip to content

Commit 6c2c5b9

Browse files
author
LaunchDarklyReleaseBot
committed
Version 19.0.0 automatically generated from ld-openapi.
1 parent e7f0fe7 commit 6c2c5b9

38 files changed

Lines changed: 2062 additions & 410 deletions

.openapi-generator/FILES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ docs/FollowFlagsApi.md
355355
docs/FollowersPerFlag.md
356356
docs/ForbiddenErrorRep.md
357357
docs/FormVariable.md
358+
docs/GenerateTrustPolicyPostRep.md
358359
docs/GenerateWarehouseDestinationKeyPairPostRep.md
359360
docs/GetAnnouncementsPublic200Response.md
360361
docs/GuardedReleaseConfig.md
@@ -630,6 +631,8 @@ docs/TreatmentRep.md
630631
docs/TriggerPost.md
631632
docs/TriggerWorkflowCollectionRep.md
632633
docs/TriggerWorkflowRep.md
634+
docs/TrustPolicyDetails.md
635+
docs/TrustPolicyStatement.md
633636
docs/UnauthorizedErrorRep.md
634637
docs/UnlinkResourceSuccessResponse.md
635638
docs/UpdatePhaseStatusInput.md
@@ -971,6 +974,7 @@ model_follow_flag_member.go
971974
model_followers_per_flag.go
972975
model_forbidden_error_rep.go
973976
model_form_variable.go
977+
model_generate_trust_policy_post_rep.go
974978
model_generate_warehouse_destination_key_pair_post_rep.go
975979
model_get_announcements_public_200_response.go
976980
model_guarded_release_config.go
@@ -1220,6 +1224,8 @@ model_treatment_rep.go
12201224
model_trigger_post.go
12211225
model_trigger_workflow_collection_rep.go
12221226
model_trigger_workflow_rep.go
1227+
model_trust_policy_details.go
1228+
model_trust_policy_statement.go
12231229
model_unauthorized_error_rep.go
12241230
model_unlink_resource_success_response.go
12251231
model_update_phase_status_input.go

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ To learn more about how EOL is determined, read LaunchDarkly's [End of Life (EOL
449449
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
450450

451451
- API version: 2.0
452-
- Package version: 18
452+
- Package version: 19
453453
- Generator version: 7.16.0
454454
- Build package: org.openapitools.codegen.languages.GoClientCodegen
455455
For more information, please visit [https://support.launchdarkly.com](https://support.launchdarkly.com)
@@ -644,6 +644,7 @@ Class | Method | HTTP request | Description
644644
*DataExportDestinationsApi* | [**GetDestinations**](docs/DataExportDestinationsApi.md#getdestinations) | **Get** /api/v2/destinations | List destinations
645645
*DataExportDestinationsApi* | [**PatchDestination**](docs/DataExportDestinationsApi.md#patchdestination) | **Patch** /api/v2/destinations/{projectKey}/{environmentKey}/{id} | Update Data Export destination
646646
*DataExportDestinationsApi* | [**PostDestination**](docs/DataExportDestinationsApi.md#postdestination) | **Post** /api/v2/destinations/{projectKey}/{environmentKey} | Create Data Export destination
647+
*DataExportDestinationsApi* | [**PostGenerateTrustPolicy**](docs/DataExportDestinationsApi.md#postgeneratetrustpolicy) | **Post** /api/v2/destinations/projects/{projKey}/environments/{envKey}/generate-trust-policy | Generate trust policy
647648
*DataExportDestinationsApi* | [**PostGenerateWarehouseDestinationKeyPair**](docs/DataExportDestinationsApi.md#postgeneratewarehousedestinationkeypair) | **Post** /api/v2/destinations/generate-warehouse-destination-key-pair | Generate Snowflake destination key pair
648649
*EnvironmentsApi* | [**DeleteEnvironment**](docs/EnvironmentsApi.md#deleteenvironment) | **Delete** /api/v2/projects/{projectKey}/environments/{environmentKey} | Delete environment
649650
*EnvironmentsApi* | [**GetEnvironment**](docs/EnvironmentsApi.md#getenvironment) | **Get** /api/v2/projects/{projectKey}/environments/{environmentKey} | Get environment
@@ -1136,6 +1137,7 @@ Class | Method | HTTP request | Description
11361137
- [FollowersPerFlag](docs/FollowersPerFlag.md)
11371138
- [ForbiddenErrorRep](docs/ForbiddenErrorRep.md)
11381139
- [FormVariable](docs/FormVariable.md)
1140+
- [GenerateTrustPolicyPostRep](docs/GenerateTrustPolicyPostRep.md)
11391141
- [GenerateWarehouseDestinationKeyPairPostRep](docs/GenerateWarehouseDestinationKeyPairPostRep.md)
11401142
- [GetAnnouncementsPublic200Response](docs/GetAnnouncementsPublic200Response.md)
11411143
- [GuardedReleaseConfig](docs/GuardedReleaseConfig.md)
@@ -1385,6 +1387,8 @@ Class | Method | HTTP request | Description
13851387
- [TriggerPost](docs/TriggerPost.md)
13861388
- [TriggerWorkflowCollectionRep](docs/TriggerWorkflowCollectionRep.md)
13871389
- [TriggerWorkflowRep](docs/TriggerWorkflowRep.md)
1390+
- [TrustPolicyDetails](docs/TrustPolicyDetails.md)
1391+
- [TrustPolicyStatement](docs/TrustPolicyStatement.md)
13881392
- [UnauthorizedErrorRep](docs/UnauthorizedErrorRep.md)
13891393
- [UnlinkResourceSuccessResponse](docs/UnlinkResourceSuccessResponse.md)
13901394
- [UpdatePhaseStatusInput](docs/UpdatePhaseStatusInput.md)

api/openapi.yaml

Lines changed: 420 additions & 94 deletions
Large diffs are not rendered by default.

api_data_export_destinations.go

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

api_feature_flags.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: 3 additions & 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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)