Skip to content

Commit 0176b04

Browse files
author
LaunchDarklyReleaseBot
committed
Version 11.0.0 automatically generated from ld-openapi.
1 parent e2cbcd7 commit 0176b04

File tree

982 files changed

+29485
-23410
lines changed

Some content is hidden

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

982 files changed

+29485
-23410
lines changed

.openapi-generator/FILES

Lines changed: 132 additions & 54 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 122 additions & 100 deletions
Large diffs are not rendered by default.

api/openapi.yaml

Lines changed: 4655 additions & 3329 deletions
Large diffs are not rendered by default.

build.gradle

Lines changed: 1 addition & 1 deletion
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 = '10.0.0'
39+
version = '11.0.0'
4040
archivesBaseName = 'api-client'
4141
sourceCompatibility = 1.8
4242
targetCompatibility = 1.8

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 := "10.0.0",
5+
version := "11.0.0",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

docs/AccessAllowedReason.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
1010
|**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] |
11+
|**notResources** | **List<String>** | Targeted resources are the resources NOT in this list. The <code>resources</code> and <code>notActions</code> fields must be empty to use this field. | [optional] |
1212
|**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] |
13+
|**notActions** | **List<String>** | Targeted actions are the actions NOT in this list. The <code>actions</code> and <code>notResources</code> fields must be empty to use this field. | [optional] |
1414
|**effect** | **String** | | |
1515
|**roleName** | **String** | | [optional] |
1616

docs/AccessDeniedReason.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
1010
|**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] |
11+
|**notResources** | **List<String>** | Targeted resources are the resources NOT in this list. The <code>resources</code> and <code>notActions</code> fields must be empty to use this field. | [optional] |
1212
|**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] |
13+
|**notActions** | **List<String>** | Targeted actions are the actions NOT in this list. The <code>actions</code> and <code>notResources</code> fields must be empty to use this field. | [optional] |
1414
|**effect** | **String** | | |
1515
|**roleName** | **String** | | [optional] |
1616

docs/AccessDeniedReasonRep.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/AccessDeniedRep.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/AccessRep.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)