Skip to content

Commit

Permalink
Merge pull request #52 from devopsarr/feature/code-generation
Browse files Browse the repository at this point in the history
chore(deps): update openapitools/openapi-generator-cli docker tag to v7.4.0
  • Loading branch information
devopsarr[bot] committed Mar 11, 2024
2 parents e07ed33 + ffb20a2 commit 8d69599
Show file tree
Hide file tree
Showing 89 changed files with 309 additions and 308 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:

- API version: v1.13.3.4273
- Package version: 1.0.1 <!--- x-release-please-version -->
- Generator version: 7.4.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
2 changes: 1 addition & 1 deletion docs/ApiInfoResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of ApiInfoResource from a JSON string
api_info_resource_instance = ApiInfoResource.from_json(json)
# print the JSON string representation of the object
print ApiInfoResource.to_json()
print(ApiInfoResource.to_json())

# convert the object into a dict
api_info_resource_dict = api_info_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/AppProfileResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ json = "{}"
# create an instance of AppProfileResource from a JSON string
app_profile_resource_instance = AppProfileResource.from_json(json)
# print the JSON string representation of the object
print AppProfileResource.to_json()
print(AppProfileResource.to_json())

# convert the object into a dict
app_profile_resource_dict = app_profile_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ApplicationBulkResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = "{}"
# create an instance of ApplicationBulkResource from a JSON string
application_bulk_resource_instance = ApplicationBulkResource.from_json(json)
# print the JSON string representation of the object
print ApplicationBulkResource.to_json()
print(ApplicationBulkResource.to_json())

# convert the object into a dict
application_bulk_resource_dict = application_bulk_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ApplicationResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ json = "{}"
# create an instance of ApplicationResource from a JSON string
application_resource_instance = ApplicationResource.from_json(json)
# print the JSON string representation of the object
print ApplicationResource.to_json()
print(ApplicationResource.to_json())

# convert the object into a dict
application_resource_dict = application_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/BackupResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ json = "{}"
# create an instance of BackupResource from a JSON string
backup_resource_instance = BackupResource.from_json(json)
# print the JSON string representation of the object
print BackupResource.to_json()
print(BackupResource.to_json())

# convert the object into a dict
backup_resource_dict = backup_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/Command.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ json = "{}"
# create an instance of Command from a JSON string
command_instance = Command.from_json(json)
# print the JSON string representation of the object
print Command.to_json()
print(Command.to_json())

# convert the object into a dict
command_dict = command_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/CommandResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ json = "{}"
# create an instance of CommandResource from a JSON string
command_resource_instance = CommandResource.from_json(json)
# print the JSON string representation of the object
print CommandResource.to_json()
print(CommandResource.to_json())

# convert the object into a dict
command_resource_dict = command_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ContractField.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ json = "{}"
# create an instance of ContractField from a JSON string
contract_field_instance = ContractField.from_json(json)
# print the JSON string representation of the object
print ContractField.to_json()
print(ContractField.to_json())

# convert the object into a dict
contract_field_dict = contract_field_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/CustomFilterResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = "{}"
# create an instance of CustomFilterResource from a JSON string
custom_filter_resource_instance = CustomFilterResource.from_json(json)
# print the JSON string representation of the object
print CustomFilterResource.to_json()
print(CustomFilterResource.to_json())

# convert the object into a dict
custom_filter_resource_dict = custom_filter_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/DevelopmentConfigResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ json = "{}"
# create an instance of DevelopmentConfigResource from a JSON string
development_config_resource_instance = DevelopmentConfigResource.from_json(json)
# print the JSON string representation of the object
print DevelopmentConfigResource.to_json()
print(DevelopmentConfigResource.to_json())

# convert the object into a dict
development_config_resource_dict = development_config_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/DownloadClientBulkResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ json = "{}"
# create an instance of DownloadClientBulkResource from a JSON string
download_client_bulk_resource_instance = DownloadClientBulkResource.from_json(json)
# print the JSON string representation of the object
print DownloadClientBulkResource.to_json()
print(DownloadClientBulkResource.to_json())

# convert the object into a dict
download_client_bulk_resource_dict = download_client_bulk_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/DownloadClientCategory.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of DownloadClientCategory from a JSON string
download_client_category_instance = DownloadClientCategory.from_json(json)
# print the JSON string representation of the object
print DownloadClientCategory.to_json()
print(DownloadClientCategory.to_json())

# convert the object into a dict
download_client_category_dict = download_client_category_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/DownloadClientConfigResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ json = "{}"
# create an instance of DownloadClientConfigResource from a JSON string
download_client_config_resource_instance = DownloadClientConfigResource.from_json(json)
# print the JSON string representation of the object
print DownloadClientConfigResource.to_json()
print(DownloadClientConfigResource.to_json())

