Skip to content

Commit 54e1bb1

Browse files
Merge pull request #71 from devopsarr/feature/code-generation
chore(deps): update openapitools/openapi-generator-cli docker tag to v7.7.0
2 parents be4eb13 + bcc52a3 commit 54e1bb1

File tree

96 files changed

+1331
-966
lines changed

Some content is hidden

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

96 files changed

+1331
-966
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
55

66
- API version: v4.0.8.1874
77
- Package version: 1.0.1 <!--- x-release-please-version -->
8-
- Generator version: 7.6.0
8+
- Generator version: 7.7.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

1111
## Requirements.

docs/ApplyTags.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# ApplyTags
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `ADD` (value: `'add'`)
7+
8+
* `REMOVE` (value: `'remove'`)
9+
10+
* `REPLACE` (value: `'replace'`)
811

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

docs/AuthenticationRequiredType.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# AuthenticationRequiredType
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `ENABLED` (value: `'enabled'`)
7+
8+
* `DISABLEDFORLOCALADDRESSES` (value: `'disabledForLocalAddresses'`)
89

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

docs/AuthenticationType.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# AuthenticationType
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `NONE` (value: `'none'`)
7+
8+
* `BASIC` (value: `'basic'`)
9+
10+
* `FORMS` (value: `'forms'`)
11+
12+
* `EXTERNAL` (value: `'external'`)
813

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

docs/BackupType.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# BackupType
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `SCHEDULED` (value: `'scheduled'`)
7+
8+
* `MANUAL` (value: `'manual'`)
9+
10+
* `UPDATE` (value: `'update'`)
811

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

docs/CertificateValidationType.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# CertificateValidationType
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `ENABLED` (value: `'enabled'`)
7+
8+
* `DISABLEDFORLOCALADDRESSES` (value: `'disabledForLocalAddresses'`)
9+
10+
* `DISABLED` (value: `'disabled'`)
811

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

docs/CommandPriority.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# CommandPriority
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `NORMAL` (value: `'normal'`)
7+
8+
* `HIGH` (value: `'high'`)
9+
10+
* `LOW` (value: `'low'`)
811

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

docs/CommandResult.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# CommandResult
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `UNKNOWN` (value: `'unknown'`)
7+
8+
* `SUCCESSFUL` (value: `'successful'`)
9+
10+
* `UNSUCCESSFUL` (value: `'unsuccessful'`)
811

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

docs/CommandStatus.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# CommandStatus
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `QUEUED` (value: `'queued'`)
7+
8+
* `STARTED` (value: `'started'`)
9+
10+
* `COMPLETED` (value: `'completed'`)
11+
12+
* `FAILED` (value: `'failed'`)
13+
14+
* `ABORTED` (value: `'aborted'`)
15+
16+
* `CANCELLED` (value: `'cancelled'`)
17+
18+
* `ORPHANED` (value: `'orphaned'`)
819

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

docs/CommandTrigger.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# CommandTrigger
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `UNSPECIFIED` (value: `'unspecified'`)
7+
8+
* `MANUAL` (value: `'manual'`)
9+
10+
* `SCHEDULED` (value: `'scheduled'`)
811

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

0 commit comments

Comments
 (0)