Skip to content

Commit 7ef92d1

Browse files
author
LaunchDarklyReleaseBot
committed
Version 8.0.0 automatically generated from ld-openapi.
1 parent 2678579 commit 7ef92d1

File tree

634 files changed

+25748
-5724
lines changed

Some content is hidden

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

634 files changed

+25748
-5724
lines changed

.openapi-generator/FILES

Lines changed: 120 additions & 33 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 124 additions & 73 deletions
Large diffs are not rendered by default.

api/openapi.yaml

Lines changed: 6375 additions & 2382 deletions
Large diffs are not rendered by default.

build.gradle

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def ossrhPassword = hasProperty('ossrhPassword') ? ossrhPassword : System.getenv
3636

3737
allprojects {
3838
group = 'com.launchdarkly'
39-
version = '7.1.1'
39+
version = '8.0.0'
4040
archivesBaseName = 'api-client'
4141
sourceCompatibility = 1.8
4242
targetCompatibility = 1.8
@@ -56,14 +56,6 @@ dependencies {
5656
testImplementation 'junit:junit:4.13.1'
5757
}
5858

59-
gitPublish {
60-
repoUri = 'git@github.com:launchdarkly/api-client-java.git'
61-
branch = 'gh-pages'
62-
contents {
63-
from javadoc
64-
}
65-
}
66-
6759
compileJava {
6860
// The generated code should be treated as UTF-8 because some of the properties
6961
// in our openapi.json may include non-ASCII Unicode characters.

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "com.launchdarkly",
44
name := "api-client",
5-
version := "7.1.1",
5+
version := "8.0.0",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

docs/Access.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
# Access
4+
5+
6+
## Properties
7+
8+
Name | Type | Description | Notes
9+
------------ | ------------- | ------------- | -------------
10+
**denied** | [**List<AccessDenied>**](AccessDenied.md) | |
11+
**allowed** | [**List<AccessAllowedRep>**](AccessAllowedRep.md) | |
12+
13+
14+

docs/AccessAllowedReason.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
3+
# AccessAllowedReason
4+
5+
6+
## Properties
7+
8+
Name | Type | Description | Notes
9+
------------ | ------------- | ------------- | -------------
10+
**resources** | **List<String>** | Resource specifier strings | [optional]
11+
**notResources** | **List<String>** | Targeted resources are the resources NOT in this list. The \"resources\" and \"notActions\" fields must be empty to use this field. | [optional]
12+
**actions** | **List<String>** | Actions to perform on a resource | [optional]
13+
**notActions** | **List<String>** | Targeted actions are the actions NOT in this list. The \"actions\" and \"notResources\" fields must be empty to use this field. | [optional]
14+
**effect** | **String** | |
15+
**roleName** | **String** | | [optional]
16+
17+
18+

docs/AccessAllowedRep.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
# AccessAllowedRep
4+
5+
6+
## Properties
7+
8+
Name | Type | Description | Notes
9+
------------ | ------------- | ------------- | -------------
10+
**action** | **String** | |
11+
**reason** | [**AccessAllowedReason**](AccessAllowedReason.md) | |
12+
13+
14+

docs/AccessDenied.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
# AccessDenied
4+
5+
6+
## Properties
7+
8+
Name | Type | Description | Notes
9+
------------ | ------------- | ------------- | -------------
10+
**action** | **String** | |
11+
**reason** | [**AccessDeniedReason**](AccessDeniedReason.md) | |
12+
13+
14+

docs/AccessDeniedReason.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
3+
# AccessDeniedReason
4+
5+
6+
## Properties
7+
8+
Name | Type | Description | Notes
9+
------------ | ------------- | ------------- | -------------
10+
**resources** | **List<String>** | Resource specifier strings | [optional]
11+
**notResources** | **List<String>** | Targeted resources are the resources NOT in this list. The \"resources\" and \"notActions\" fields must be empty to use this field. | [optional]
12+
**actions** | **List<String>** | Actions to perform on a resource | [optional]
13+
**notActions** | **List<String>** | Targeted actions are the actions NOT in this list. The \"actions\" and \"notResources\" fields must be empty to use this field. | [optional]
14+
**effect** | **String** | |
15+
**roleName** | **String** | | [optional]
16+
17+
18+

0 commit comments

Comments
 (0)