Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API-Update: Rename TagResponse1 to TagResponse again #185

Merged
merged 1 commit into from
Sep 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ docs/ListInstancesAuditResponseLinks.md
docs/ListInstancesResponse.md
docs/ListInstancesResponseData.md
docs/ListInstancesResponseLinks.md
docs/ListInstancesResponsePagination.md
docs/ListObjectStorageAuditResponse.md
docs/ListObjectStorageAuditResponseLinks.md
docs/ListObjectStorageResponse.md
Expand Down Expand Up @@ -181,7 +182,6 @@ docs/ListUserAuditResponse.md
docs/ListUserAuditResponseLinks.md
docs/ListUserResponse.md
docs/ListUserResponseLinks.md
docs/ListUserResponsePagination.md
docs/ObjectStorageAuditResponse.md
docs/ObjectStorageResponse.md
docs/ObjectStorageResponseAutoScaling.md
Expand Down Expand Up @@ -438,6 +438,7 @@ pfruck_contabo/model/list_instances_audit_response_links.py
pfruck_contabo/model/list_instances_response.py
pfruck_contabo/model/list_instances_response_data.py
pfruck_contabo/model/list_instances_response_links.py
pfruck_contabo/model/list_instances_response_pagination.py
pfruck_contabo/model/list_object_storage_audit_response.py
pfruck_contabo/model/list_object_storage_audit_response_links.py
pfruck_contabo/model/list_object_storage_response.py
Expand Down Expand Up @@ -467,7 +468,6 @@ pfruck_contabo/model/list_user_audit_response.py
pfruck_contabo/model/list_user_audit_response_links.py
pfruck_contabo/model/list_user_response.py
pfruck_contabo/model/list_user_response_links.py
pfruck_contabo/model/list_user_response_pagination.py
pfruck_contabo/model/object_storage_audit_response.py
pfruck_contabo/model/object_storage_response.py
pfruck_contabo/model/object_storage_response_auto_scaling.py
Expand Down Expand Up @@ -693,6 +693,7 @@ test/test_list_instances_audit_response_links.py
test/test_list_instances_response.py
test/test_list_instances_response_data.py
test/test_list_instances_response_links.py
test/test_list_instances_response_pagination.py
test/test_list_object_storage_audit_response.py
test/test_list_object_storage_audit_response_links.py
test/test_list_object_storage_response.py
Expand Down Expand Up @@ -722,7 +723,6 @@ test/test_list_user_audit_response.py
test/test_list_user_audit_response_links.py
test/test_list_user_response.py
test/test_list_user_response_links.py
test/test_list_user_response_pagination.py
test/test_object_storage_audit_response.py
test/test_object_storage_response.py
test/test_object_storage_response_auto_scaling.py
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ Class | Method | HTTP request | Description
- [ListInstancesResponse](docs/ListInstancesResponse.md)
- [ListInstancesResponseData](docs/ListInstancesResponseData.md)
- [ListInstancesResponseLinks](docs/ListInstancesResponseLinks.md)
- [ListInstancesResponsePagination](docs/ListInstancesResponsePagination.md)
- [ListObjectStorageAuditResponse](docs/ListObjectStorageAuditResponse.md)
- [ListObjectStorageAuditResponseLinks](docs/ListObjectStorageAuditResponseLinks.md)
- [ListObjectStorageResponse](docs/ListObjectStorageResponse.md)
Expand Down Expand Up @@ -368,7 +369,6 @@ Class | Method | HTTP request | Description
- [ListUserAuditResponseLinks](docs/ListUserAuditResponseLinks.md)
- [ListUserResponse](docs/ListUserResponse.md)
- [ListUserResponseLinks](docs/ListUserResponseLinks.md)
- [ListUserResponsePagination](docs/ListUserResponsePagination.md)
- [ObjectStorageAuditResponse](docs/ObjectStorageAuditResponse.md)
- [ObjectStorageResponse](docs/ObjectStorageResponse.md)
- [ObjectStorageResponseAutoScaling](docs/ObjectStorageResponseAutoScaling.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/FindTagResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**[TagResponse]**](TagResponse.md) | |
**data** | [**[TagResponse1]**](TagResponse1.md) | |
**links** | [**CreateTagResponseLinks**](CreateTagResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

Expand Down
2 changes: 1 addition & 1 deletion docs/ImageAuditResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[ImageAuditResponseData]**](ImageAuditResponseData.md) | |
**links** | [**ImageAuditResponseLinks**](ImageAuditResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListAssignmentAuditsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[AssignmentAuditResponse]**](AssignmentAuditResponse.md) | |
**links** | [**ListAssignmentAuditsResponseLinks**](ListAssignmentAuditsResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListAssignmentResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[AssignmentResponse]**](AssignmentResponse.md) | |
**links** | [**ListAssignmentResponseLinks**](ListAssignmentResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListCredentialResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[CredentialData]**](CredentialData.md) | |
**links** | [**ListCredentialResponseLinks**](ListCredentialResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListDataCenterResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[DataCenterResponse]**](DataCenterResponse.md) | |
**links** | [**ListDataCenterResponseLinks**](ListDataCenterResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListImageResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[ListImageResponseData]**](ListImageResponseData.md) | |
**links** | [**ListImageResponseLinks**](ListImageResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListImageResponseData.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Name | Type | Description | Notes
**standard_image** | **bool** | Flag indicating that image is either a standard (true) or a custom image (false) |
**creation_date** | **datetime** | The creation date time for the image |
**last_modified_date** | **datetime** | The last modified date time for the image |
**tags** | [**[TagResponse1]**](TagResponse1.md) | The tags assigned to the image |
**tags** | [**[TagResponse]**](TagResponse.md) | The tags assigned to the image |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/ListInstancesActionsAuditResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[InstancesActionsAuditResponse]**](InstancesActionsAuditResponse.md) | |
**links** | [**ListInstancesActionsAuditResponseLinks**](ListInstancesActionsAuditResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListInstancesAuditResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[InstancesAuditResponse]**](InstancesAuditResponse.md) | |
**links** | [**ListInstancesAuditResponseLinks**](ListInstancesAuditResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListInstancesResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[ListInstancesResponseData]**](ListInstancesResponseData.md) | |
**links** | [**ListInstancesResponseLinks**](ListInstancesResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ListUserResponsePagination
# ListInstancesResponsePagination

Data about pagination like how many results, pages, page size.

Expand Down
2 changes: 1 addition & 1 deletion docs/ListObjectStorageAuditResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[ObjectStorageAuditResponse]**](ObjectStorageAuditResponse.md) | |
**links** | [**ListObjectStorageAuditResponseLinks**](ListObjectStorageAuditResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListObjectStorageResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[ObjectStorageResponse]**](ObjectStorageResponse.md) | |
**links** | [**ListObjectStorageResponseLinks**](ListObjectStorageResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListPrivateNetworkAuditResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[PrivateNetworkAuditResponse]**](PrivateNetworkAuditResponse.md) | |
**links** | [**ListPrivateNetworkAuditResponseLinks**](ListPrivateNetworkAuditResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListPrivateNetworkResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[ListPrivateNetworkResponseData]**](ListPrivateNetworkResponseData.md) | |
**links** | [**ListPrivateNetworkResponseLinks**](ListPrivateNetworkResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListRoleResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[RoleResponse]**](RoleResponse.md) | |
**links** | [**ListRoleResponseLinks**](ListRoleResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListSecretAuditResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[SecretAuditResponse]**](SecretAuditResponse.md) | |
**links** | [**ListSecretAuditResponseLinks**](ListSecretAuditResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListSecretResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[SecretResponse]**](SecretResponse.md) | |
**links** | [**ListSecretResponseLinks**](ListSecretResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListSnapshotResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[SnapshotResponse]**](SnapshotResponse.md) | |
**links** | [**ListSnapshotResponseLinks**](ListSnapshotResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListSnapshotsAuditResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[SnapshotsAuditResponse]**](SnapshotsAuditResponse.md) | |
**links** | [**ListSnapshotsAuditResponseLinks**](ListSnapshotsAuditResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListTagAuditsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[TagAuditResponse]**](TagAuditResponse.md) | |
**links** | [**ListTagAuditsResponseLinks**](ListTagAuditsResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
4 changes: 2 additions & 2 deletions docs/ListTagResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[TagResponse]**](TagResponse.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[TagResponse1]**](TagResponse1.md) | |
**links** | [**ListTagResponseLinks**](ListTagResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

Expand Down
2 changes: 1 addition & 1 deletion docs/ListUserAuditResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[UserAuditResponse]**](UserAuditResponse.md) | |
**links** | [**ListUserAuditResponseLinks**](ListUserAuditResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListUserResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[UserResponse]**](UserResponse.md) | |
**links** | [**ListUserResponseLinks**](ListUserResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
5 changes: 1 addition & 4 deletions docs/TagResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**tenant_id** | **str** | Your customer tenant id |
**customer_id** | **str** | Your customer number |
**tag_id** | **float** | Tag's id |
**name** | **str** | Tag's name |
**color** | **str** | Tag's color |
**tag_name** | **str** | Tag's name |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

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