# convert the object into a dict
download_client_config_resource_dict = download_client_config_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/DownloadClientResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ json = "{}"
# create an instance of DownloadClientResource from a JSON string
download_client_resource_instance = DownloadClientResource.from_json(json)
# print the JSON string representation of the object
print DownloadClientResource.to_json()
print(DownloadClientResource.to_json())

# convert the object into a dict
download_client_resource_dict = download_client_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/HealthResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ json = "{}"
# create an instance of HealthResource from a JSON string
health_resource_instance = HealthResource.from_json(json)
# print the JSON string representation of the object
print HealthResource.to_json()
print(HealthResource.to_json())

# convert the object into a dict
health_resource_dict = health_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/HistoryResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ json = "{}"
# create an instance of HistoryResource from a JSON string
history_resource_instance = HistoryResource.from_json(json)
# print the JSON string representation of the object
print HistoryResource.to_json()
print(HistoryResource.to_json())

# convert the object into a dict
history_resource_dict = history_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/HistoryResourcePagingResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ json = "{}"
# create an instance of HistoryResourcePagingResource from a JSON string
history_resource_paging_resource_instance = HistoryResourcePagingResource.from_json(json)
# print the JSON string representation of the object
print HistoryResourcePagingResource.to_json()
print(HistoryResourcePagingResource.to_json())

# convert the object into a dict
history_resource_paging_resource_dict = history_resource_paging_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/HostConfigResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ json = "{}"
# create an instance of HostConfigResource from a JSON string
host_config_resource_instance = HostConfigResource.from_json(json)
# print the JSON string representation of the object
print HostConfigResource.to_json()
print(HostConfigResource.to_json())

# convert the object into a dict
host_config_resource_dict = host_config_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/HostStatistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ json = "{}"
# create an instance of HostStatistics from a JSON string
host_statistics_instance = HostStatistics.from_json(json)
# print the JSON string representation of the object
print HostStatistics.to_json()
print(HostStatistics.to_json())

# convert the object into a dict
host_statistics_dict = host_statistics_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/IndexerBulkResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ json = "{}"
# create an instance of IndexerBulkResource from a JSON string
indexer_bulk_resource_instance = IndexerBulkResource.from_json(json)
# print the JSON string representation of the object
print IndexerBulkResource.to_json()
print(IndexerBulkResource.to_json())

# convert the object into a dict
indexer_bulk_resource_dict = indexer_bulk_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/IndexerCapabilityResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ json = "{}"
# create an instance of IndexerCapabilityResource from a JSON string
indexer_capability_resource_instance = IndexerCapabilityResource.from_json(json)
# print the JSON string representation of the object
print IndexerCapabilityResource.to_json()
print(IndexerCapabilityResource.to_json())

# convert the object into a dict
indexer_capability_resource_dict = indexer_capability_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/IndexerCategory.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = "{}"
# create an instance of IndexerCategory from a JSON string
indexer_category_instance = IndexerCategory.from_json(json)
# print the JSON string representation of the object
print IndexerCategory.to_json()
print(IndexerCategory.to_json())

# convert the object into a dict
indexer_category_dict = indexer_category_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/IndexerProxyResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ json = "{}"
# create an instance of IndexerProxyResource from a JSON string
indexer_proxy_resource_instance = IndexerProxyResource.from_json(json)
# print the JSON string representation of the object
print IndexerProxyResource.to_json()
print(IndexerProxyResource.to_json())

# convert the object into a dict
indexer_proxy_resource_dict = indexer_proxy_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/IndexerResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ json = "{}"
# create an instance of IndexerResource from a JSON string
indexer_resource_instance = IndexerResource.from_json(json)
# print the JSON string representation of the object
print IndexerResource.to_json()
print(IndexerResource.to_json())

# convert the object into a dict
indexer_resource_dict = indexer_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/IndexerStatistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ json = "{}"
# create an instance of IndexerStatistics from a JSON string
indexer_statistics_instance = IndexerStatistics.from_json(json)
# print the JSON string representation of the object
print IndexerStatistics.to_json()
print(IndexerStatistics.to_json())

# convert the object into a dict
indexer_statistics_dict = indexer_statistics_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/IndexerStatsResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = "{}"
# create an instance of IndexerStatsResource from a JSON string
indexer_stats_resource_instance = IndexerStatsResource.from_json(json)
# print the JSON string representation of the object
print IndexerStatsResource.to_json()
print(IndexerStatsResource.to_json())

# convert the object into a dict
indexer_stats_resource_dict = indexer_stats_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/IndexerStatusResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ json = "{}"
# create an instance of IndexerStatusResource from a JSON string
indexer_status_resource_instance = IndexerStatusResource.from_json(json)
# print the JSON string representation of the object
print IndexerStatusResource.to_json()
print(IndexerStatusResource.to_json())

