Skip to content

Commit 0f8b8da

Browse files
author
fenrirserver
committed
Updating auto-generated SDK
1 parent c1f58bf commit 0f8b8da

62 files changed

Lines changed: 494 additions & 440 deletions

File tree

Some content is hidden

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

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.3.0-SNAPSHOT
1+
7.4.0-SNAPSHOT

docs/ApiToken.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**application_uuid** | **str** | A uuid of the application this token is limited to. | [optional]
99
**created** | **datetime** | Time when the token was created. | [optional] [readonly]
10-
**is_public** | **bool** | A boolean value indicating if this token is a private or a public token. | [optional]
1110
**label** | **str** | A label for the token. | [optional]
1211
**token_plaintext** | **object** | A plain text value of the token. Only returned when the token is created. | [optional] [readonly]
1312
**updated** | **datetime** | Time when the token was last updated. | [optional] [readonly]

docs/ApiTokenResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**api_token** | [**ApiToken**](ApiToken.md) | | [optional]
8+
**api_token** | [**ApiToken**](ApiToken.md) | API token | [optional]
99

1010
## Example
1111

docs/Application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**configuration** | [**ApplicationConfiguration**](ApplicationConfiguration.md) | |
8+
**configuration** | [**ApplicationConfiguration**](ApplicationConfiguration.md) | Initial configuration of the application. |
99
**created** | **datetime** | Time when the application was created. | [optional] [readonly]
1010
**name** | **str** | A unique name of the application. |
1111
**updated** | **datetime** | Time when the application was last updated. | [optional] [readonly]

docs/ApplicationConfigurationResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**configuration** | [**ApplicationConfiguration**](ApplicationConfiguration.md) | | [optional]
8+
**configuration** | [**ApplicationConfiguration**](ApplicationConfiguration.md) | An application configuration. | [optional]
99

1010
## Example
1111

docs/ApplicationInstanceResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**instance** | [**ApplicationInstance**](ApplicationInstance.md) | | [optional]
8+
**instance** | [**ApplicationInstance**](ApplicationInstance.md) | An application instance. | [optional]
99

1010
## Example
1111

docs/ApplicationResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**application** | [**Application**](Application.md) | | [optional]
8+
**application** | [**Application**](Application.md) | An application. | [optional]
99

1010
## Example
1111

docs/ApplicationStatsResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**stats** | [**ApplicationStats**](ApplicationStats.md) | | [optional]
8+
**stats** | [**ApplicationStats**](ApplicationStats.md) | Application stats. | [optional]
99

1010
## Example
1111

docs/DeploymentResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**deployment** | [**Deployment**](Deployment.md) | | [optional]
8+
**deployment** | [**Deployment**](Deployment.md) | An application deployment. | [optional]
99

1010
## Example
1111

docs/DeploymentStatsResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**stats** | [**DeploymentStats**](DeploymentStats.md) | | [optional]
8+
**stats** | [**DeploymentStats**](DeploymentStats.md) | Deployment stats. | [optional]
99

1010
## Example
1111

0 commit comments

Comments
 (0)