# convert the object into a dict
indexer_status_resource_dict = indexer_status_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/LocalizationOption.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of LocalizationOption from a JSON string
localization_option_instance = LocalizationOption.from_json(json)
# print the JSON string representation of the object
print LocalizationOption.to_json()
print(LocalizationOption.to_json())

# convert the object into a dict
localization_option_dict = localization_option_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/LogFileResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ json = "{}"
# create an instance of LogFileResource from a JSON string
log_file_resource_instance = LogFileResource.from_json(json)
# print the JSON string representation of the object
print LogFileResource.to_json()
print(LogFileResource.to_json())

# convert the object into a dict
log_file_resource_dict = log_file_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/LogResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ json = "{}"
# create an instance of LogResource from a JSON string
log_resource_instance = LogResource.from_json(json)
# print the JSON string representation of the object
print LogResource.to_json()
print(LogResource.to_json())

# convert the object into a dict
log_resource_dict = log_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/LogResourcePagingResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ json = "{}"
# create an instance of LogResourcePagingResource from a JSON string
log_resource_paging_resource_instance = LogResourcePagingResource.from_json(json)
# print the JSON string representation of the object
print LogResourcePagingResource.to_json()
print(LogResourcePagingResource.to_json())

# convert the object into a dict
log_resource_paging_resource_dict = log_resource_paging_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/NotificationResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ json = "{}"
# create an instance of NotificationResource from a JSON string
notification_resource_instance = NotificationResource.from_json(json)
# print the JSON string representation of the object
print NotificationResource.to_json()
print(NotificationResource.to_json())

# convert the object into a dict
notification_resource_dict = notification_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/PingResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ json = "{}"
# create an instance of PingResource from a JSON string
ping_resource_instance = PingResource.from_json(json)
# print the JSON string representation of the object
print PingResource.to_json()
print(PingResource.to_json())

# convert the object into a dict
ping_resource_dict = ping_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ProviderMessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of ProviderMessage from a JSON string
provider_message_instance = ProviderMessage.from_json(json)
# print the JSON string representation of the object
print ProviderMessage.to_json()
print(ProviderMessage.to_json())

# convert the object into a dict
provider_message_dict = provider_message_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ReleaseResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ json = "{}"
# create an instance of ReleaseResource from a JSON string
release_resource_instance = ReleaseResource.from_json(json)
# print the JSON string representation of the object
print ReleaseResource.to_json()
print(ReleaseResource.to_json())

# convert the object into a dict
release_resource_dict = release_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/SelectOption.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ json = "{}"
# create an instance of SelectOption from a JSON string
select_option_instance = SelectOption.from_json(json)
# print the JSON string representation of the object
print SelectOption.to_json()
print(SelectOption.to_json())

# convert the object into a dict
select_option_dict = select_option_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/SystemResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ json = "{}"
# create an instance of SystemResource from a JSON string
system_resource_instance = SystemResource.from_json(json)
# print the JSON string representation of the object
print SystemResource.to_json()
print(SystemResource.to_json())

# convert the object into a dict
system_resource_dict = system_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/TagDetailsResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ json = "{}"
# create an instance of TagDetailsResource from a JSON string
tag_details_resource_instance = TagDetailsResource.from_json(json)
# print the JSON string representation of the object
print TagDetailsResource.to_json()
print(TagDetailsResource.to_json())

# convert the object into a dict
tag_details_resource_dict = tag_details_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/TagResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of TagResource from a JSON string
tag_resource_instance = TagResource.from_json(json)
# print the JSON string representation of the object
print TagResource.to_json()
print(TagResource.to_json())

# convert the object into a dict
tag_resource_dict = tag_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/TaskResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ json = "{}"
# create an instance of TaskResource from a JSON string
task_resource_instance = TaskResource.from_json(json)
# print the JSON string representation of the object
print TaskResource.to_json()
print(TaskResource.to_json())

# convert the object into a dict
task_resource_dict = task_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/UiConfigResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ json = "{}"
# create an instance of UiConfigResource from a JSON string
ui_config_resource_instance = UiConfigResource.from_json(json)
# print the JSON string representation of the object
print UiConfigResource.to_json()
print(UiConfigResource.to_json())

# convert the object into a dict
ui_config_resource_dict = ui_config_resource_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/UpdateChanges.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of UpdateChanges from a JSON string
update_changes_instance = UpdateChanges.from_json(json)
# print the JSON string representation of the object
print UpdateChanges.to_json()
print(UpdateChanges.to_json())

# convert the object into a dict
update_changes_dict = update_changes_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/UpdateResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ json = "{}"
# create an instance of UpdateResource from a JSON string
update_resource_instance = UpdateResource.from_json(json)
# print the JSON string representation of the object
print UpdateResource.to_json()
print(UpdateResource.to_json())

# convert the object into a dict
update_resource_dict = update_resource_instance.to_dict()
Expand Down
Loading

0 comments on commit 8d69599

Please sign in to comment.