From e703fd62a00347fb39f87fae05e8605476a2ab4e Mon Sep 17 00:00:00 2001 From: ladybugbot Date: Sat, 30 Dec 2023 12:32:37 +0000 Subject: [PATCH] upgrade SDK to v0.47.0 --- .apigentools-info | 4 +- README.md | 2 +- docs/APITokensApi.md | 237 +----------------- docs/Application.md | 2 + docs/ApplicationsApi.md | 9 +- docs/JobsApi.md | 12 +- docs/OrgsApi.md | 77 +++++- docs/TeamsApi.md | 78 +++++- pollination_sdk/__init__.py | 4 +- pollination_sdk/api/accounts_api.py | 2 +- pollination_sdk/api/api_tokens_api.py | 10 +- pollination_sdk/api/applications_api.py | 9 +- pollination_sdk/api/artifacts_api.py | 2 +- pollination_sdk/api/jobs_api.py | 16 +- pollination_sdk/api/licenses_api.py | 2 +- pollination_sdk/api/orgs_api.py | 4 +- pollination_sdk/api/plugins_api.py | 2 +- pollination_sdk/api/projects_api.py | 2 +- pollination_sdk/api/recipes_api.py | 2 +- pollination_sdk/api/registries_api.py | 2 +- pollination_sdk/api/runs_api.py | 2 +- pollination_sdk/api/subscription_plans_api.py | 2 +- pollination_sdk/api/subscriptions_api.py | 2 +- pollination_sdk/api/teams_api.py | 4 +- pollination_sdk/api/user_api.py | 2 +- pollination_sdk/api/users_api.py | 2 +- pollination_sdk/api_client.py | 4 +- pollination_sdk/configuration.py | 4 +- pollination_sdk/exceptions.py | 2 +- pollination_sdk/models/__init__.py | 2 +- pollination_sdk/models/accessor.py | 2 +- pollination_sdk/models/account_public.py | 2 +- pollination_sdk/models/account_type.py | 2 +- pollination_sdk/models/activation.py | 2 +- pollination_sdk/models/activation_list.py | 2 +- pollination_sdk/models/api_token.py | 2 +- pollination_sdk/models/api_token_create.py | 2 +- pollination_sdk/models/api_token_list.py | 2 +- pollination_sdk/models/api_token_private.py | 2 +- pollination_sdk/models/application.py | 65 ++++- .../models/application_access_policy.py | 2 +- .../models/application_access_policy_list.py | 2 +- pollination_sdk/models/application_create.py | 2 +- .../models/application_deployment.py | 2 +- pollination_sdk/models/application_list.py | 2 +- .../models/application_policy_subject.py | 2 +- .../models/application_sort_key.py | 2 +- pollination_sdk/models/application_update.py | 2 +- pollination_sdk/models/application_version.py | 2 +- .../models/application_version_list.py | 2 +- pollination_sdk/models/baked_recipe.py | 2 +- pollination_sdk/models/billing_info.py | 2 +- pollination_sdk/models/billing_option.py | 2 +- ...n_function_or_method_owner_plugins_post.py | 2 +- .../body_post_recipe_owner_recipes_post.py | 2 +- pollination_sdk/models/build_status.py | 2 +- pollination_sdk/models/build_status_enum.py | 2 +- pollination_sdk/models/card_type.py | 2 +- pollination_sdk/models/cloud_job.py | 2 +- pollination_sdk/models/cloud_job_list.py | 2 +- pollination_sdk/models/created_content.py | 2 +- pollination_sdk/models/dag.py | 2 +- pollination_sdk/models/dag_array_input.py | 2 +- .../models/dag_array_input_alias.py | 2 +- pollination_sdk/models/dag_array_output.py | 2 +- .../models/dag_array_output_alias.py | 2 +- pollination_sdk/models/dag_boolean_input.py | 2 +- .../models/dag_boolean_input_alias.py | 2 +- pollination_sdk/models/dag_boolean_output.py | 2 +- .../models/dag_boolean_output_alias.py | 2 +- pollination_sdk/models/dag_file_input.py | 2 +- .../models/dag_file_input_alias.py | 2 +- pollination_sdk/models/dag_file_output.py | 2 +- .../models/dag_file_output_alias.py | 2 +- pollination_sdk/models/dag_folder_input.py | 2 +- .../models/dag_folder_input_alias.py | 2 +- pollination_sdk/models/dag_folder_output.py | 2 +- .../models/dag_folder_output_alias.py | 2 +- pollination_sdk/models/dag_generic_input.py | 2 +- .../models/dag_generic_input_alias.py | 2 +- pollination_sdk/models/dag_generic_output.py | 2 +- .../models/dag_generic_output_alias.py | 2 +- pollination_sdk/models/dag_integer_input.py | 2 +- .../models/dag_integer_input_alias.py | 2 +- pollination_sdk/models/dag_integer_output.py | 2 +- .../models/dag_integer_output_alias.py | 2 +- .../models/dag_linked_input_alias.py | 2 +- .../models/dag_linked_output_alias.py | 2 +- pollination_sdk/models/dag_number_input.py | 2 +- .../models/dag_number_input_alias.py | 2 +- pollination_sdk/models/dag_number_output.py | 2 +- .../models/dag_number_output_alias.py | 2 +- pollination_sdk/models/dag_path_input.py | 2 +- .../models/dag_path_input_alias.py | 2 +- pollination_sdk/models/dag_path_output.py | 2 +- .../models/dag_path_output_alias.py | 2 +- pollination_sdk/models/dag_string_input.py | 2 +- .../models/dag_string_input_alias.py | 2 +- pollination_sdk/models/dag_string_output.py | 2 +- .../models/dag_string_output_alias.py | 2 +- pollination_sdk/models/dag_task.py | 2 +- pollination_sdk/models/dag_task_loop.py | 2 +- .../models/dagjson_object_input.py | 2 +- .../models/dagjson_object_input_alias.py | 2 +- .../models/dagjson_object_output.py | 2 +- .../models/dagjson_object_output_alias.py | 2 +- pollination_sdk/models/daily_usage.py | 2 +- pollination_sdk/models/dependency.py | 2 +- pollination_sdk/models/dependency_kind.py | 2 +- pollination_sdk/models/deployment_config.py | 2 +- pollination_sdk/models/docker_config.py | 2 +- pollination_sdk/models/file_meta.py | 2 +- pollination_sdk/models/file_reference.py | 2 +- pollination_sdk/models/folder_reference.py | 2 +- pollination_sdk/models/function.py | 2 +- .../models/function_array_input.py | 2 +- .../models/function_array_output.py | 2 +- .../models/function_boolean_input.py | 2 +- .../models/function_boolean_output.py | 2 +- pollination_sdk/models/function_file_input.py | 2 +- .../models/function_file_output.py | 2 +- .../models/function_folder_input.py | 2 +- .../models/function_folder_output.py | 2 +- .../models/function_integer_input.py | 2 +- .../models/function_integer_output.py | 2 +- .../models/function_json_object_input.py | 2 +- .../models/function_json_object_output.py | 2 +- .../models/function_number_input.py | 2 +- .../models/function_number_output.py | 2 +- pollination_sdk/models/function_path_input.py | 2 +- .../models/function_path_output.py | 2 +- .../models/function_string_input.py | 2 +- .../models/function_string_output.py | 2 +- pollination_sdk/models/http.py | 2 +- .../models/http_validation_error.py | 2 +- .../models/input_file_reference.py | 2 +- .../models/input_folder_reference.py | 2 +- .../models/input_path_reference.py | 2 +- pollination_sdk/models/input_reference.py | 2 +- pollination_sdk/models/io_alias_handler.py | 2 +- pollination_sdk/models/item_reference.py | 2 +- pollination_sdk/models/item_type.py | 2 +- pollination_sdk/models/job.py | 2 +- pollination_sdk/models/job_argument.py | 2 +- pollination_sdk/models/job_path_argument.py | 2 +- pollination_sdk/models/job_status.py | 2 +- pollination_sdk/models/job_status_enum.py | 2 +- pollination_sdk/models/key_request.py | 2 +- pollination_sdk/models/license.py | 2 +- .../models/license_pool_access_policy.py | 2 +- .../models/license_pool_access_policy_list.py | 2 +- pollination_sdk/models/license_pool_list.py | 2 +- .../models/license_pool_policy_subject.py | 2 +- .../license_pool_policy_subject_list.py | 2 +- pollination_sdk/models/license_pool_public.py | 2 +- pollination_sdk/models/license_pool_update.py | 2 +- pollination_sdk/models/license_public.py | 2 +- pollination_sdk/models/license_type.py | 2 +- pollination_sdk/models/local_config.py | 2 +- pollination_sdk/models/location.py | 2 +- pollination_sdk/models/maintainer.py | 2 +- pollination_sdk/models/meta_data.py | 2 +- pollination_sdk/models/metadata.py | 2 +- .../models/new_application_version.py | 2 +- pollination_sdk/models/new_plugin_package.py | 2 +- pollination_sdk/models/new_recipe_package.py | 2 +- pollination_sdk/models/organization.py | 2 +- pollination_sdk/models/organization_create.py | 2 +- pollination_sdk/models/organization_list.py | 2 +- pollination_sdk/models/organization_member.py | 2 +- .../models/organization_member_list.py | 2 +- .../models/organization_role_enum.py | 2 +- pollination_sdk/models/organization_update.py | 2 +- pollination_sdk/models/package_sort_key.py | 2 +- pollination_sdk/models/package_version.py | 2 +- pollination_sdk/models/paused_reason.py | 2 +- pollination_sdk/models/pay_link.py | 2 +- pollination_sdk/models/payment.py | 2 +- pollination_sdk/models/payment_method.py | 2 +- pollination_sdk/models/payment_method_enum.py | 2 +- pollination_sdk/models/permission.py | 2 +- pollination_sdk/models/plan_type.py | 2 +- pollination_sdk/models/plugin.py | 2 +- pollination_sdk/models/plugin_config.py | 2 +- pollination_sdk/models/plugin_package.py | 2 +- pollination_sdk/models/plugin_package_list.py | 2 +- pollination_sdk/models/policy_subject.py | 2 +- pollination_sdk/models/project.py | 2 +- .../models/project_access_policy.py | 2 +- .../models/project_access_policy_list.py | 2 +- pollination_sdk/models/project_create.py | 2 +- pollination_sdk/models/project_folder.py | 2 +- pollination_sdk/models/project_list.py | 2 +- .../models/project_policy_subject.py | 2 +- .../models/project_recipe_filter.py | 2 +- .../models/project_recipe_filter_list.py | 2 +- pollination_sdk/models/project_sort_key.py | 2 +- pollination_sdk/models/project_update.py | 2 +- pollination_sdk/models/public_account_list.py | 2 +- pollination_sdk/models/quota.py | 2 +- pollination_sdk/models/quota_list.py | 2 +- pollination_sdk/models/quota_plan.py | 2 +- pollination_sdk/models/quota_type.py | 2 +- pollination_sdk/models/recipe.py | 2 +- pollination_sdk/models/recipe_interface.py | 2 +- .../models/recipe_interface_list.py | 2 +- pollination_sdk/models/recipe_package.py | 2 +- pollination_sdk/models/recipe_package_list.py | 2 +- pollination_sdk/models/repository.py | 2 +- .../models/repository_access_policy.py | 2 +- .../models/repository_access_policy_list.py | 2 +- pollination_sdk/models/repository_create.py | 2 +- pollination_sdk/models/repository_index.py | 2 +- pollination_sdk/models/repository_list.py | 2 +- pollination_sdk/models/repository_metadata.py | 2 +- .../models/repository_policy_subject.py | 2 +- pollination_sdk/models/repository_sort_key.py | 2 +- pollination_sdk/models/repository_update.py | 2 +- .../models/repository_user_permissions.py | 2 +- pollination_sdk/models/resources_duration.py | 2 +- pollination_sdk/models/retry_config.py | 2 +- pollination_sdk/models/role_enum.py | 2 +- pollination_sdk/models/run.py | 2 +- pollination_sdk/models/run_list.py | 2 +- pollination_sdk/models/run_meta.py | 2 +- pollination_sdk/models/run_progress.py | 2 +- pollination_sdk/models/run_result_list.py | 2 +- pollination_sdk/models/run_status.py | 2 +- pollination_sdk/models/run_status_enum.py | 2 +- pollination_sdk/models/s3.py | 2 +- pollination_sdk/models/s3_upload_request.py | 2 +- pollination_sdk/models/scripting_languages.py | 2 +- pollination_sdk/models/sdk_enum.py | 5 +- pollination_sdk/models/sort_enum.py | 2 +- pollination_sdk/models/status_type.py | 2 +- pollination_sdk/models/step_array_input.py | 2 +- pollination_sdk/models/step_array_output.py | 2 +- pollination_sdk/models/step_boolean_input.py | 2 +- pollination_sdk/models/step_boolean_output.py | 2 +- pollination_sdk/models/step_file_input.py | 2 +- pollination_sdk/models/step_file_output.py | 2 +- pollination_sdk/models/step_folder_input.py | 2 +- pollination_sdk/models/step_folder_output.py | 2 +- pollination_sdk/models/step_integer_input.py | 2 +- pollination_sdk/models/step_integer_output.py | 2 +- .../models/step_json_object_input.py | 2 +- .../models/step_json_object_output.py | 2 +- pollination_sdk/models/step_list.py | 2 +- pollination_sdk/models/step_number_input.py | 2 +- pollination_sdk/models/step_number_output.py | 2 +- pollination_sdk/models/step_path_input.py | 2 +- pollination_sdk/models/step_path_output.py | 2 +- pollination_sdk/models/step_status.py | 2 +- pollination_sdk/models/step_status_enum.py | 2 +- pollination_sdk/models/step_string_input.py | 2 +- pollination_sdk/models/step_string_output.py | 2 +- pollination_sdk/models/subject_type.py | 2 +- pollination_sdk/models/subscription.py | 2 +- pollination_sdk/models/subscription_create.py | 2 +- .../models/subscription_payment.py | 2 +- pollination_sdk/models/subscription_plan.py | 2 +- pollination_sdk/models/subscription_update.py | 2 +- .../models/subscription_update_dry_run.py | 2 +- pollination_sdk/models/task_argument.py | 2 +- pollination_sdk/models/task_file_reference.py | 2 +- .../models/task_folder_reference.py | 2 +- pollination_sdk/models/task_path_argument.py | 2 +- pollination_sdk/models/task_path_reference.py | 2 +- pollination_sdk/models/task_path_return.py | 2 +- pollination_sdk/models/task_reference.py | 2 +- pollination_sdk/models/task_return.py | 2 +- pollination_sdk/models/team.py | 2 +- pollination_sdk/models/team_create.py | 2 +- pollination_sdk/models/team_list.py | 2 +- pollination_sdk/models/team_member.py | 2 +- pollination_sdk/models/team_member_list.py | 2 +- pollination_sdk/models/team_role_enum.py | 2 +- pollination_sdk/models/team_update.py | 2 +- pollination_sdk/models/template_function.py | 2 +- pollination_sdk/models/update_accepted.py | 2 +- pollination_sdk/models/usage.py | 2 +- pollination_sdk/models/user_create.py | 2 +- pollination_sdk/models/user_permission.py | 2 +- pollination_sdk/models/user_private.py | 2 +- pollination_sdk/models/user_public.py | 2 +- pollination_sdk/models/user_public_list.py | 2 +- pollination_sdk/models/user_update.py | 2 +- pollination_sdk/models/validation_error.py | 2 +- .../models/value_file_reference.py | 2 +- .../models/value_folder_reference.py | 2 +- .../models/value_list_reference.py | 2 +- pollination_sdk/models/value_reference.py | 2 +- pollination_sdk/rest.py | 2 +- setup.py | 4 +- test-requirements.txt | 4 +- test/test_accessor.py | 2 +- test/test_account_public.py | 2 +- test/test_account_type.py | 2 +- test/test_accounts_api.py | 2 +- test/test_activation.py | 2 +- test/test_activation_list.py | 2 +- test/test_api_token.py | 2 +- test/test_api_token_create.py | 2 +- test/test_api_token_list.py | 2 +- test/test_api_token_private.py | 2 +- test/test_api_tokens_api.py | 2 +- test/test_application.py | 7 +- test/test_application_access_policy.py | 2 +- test/test_application_access_policy_list.py | 2 +- test/test_application_create.py | 2 +- test/test_application_deployment.py | 2 +- test/test_application_list.py | 10 +- test/test_application_policy_subject.py | 2 +- test/test_application_sort_key.py | 2 +- test/test_application_update.py | 2 +- test/test_application_version.py | 2 +- test/test_application_version_list.py | 2 +- test/test_applications_api.py | 2 +- test/test_artifacts_api.py | 2 +- test/test_baked_recipe.py | 2 +- test/test_billing_info.py | 2 +- test/test_billing_option.py | 2 +- ...n_function_or_method_owner_plugins_post.py | 2 +- ...est_body_post_recipe_owner_recipes_post.py | 2 +- test/test_build_status.py | 2 +- test/test_build_status_enum.py | 2 +- test/test_card_type.py | 2 +- test/test_cloud_job.py | 2 +- test/test_cloud_job_list.py | 2 +- test/test_created_content.py | 2 +- test/test_dag.py | 2 +- test/test_dag_array_input.py | 2 +- test/test_dag_array_input_alias.py | 2 +- test/test_dag_array_output.py | 2 +- test/test_dag_array_output_alias.py | 2 +- test/test_dag_boolean_input.py | 2 +- test/test_dag_boolean_input_alias.py | 2 +- test/test_dag_boolean_output.py | 2 +- test/test_dag_boolean_output_alias.py | 2 +- test/test_dag_file_input.py | 2 +- test/test_dag_file_input_alias.py | 2 +- test/test_dag_file_output.py | 2 +- test/test_dag_file_output_alias.py | 2 +- test/test_dag_folder_input.py | 2 +- test/test_dag_folder_input_alias.py | 2 +- test/test_dag_folder_output.py | 2 +- test/test_dag_folder_output_alias.py | 2 +- test/test_dag_generic_input.py | 2 +- test/test_dag_generic_input_alias.py | 2 +- test/test_dag_generic_output.py | 2 +- test/test_dag_generic_output_alias.py | 2 +- test/test_dag_integer_input.py | 2 +- test/test_dag_integer_input_alias.py | 2 +- test/test_dag_integer_output.py | 2 +- test/test_dag_integer_output_alias.py | 2 +- test/test_dag_linked_input_alias.py | 2 +- test/test_dag_linked_output_alias.py | 2 +- test/test_dag_number_input.py | 2 +- test/test_dag_number_input_alias.py | 2 +- test/test_dag_number_output.py | 2 +- test/test_dag_number_output_alias.py | 2 +- test/test_dag_path_input.py | 2 +- test/test_dag_path_input_alias.py | 2 +- test/test_dag_path_output.py | 2 +- test/test_dag_path_output_alias.py | 2 +- test/test_dag_string_input.py | 2 +- test/test_dag_string_input_alias.py | 2 +- test/test_dag_string_output.py | 2 +- test/test_dag_string_output_alias.py | 2 +- test/test_dag_task.py | 2 +- test/test_dag_task_loop.py | 2 +- test/test_dagjson_object_input.py | 2 +- test/test_dagjson_object_input_alias.py | 2 +- test/test_dagjson_object_output.py | 2 +- test/test_dagjson_object_output_alias.py | 2 +- test/test_daily_usage.py | 2 +- test/test_dependency.py | 2 +- test/test_dependency_kind.py | 2 +- test/test_deployment_config.py | 2 +- test/test_docker_config.py | 2 +- test/test_file_meta.py | 2 +- test/test_file_reference.py | 2 +- test/test_folder_reference.py | 2 +- test/test_function.py | 2 +- test/test_function_array_input.py | 2 +- test/test_function_array_output.py | 2 +- test/test_function_boolean_input.py | 2 +- test/test_function_boolean_output.py | 2 +- test/test_function_file_input.py | 2 +- test/test_function_file_output.py | 2 +- test/test_function_folder_input.py | 2 +- test/test_function_folder_output.py | 2 +- test/test_function_integer_input.py | 2 +- test/test_function_integer_output.py | 2 +- test/test_function_json_object_input.py | 2 +- test/test_function_json_object_output.py | 2 +- test/test_function_number_input.py | 2 +- test/test_function_number_output.py | 2 +- test/test_function_path_input.py | 2 +- test/test_function_path_output.py | 2 +- test/test_function_string_input.py | 2 +- test/test_function_string_output.py | 2 +- test/test_http.py | 2 +- test/test_http_validation_error.py | 2 +- test/test_input_file_reference.py | 2 +- test/test_input_folder_reference.py | 2 +- test/test_input_path_reference.py | 2 +- test/test_input_reference.py | 2 +- test/test_io_alias_handler.py | 2 +- test/test_item_reference.py | 2 +- test/test_item_type.py | 2 +- test/test_job.py | 2 +- test/test_job_argument.py | 2 +- test/test_job_path_argument.py | 2 +- test/test_job_status.py | 2 +- test/test_job_status_enum.py | 2 +- test/test_jobs_api.py | 2 +- test/test_key_request.py | 2 +- test/test_license.py | 2 +- test/test_license_pool_access_policy.py | 2 +- test/test_license_pool_access_policy_list.py | 2 +- test/test_license_pool_list.py | 2 +- test/test_license_pool_policy_subject.py | 2 +- test/test_license_pool_policy_subject_list.py | 2 +- test/test_license_pool_public.py | 2 +- test/test_license_pool_update.py | 2 +- test/test_license_public.py | 2 +- test/test_license_type.py | 2 +- test/test_licenses_api.py | 2 +- test/test_local_config.py | 2 +- test/test_location.py | 2 +- test/test_maintainer.py | 2 +- test/test_meta_data.py | 2 +- test/test_metadata.py | 2 +- test/test_new_application_version.py | 2 +- test/test_new_plugin_package.py | 2 +- test/test_new_recipe_package.py | 2 +- test/test_organization.py | 2 +- test/test_organization_create.py | 2 +- test/test_organization_list.py | 2 +- test/test_organization_member.py | 2 +- test/test_organization_member_list.py | 2 +- test/test_organization_role_enum.py | 2 +- test/test_organization_update.py | 2 +- test/test_orgs_api.py | 2 +- test/test_package_sort_key.py | 2 +- test/test_package_version.py | 2 +- test/test_paused_reason.py | 2 +- test/test_pay_link.py | 2 +- test/test_payment.py | 2 +- test/test_payment_method.py | 2 +- test/test_payment_method_enum.py | 2 +- test/test_permission.py | 2 +- test/test_plan_type.py | 2 +- test/test_plugin.py | 2 +- test/test_plugin_config.py | 2 +- test/test_plugin_package.py | 2 +- test/test_plugin_package_list.py | 2 +- test/test_plugins_api.py | 2 +- test/test_policy_subject.py | 2 +- test/test_project.py | 2 +- test/test_project_access_policy.py | 2 +- test/test_project_access_policy_list.py | 2 +- test/test_project_create.py | 2 +- test/test_project_folder.py | 2 +- test/test_project_list.py | 2 +- test/test_project_policy_subject.py | 2 +- test/test_project_recipe_filter.py | 2 +- test/test_project_recipe_filter_list.py | 2 +- test/test_project_sort_key.py | 2 +- test/test_project_update.py | 2 +- test/test_projects_api.py | 2 +- test/test_public_account_list.py | 2 +- test/test_quota.py | 2 +- test/test_quota_list.py | 2 +- test/test_quota_plan.py | 2 +- test/test_quota_type.py | 2 +- test/test_recipe.py | 2 +- test/test_recipe_interface.py | 2 +- test/test_recipe_interface_list.py | 2 +- test/test_recipe_package.py | 2 +- test/test_recipe_package_list.py | 2 +- test/test_recipes_api.py | 2 +- test/test_registries_api.py | 2 +- test/test_repository.py | 2 +- test/test_repository_access_policy.py | 2 +- test/test_repository_access_policy_list.py | 2 +- test/test_repository_create.py | 2 +- test/test_repository_index.py | 2 +- test/test_repository_list.py | 2 +- test/test_repository_metadata.py | 2 +- test/test_repository_policy_subject.py | 2 +- test/test_repository_sort_key.py | 2 +- test/test_repository_update.py | 2 +- test/test_repository_user_permissions.py | 2 +- test/test_resources_duration.py | 2 +- test/test_retry_config.py | 2 +- test/test_role_enum.py | 2 +- test/test_run.py | 2 +- test/test_run_list.py | 2 +- test/test_run_meta.py | 2 +- test/test_run_progress.py | 2 +- test/test_run_result_list.py | 2 +- test/test_run_status.py | 2 +- test/test_run_status_enum.py | 2 +- test/test_runs_api.py | 2 +- test/test_s3.py | 2 +- test/test_s3_upload_request.py | 2 +- test/test_scripting_languages.py | 2 +- test/test_sdk_enum.py | 2 +- test/test_sort_enum.py | 2 +- test/test_status_type.py | 2 +- test/test_step_array_input.py | 2 +- test/test_step_array_output.py | 2 +- test/test_step_boolean_input.py | 2 +- test/test_step_boolean_output.py | 2 +- test/test_step_file_input.py | 2 +- test/test_step_file_output.py | 2 +- test/test_step_folder_input.py | 2 +- test/test_step_folder_output.py | 2 +- test/test_step_integer_input.py | 2 +- test/test_step_integer_output.py | 2 +- test/test_step_json_object_input.py | 2 +- test/test_step_json_object_output.py | 2 +- test/test_step_list.py | 2 +- test/test_step_number_input.py | 2 +- test/test_step_number_output.py | 2 +- test/test_step_path_input.py | 2 +- test/test_step_path_output.py | 2 +- test/test_step_status.py | 2 +- test/test_step_status_enum.py | 2 +- test/test_step_string_input.py | 2 +- test/test_step_string_output.py | 2 +- test/test_subject_type.py | 2 +- test/test_subscription.py | 2 +- test/test_subscription_create.py | 2 +- test/test_subscription_payment.py | 2 +- test/test_subscription_plan.py | 2 +- test/test_subscription_plans_api.py | 2 +- test/test_subscription_update.py | 2 +- test/test_subscription_update_dry_run.py | 2 +- test/test_subscriptions_api.py | 2 +- test/test_task_argument.py | 2 +- test/test_task_file_reference.py | 2 +- test/test_task_folder_reference.py | 2 +- test/test_task_path_argument.py | 2 +- test/test_task_path_reference.py | 2 +- test/test_task_path_return.py | 2 +- test/test_task_reference.py | 2 +- test/test_task_return.py | 2 +- test/test_team.py | 2 +- test/test_team_create.py | 2 +- test/test_team_list.py | 2 +- test/test_team_member.py | 2 +- test/test_team_member_list.py | 2 +- test/test_team_role_enum.py | 2 +- test/test_team_update.py | 2 +- test/test_teams_api.py | 2 +- test/test_template_function.py | 2 +- test/test_update_accepted.py | 2 +- test/test_usage.py | 2 +- test/test_user_api.py | 2 +- test/test_user_create.py | 2 +- test/test_user_permission.py | 2 +- test/test_user_private.py | 2 +- test/test_user_public.py | 2 +- test/test_user_public_list.py | 2 +- test/test_user_update.py | 2 +- test/test_users_api.py | 2 +- test/test_validation_error.py | 2 +- test/test_value_file_reference.py | 2 +- test/test_value_folder_reference.py | 2 +- test/test_value_list_reference.py | 2 +- test/test_value_reference.py | 2 +- 574 files changed, 845 insertions(+), 830 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 6b88a255c..4c45899d0 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -3,8 +3,8 @@ "info_version": "2", "spec_versions": { "v1": { - "apigentools_version": "1.6.5", - "regenerated": "2023-09-05 20:33:50.273864", + "apigentools_version": "1.6.6", + "regenerated": "2023-12-30 12:32:29.313885", "spec_repo_commit": null } } diff --git a/README.md b/README.md index 9aaaed1ec..a3d39ead9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Pollination Server OpenAPI Definition This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 0.43.0 +- API version: 0.47.0 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://pollination.cloud](https://pollination.cloud) diff --git a/docs/APITokensApi.md b/docs/APITokensApi.md index 5ebac6ee1..0ffa2e6ed 100644 --- a/docs/APITokensApi.md +++ b/docs/APITokensApi.md @@ -19,53 +19,6 @@ Create a new API token ### Example -* Api Key Authentication (APIKeyAuth): -```python -from __future__ import print_function -import time -import pollination_sdk -from pollination_sdk.rest import ApiException -from pprint import pprint - -# Configure API key authorization: APIKeyAuth -configuration = pollination_sdk.Configuration( - host = "http://localhost", - api_key = { - 'APIKeyAuth': 'YOUR_API_KEY' - } -) -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['APIKeyAuth'] = 'Bearer' - -# Retrieve a temporary Acces Token (JWT) using your API token -API_TOKEN = 'some-token-string' - -auth = pollination_sdk.UserApi() -api_token = pollination_sdk.LoginDto( - api_token=API_TOKEN -) - -auth_response = auth.login(api_token) - -# Configure Bearer authorization (JWT): JWTAuth -configuration = pollination_sdk.Configuration( - access_token=auth_response.access_token -) - -# Enter a context with an instance of the API client -with pollination_sdk.ApiClient(configuration) as api_client: - # Create an instance of the API class - api_instance = pollination_sdk.APITokensApi(api_client) - api_token_create = pollination_sdk.APITokenCreate() # APITokenCreate | - - try: - # Create a new API token - api_response = api_instance.create_token(api_token_create) - pprint(api_response) - except ApiException as e: - print("Exception when calling APITokensApi->create_token: %s\n" % e) -``` - * Bearer (JWT) Authentication (JWTAuth): ```python from __future__ import print_function @@ -74,16 +27,6 @@ import pollination_sdk from pollination_sdk.rest import ApiException from pprint import pprint -# Configure API key authorization: APIKeyAuth -configuration = pollination_sdk.Configuration( - host = "http://localhost", - api_key = { - 'APIKeyAuth': 'YOUR_API_KEY' - } -) -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['APIKeyAuth'] = 'Bearer' - # Retrieve a temporary Acces Token (JWT) using your API token API_TOKEN = 'some-token-string' @@ -125,7 +68,7 @@ Name | Type | Description | Notes ### Authorization -[APIKeyAuth](../README.md#APIKeyAuth), [JWTAuth](../README.md#JWTAuth) +[JWTAuth](../README.md#JWTAuth) ### HTTP request headers @@ -149,53 +92,6 @@ Delete a token ### Example -* Api Key Authentication (APIKeyAuth): -```python -from __future__ import print_function -import time -import pollination_sdk -from pollination_sdk.rest import ApiException -from pprint import pprint - -# Configure API key authorization: APIKeyAuth -configuration = pollination_sdk.Configuration( - host = "http://localhost", - api_key = { - 'APIKeyAuth': 'YOUR_API_KEY' - } -) -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['APIKeyAuth'] = 'Bearer' - -# Retrieve a temporary Acces Token (JWT) using your API token -API_TOKEN = 'some-token-string' - -auth = pollination_sdk.UserApi() -api_token = pollination_sdk.LoginDto( - api_token=API_TOKEN -) - -auth_response = auth.login(api_token) - -# Configure Bearer authorization (JWT): JWTAuth -configuration = pollination_sdk.Configuration( - access_token=auth_response.access_token -) - -# Enter a context with an instance of the API client -with pollination_sdk.ApiClient(configuration) as api_client: - # Create an instance of the API class - api_instance = pollination_sdk.APITokensApi(api_client) - token_id = 'token_id_example' # str | - - try: - # Delete an API Token - api_response = api_instance.delete_token(token_id) - pprint(api_response) - except ApiException as e: - print("Exception when calling APITokensApi->delete_token: %s\n" % e) -``` - * Bearer (JWT) Authentication (JWTAuth): ```python from __future__ import print_function @@ -204,16 +100,6 @@ import pollination_sdk from pollination_sdk.rest import ApiException from pprint import pprint -# Configure API key authorization: APIKeyAuth -configuration = pollination_sdk.Configuration( - host = "http://localhost", - api_key = { - 'APIKeyAuth': 'YOUR_API_KEY' - } -) -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['APIKeyAuth'] = 'Bearer' - # Retrieve a temporary Acces Token (JWT) using your API token API_TOKEN = 'some-token-string' @@ -255,7 +141,7 @@ Name | Type | Description | Notes ### Authorization -[APIKeyAuth](../README.md#APIKeyAuth), [JWTAuth](../README.md#JWTAuth) +[JWTAuth](../README.md#JWTAuth) ### HTTP request headers @@ -279,54 +165,6 @@ List API tokens for the authenticated user ### Example -* Api Key Authentication (APIKeyAuth): -```python -from __future__ import print_function -import time -import pollination_sdk -from pollination_sdk.rest import ApiException -from pprint import pprint - -# Configure API key authorization: APIKeyAuth -configuration = pollination_sdk.Configuration( - host = "http://localhost", - api_key = { - 'APIKeyAuth': 'YOUR_API_KEY' - } -) -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['APIKeyAuth'] = 'Bearer' - -# Retrieve a temporary Acces Token (JWT) using your API token -API_TOKEN = 'some-token-string' - -auth = pollination_sdk.UserApi() -api_token = pollination_sdk.LoginDto( - api_token=API_TOKEN -) - -auth_response = auth.login(api_token) - -# Configure Bearer authorization (JWT): JWTAuth -configuration = pollination_sdk.Configuration( - access_token=auth_response.access_token -) - -# Enter a context with an instance of the API client -with pollination_sdk.ApiClient(configuration) as api_client: - # Create an instance of the API class - api_instance = pollination_sdk.APITokensApi(api_client) - page = 1 # int | Page number starting from 1 (optional) (default to 1) -per_page = 25 # int | Number of items per page (optional) (default to 25) - - try: - # List user API tokens - api_response = api_instance.list_tokens(page=page, per_page=per_page) - pprint(api_response) - except ApiException as e: - print("Exception when calling APITokensApi->list_tokens: %s\n" % e) -``` - * Bearer (JWT) Authentication (JWTAuth): ```python from __future__ import print_function @@ -335,16 +173,6 @@ import pollination_sdk from pollination_sdk.rest import ApiException from pprint import pprint -# Configure API key authorization: APIKeyAuth -configuration = pollination_sdk.Configuration( - host = "http://localhost", - api_key = { - 'APIKeyAuth': 'YOUR_API_KEY' - } -) -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['APIKeyAuth'] = 'Bearer' - # Retrieve a temporary Acces Token (JWT) using your API token API_TOKEN = 'some-token-string' @@ -388,7 +216,7 @@ Name | Type | Description | Notes ### Authorization -[APIKeyAuth](../README.md#APIKeyAuth), [JWTAuth](../README.md#JWTAuth) +[JWTAuth](../README.md#JWTAuth) ### HTTP request headers @@ -412,53 +240,6 @@ Regenerate a token ### Example -* Api Key Authentication (APIKeyAuth): -```python -from __future__ import print_function -import time -import pollination_sdk -from pollination_sdk.rest import ApiException -from pprint import pprint - -# Configure API key authorization: APIKeyAuth -configuration = pollination_sdk.Configuration( - host = "http://localhost", - api_key = { - 'APIKeyAuth': 'YOUR_API_KEY' - } -) -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['APIKeyAuth'] = 'Bearer' - -# Retrieve a temporary Acces Token (JWT) using your API token -API_TOKEN = 'some-token-string' - -auth = pollination_sdk.UserApi() -api_token = pollination_sdk.LoginDto( - api_token=API_TOKEN -) - -auth_response = auth.login(api_token) - -# Configure Bearer authorization (JWT): JWTAuth -configuration = pollination_sdk.Configuration( - access_token=auth_response.access_token -) - -# Enter a context with an instance of the API client -with pollination_sdk.ApiClient(configuration) as api_client: - # Create an instance of the API class - api_instance = pollination_sdk.APITokensApi(api_client) - token_id = 'token_id_example' # str | - - try: - # Regenerate an API token - api_response = api_instance.regenerate_token(token_id) - pprint(api_response) - except ApiException as e: - print("Exception when calling APITokensApi->regenerate_token: %s\n" % e) -``` - * Bearer (JWT) Authentication (JWTAuth): ```python from __future__ import print_function @@ -467,16 +248,6 @@ import pollination_sdk from pollination_sdk.rest import ApiException from pprint import pprint -# Configure API key authorization: APIKeyAuth -configuration = pollination_sdk.Configuration( - host = "http://localhost", - api_key = { - 'APIKeyAuth': 'YOUR_API_KEY' - } -) -# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -# configuration.api_key_prefix['APIKeyAuth'] = 'Bearer' - # Retrieve a temporary Acces Token (JWT) using your API token API_TOKEN = 'some-token-string' @@ -518,7 +289,7 @@ Name | Type | Description | Notes ### Authorization -[APIKeyAuth](../README.md#APIKeyAuth), [JWTAuth](../README.md#JWTAuth) +[JWTAuth](../README.md#JWTAuth) ### HTTP request headers diff --git a/docs/Application.md b/docs/Application.md index 04e6d8a4a..5ebf3016e 100644 --- a/docs/Application.md +++ b/docs/Application.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **deployment_config** | [**DeploymentConfig**](DeploymentConfig.md) | The deployment configuration for the application | [optional] **description** | **str** | A description of the application | [optional] [default to ''] +**has_been_deployed** | **bool** | Whether or not the application has been deployed | **id** | **str** | The application ID | **image** | **str** | An image associated with the application | [optional] [default to 'https://picsum.photos/400'] **is_paid** | **bool** | Whether or not the application is paid | [optional] [default to False] @@ -17,6 +18,7 @@ Name | Type | Description | Notes **sdk** | [**SDKEnum**](SDKEnum.md) | The SDK used to build the application | [optional] **slug** | **str** | The application name in slug format | **source** | **str** | A link to the source code of the application | [optional] +**url** | **str** | The URL of the application deployment | [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) diff --git a/docs/ApplicationsApi.md b/docs/ApplicationsApi.md index 981d3fe41..4863f8ead 100644 --- a/docs/ApplicationsApi.md +++ b/docs/ApplicationsApi.md @@ -1108,7 +1108,7 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **list_applications** -> ApplicationList list_applications(search=search, ids=ids, names=names, owner=owner, public=public, permissions=permissions, keywords=keywords, sort_by=sort_by, sort_order=sort_order, page=page, per_page=per_page) +> ApplicationList list_applications(search=search, ids=ids, names=names, owner=owner, public=public, deployed=deployed, permissions=permissions, keywords=keywords, sort_by=sort_by, sort_order=sort_order, page=page, per_page=per_page) List Applications @@ -1156,6 +1156,7 @@ ids = [] # list[str] | The ID of a application to search for (optional) (default names = [] # list[str] | The name of the application (optional) (default to []) owner = [] # list[str] | Owner of the application (optional) (default to []) public = True # bool | Boolean check for public/private applications (optional) +deployed = True # bool | Filter by deployed applications (optional) permissions = [] # list[str] | Filter by permission on given resource (optional) (default to []) keywords = [] # list[str] | Filter by keywords on given resource (optional) (default to []) sort_by = pollination_sdk.ApplicationSortKey() # ApplicationSortKey | Key to sort the list by (optional) @@ -1165,7 +1166,7 @@ per_page = 25 # int | Number of items per page (optional) (default to 25) try: # List Applications - api_response = api_instance.list_applications(search=search, ids=ids, names=names, owner=owner, public=public, permissions=permissions, keywords=keywords, sort_by=sort_by, sort_order=sort_order, page=page, per_page=per_page) + api_response = api_instance.list_applications(search=search, ids=ids, names=names, owner=owner, public=public, deployed=deployed, permissions=permissions, keywords=keywords, sort_by=sort_by, sort_order=sort_order, page=page, per_page=per_page) pprint(api_response) except ApiException as e: print("Exception when calling ApplicationsApi->list_applications: %s\n" % e) @@ -1213,6 +1214,7 @@ ids = [] # list[str] | The ID of a application to search for (optional) (default names = [] # list[str] | The name of the application (optional) (default to []) owner = [] # list[str] | Owner of the application (optional) (default to []) public = True # bool | Boolean check for public/private applications (optional) +deployed = True # bool | Filter by deployed applications (optional) permissions = [] # list[str] | Filter by permission on given resource (optional) (default to []) keywords = [] # list[str] | Filter by keywords on given resource (optional) (default to []) sort_by = pollination_sdk.ApplicationSortKey() # ApplicationSortKey | Key to sort the list by (optional) @@ -1222,7 +1224,7 @@ per_page = 25 # int | Number of items per page (optional) (default to 25) try: # List Applications - api_response = api_instance.list_applications(search=search, ids=ids, names=names, owner=owner, public=public, permissions=permissions, keywords=keywords, sort_by=sort_by, sort_order=sort_order, page=page, per_page=per_page) + api_response = api_instance.list_applications(search=search, ids=ids, names=names, owner=owner, public=public, deployed=deployed, permissions=permissions, keywords=keywords, sort_by=sort_by, sort_order=sort_order, page=page, per_page=per_page) pprint(api_response) except ApiException as e: print("Exception when calling ApplicationsApi->list_applications: %s\n" % e) @@ -1237,6 +1239,7 @@ Name | Type | Description | Notes **names** | [**list[str]**](str.md)| The name of the application | [optional] [default to []] **owner** | [**list[str]**](str.md)| Owner of the application | [optional] [default to []] **public** | **bool**| Boolean check for public/private applications | [optional] + **deployed** | **bool**| Filter by deployed applications | [optional] **permissions** | [**list[str]**](str.md)| Filter by permission on given resource | [optional] [default to []] **keywords** | [**list[str]**](str.md)| Filter by keywords on given resource | [optional] [default to []] **sort_by** | [**ApplicationSortKey**](.md)| Key to sort the list by | [optional] diff --git a/docs/JobsApi.md b/docs/JobsApi.md index 86293b884..fa29cbbb5 100644 --- a/docs/JobsApi.md +++ b/docs/JobsApi.md @@ -708,7 +708,7 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **list_jobs** -> CloudJobList list_jobs(owner, name, ids=ids, status=status, page=page, per_page=per_page) +> CloudJobList list_jobs(owner, name, ids=ids, status=status, created_after=created_after, created_before=created_before, page=page, per_page=per_page) List Jobs @@ -757,12 +757,14 @@ with pollination_sdk.ApiClient(configuration) as api_client: name = 'name_example' # str | ids = ['ids_example'] # list[str] | (optional) status = pollination_sdk.JobStatusEnum() # JobStatusEnum | (optional) +created_after = '2013-10-20T19:20:30+01:00' # datetime | (optional) +created_before = '2013-10-20T19:20:30+01:00' # datetime | (optional) page = 1 # int | Page number starting from 1 (optional) (default to 1) per_page = 25 # int | Number of items per page (optional) (default to 25) try: # List Jobs - api_response = api_instance.list_jobs(owner, name, ids=ids, status=status, page=page, per_page=per_page) + api_response = api_instance.list_jobs(owner, name, ids=ids, status=status, created_after=created_after, created_before=created_before, page=page, per_page=per_page) pprint(api_response) except ApiException as e: print("Exception when calling JobsApi->list_jobs: %s\n" % e) @@ -809,12 +811,14 @@ with pollination_sdk.ApiClient(configuration) as api_client: name = 'name_example' # str | ids = ['ids_example'] # list[str] | (optional) status = pollination_sdk.JobStatusEnum() # JobStatusEnum | (optional) +created_after = '2013-10-20T19:20:30+01:00' # datetime | (optional) +created_before = '2013-10-20T19:20:30+01:00' # datetime | (optional) page = 1 # int | Page number starting from 1 (optional) (default to 1) per_page = 25 # int | Number of items per page (optional) (default to 25) try: # List Jobs - api_response = api_instance.list_jobs(owner, name, ids=ids, status=status, page=page, per_page=per_page) + api_response = api_instance.list_jobs(owner, name, ids=ids, status=status, created_after=created_after, created_before=created_before, page=page, per_page=per_page) pprint(api_response) except ApiException as e: print("Exception when calling JobsApi->list_jobs: %s\n" % e) @@ -828,6 +832,8 @@ Name | Type | Description | Notes **name** | **str**| | **ids** | [**list[str]**](str.md)| | [optional] **status** | [**JobStatusEnum**](.md)| | [optional] + **created_after** | **datetime**| | [optional] + **created_before** | **datetime**| | [optional] **page** | **int**| Page number starting from 1 | [optional] [default to 1] **per_page** | **int**| Number of items per page | [optional] [default to 25] diff --git a/docs/OrgsApi.md b/docs/OrgsApi.md index e189bebd7..e378b888e 100644 --- a/docs/OrgsApi.md +++ b/docs/OrgsApi.md @@ -556,6 +556,7 @@ Retrieve a org's members ### Example +* Api Key Authentication (APIKeyAuth): ```python from __future__ import print_function import time @@ -563,8 +564,80 @@ import pollination_sdk from pollination_sdk.rest import ApiException from pprint import pprint +# Configure API key authorization: APIKeyAuth +configuration = pollination_sdk.Configuration( + host = "http://localhost", + api_key = { + 'APIKeyAuth': 'YOUR_API_KEY' + } +) +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['APIKeyAuth'] = 'Bearer' + +# Retrieve a temporary Acces Token (JWT) using your API token +API_TOKEN = 'some-token-string' + +auth = pollination_sdk.UserApi() +api_token = pollination_sdk.LoginDto( + api_token=API_TOKEN +) + +auth_response = auth.login(api_token) + +# Configure Bearer authorization (JWT): JWTAuth +configuration = pollination_sdk.Configuration( + access_token=auth_response.access_token +) + # Enter a context with an instance of the API client -with pollination_sdk.ApiClient() as api_client: +with pollination_sdk.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = pollination_sdk.OrgsApi(api_client) + name = 'name_example' # str | + + try: + # List organization members + api_response = api_instance.get_org_members(name) + pprint(api_response) + except ApiException as e: + print("Exception when calling OrgsApi->get_org_members: %s\n" % e) +``` + +* Bearer (JWT) Authentication (JWTAuth): +```python +from __future__ import print_function +import time +import pollination_sdk +from pollination_sdk.rest import ApiException +from pprint import pprint + +# Configure API key authorization: APIKeyAuth +configuration = pollination_sdk.Configuration( + host = "http://localhost", + api_key = { + 'APIKeyAuth': 'YOUR_API_KEY' + } +) +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['APIKeyAuth'] = 'Bearer' + +# Retrieve a temporary Acces Token (JWT) using your API token +API_TOKEN = 'some-token-string' + +auth = pollination_sdk.UserApi() +api_token = pollination_sdk.LoginDto( + api_token=API_TOKEN +) + +auth_response = auth.login(api_token) + +# Configure Bearer authorization (JWT): JWTAuth +configuration = pollination_sdk.Configuration( + access_token=auth_response.access_token +) + +# Enter a context with an instance of the API client +with pollination_sdk.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = pollination_sdk.OrgsApi(api_client) name = 'name_example' # str | @@ -589,7 +662,7 @@ Name | Type | Description | Notes ### Authorization -No authorization required +[APIKeyAuth](../README.md#APIKeyAuth), [JWTAuth](../README.md#JWTAuth) ### HTTP request headers diff --git a/docs/TeamsApi.md b/docs/TeamsApi.md index ea20b7bcc..2c94e0855 100644 --- a/docs/TeamsApi.md +++ b/docs/TeamsApi.md @@ -431,6 +431,7 @@ Retrieve a tean's members ### Example +* Api Key Authentication (APIKeyAuth): ```python from __future__ import print_function import time @@ -438,8 +439,81 @@ import pollination_sdk from pollination_sdk.rest import ApiException from pprint import pprint +# Configure API key authorization: APIKeyAuth +configuration = pollination_sdk.Configuration( + host = "http://localhost", + api_key = { + 'APIKeyAuth': 'YOUR_API_KEY' + } +) +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['APIKeyAuth'] = 'Bearer' + +# Retrieve a temporary Acces Token (JWT) using your API token +API_TOKEN = 'some-token-string' + +auth = pollination_sdk.UserApi() +api_token = pollination_sdk.LoginDto( + api_token=API_TOKEN +) + +auth_response = auth.login(api_token) + +# Configure Bearer authorization (JWT): JWTAuth +configuration = pollination_sdk.Configuration( + access_token=auth_response.access_token +) + # Enter a context with an instance of the API client -with pollination_sdk.ApiClient() as api_client: +with pollination_sdk.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = pollination_sdk.TeamsApi(api_client) + org_name = 'org_name_example' # str | +team_slug = 'team_slug_example' # str | + + try: + # List team members + api_response = api_instance.get_org_team_members(org_name, team_slug) + pprint(api_response) + except ApiException as e: + print("Exception when calling TeamsApi->get_org_team_members: %s\n" % e) +``` + +* Bearer (JWT) Authentication (JWTAuth): +```python +from __future__ import print_function +import time +import pollination_sdk +from pollination_sdk.rest import ApiException +from pprint import pprint + +# Configure API key authorization: APIKeyAuth +configuration = pollination_sdk.Configuration( + host = "http://localhost", + api_key = { + 'APIKeyAuth': 'YOUR_API_KEY' + } +) +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['APIKeyAuth'] = 'Bearer' + +# Retrieve a temporary Acces Token (JWT) using your API token +API_TOKEN = 'some-token-string' + +auth = pollination_sdk.UserApi() +api_token = pollination_sdk.LoginDto( + api_token=API_TOKEN +) + +auth_response = auth.login(api_token) + +# Configure Bearer authorization (JWT): JWTAuth +configuration = pollination_sdk.Configuration( + access_token=auth_response.access_token +) + +# Enter a context with an instance of the API client +with pollination_sdk.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = pollination_sdk.TeamsApi(api_client) org_name = 'org_name_example' # str | @@ -466,7 +540,7 @@ Name | Type | Description | Notes ### Authorization -No authorization required +[APIKeyAuth](../README.md#APIKeyAuth), [JWTAuth](../README.md#JWTAuth) ### HTTP request headers diff --git a/pollination_sdk/__init__.py b/pollination_sdk/__init__.py index 02e3559de..935392267 100644 --- a/pollination_sdk/__init__.py +++ b/pollination_sdk/__init__.py @@ -7,7 +7,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ @@ -15,7 +15,7 @@ from __future__ import absolute_import -__version__ = "0.43.0" +__version__ = "0.47.0" # import apis into sdk package from pollination_sdk.api.api_tokens_api import APITokensApi diff --git a/pollination_sdk/api/accounts_api.py b/pollination_sdk/api/accounts_api.py index cffdea282..a310a9a70 100644 --- a/pollination_sdk/api/accounts_api.py +++ b/pollination_sdk/api/accounts_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/api/api_tokens_api.py b/pollination_sdk/api/api_tokens_api.py index afd2adcdd..546b35749 100644 --- a/pollination_sdk/api/api_tokens_api.py +++ b/pollination_sdk/api/api_tokens_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ @@ -153,7 +153,7 @@ def create_token_with_http_info(self, api_token_create, **kwargs): # noqa: E501 ['application/json']) # noqa: E501 # Authentication setting - auth_settings = ['APIKeyAuth', 'JWTAuth'] # noqa: E501 + auth_settings = ['JWTAuth'] # noqa: E501 return self.api_client.call_api( '/tokens', 'POST', @@ -284,7 +284,7 @@ def delete_token_with_http_info(self, token_id, **kwargs): # noqa: E501 ['application/json']) # noqa: E501 # Authentication setting - auth_settings = ['APIKeyAuth', 'JWTAuth'] # noqa: E501 + auth_settings = ['JWTAuth'] # noqa: E501 return self.api_client.call_api( '/tokens/{token_id}', 'DELETE', @@ -422,7 +422,7 @@ def list_tokens_with_http_info(self, **kwargs): # noqa: E501 ['application/json']) # noqa: E501 # Authentication setting - auth_settings = ['APIKeyAuth', 'JWTAuth'] # noqa: E501 + auth_settings = ['JWTAuth'] # noqa: E501 return self.api_client.call_api( '/tokens', 'GET', @@ -553,7 +553,7 @@ def regenerate_token_with_http_info(self, token_id, **kwargs): # noqa: E501 ['application/json']) # noqa: E501 # Authentication setting - auth_settings = ['APIKeyAuth', 'JWTAuth'] # noqa: E501 + auth_settings = ['JWTAuth'] # noqa: E501 return self.api_client.call_api( '/tokens/{token_id}', 'PUT', diff --git a/pollination_sdk/api/applications_api.py b/pollination_sdk/api/applications_api.py index 1449f7f81..a12b07554 100644 --- a/pollination_sdk/api/applications_api.py +++ b/pollination_sdk/api/applications_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ @@ -1258,6 +1258,8 @@ def list_applications(self, **kwargs): # noqa: E501 :type owner: list[str] :param public: Boolean check for public/private applications :type public: bool + :param deployed: Filter by deployed applications + :type deployed: bool :param permissions: Filter by permission on given resource :type permissions: list[str] :param keywords: Filter by keywords on given resource @@ -1307,6 +1309,8 @@ def list_applications_with_http_info(self, **kwargs): # noqa: E501 :type owner: list[str] :param public: Boolean check for public/private applications :type public: bool + :param deployed: Filter by deployed applications + :type deployed: bool :param permissions: Filter by permission on given resource :type permissions: list[str] :param keywords: Filter by keywords on given resource @@ -1350,6 +1354,7 @@ def list_applications_with_http_info(self, **kwargs): # noqa: E501 'names', 'owner', 'public', + 'deployed', 'permissions', 'keywords', 'sort_by', @@ -1398,6 +1403,8 @@ def list_applications_with_http_info(self, **kwargs): # noqa: E501 collection_formats['owner'] = 'multi' # noqa: E501 if 'public' in local_var_params and local_var_params['public'] is not None: # noqa: E501 query_params.append(('public', local_var_params['public'])) # noqa: E501 + if 'deployed' in local_var_params and local_var_params['deployed'] is not None: # noqa: E501 + query_params.append(('deployed', local_var_params['deployed'])) # noqa: E501 if 'permissions' in local_var_params and local_var_params['permissions'] is not None: # noqa: E501 query_params.append(('permissions', local_var_params['permissions'])) # noqa: E501 collection_formats['permissions'] = 'multi' # noqa: E501 diff --git a/pollination_sdk/api/artifacts_api.py b/pollination_sdk/api/artifacts_api.py index c4742fd75..0868c544b 100644 --- a/pollination_sdk/api/artifacts_api.py +++ b/pollination_sdk/api/artifacts_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/api/jobs_api.py b/pollination_sdk/api/jobs_api.py index 48a2eb47b..145c192cd 100644 --- a/pollination_sdk/api/jobs_api.py +++ b/pollination_sdk/api/jobs_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ @@ -845,6 +845,10 @@ def list_jobs(self, owner, name, **kwargs): # noqa: E501 :type ids: list[str] :param status: :type status: JobStatusEnum + :param created_after: + :type created_after: datetime + :param created_before: + :type created_before: datetime :param page: Page number starting from 1 :type page: int :param per_page: Number of items per page @@ -885,6 +889,10 @@ def list_jobs_with_http_info(self, owner, name, **kwargs): # noqa: E501 :type ids: list[str] :param status: :type status: JobStatusEnum + :param created_after: + :type created_after: datetime + :param created_before: + :type created_before: datetime :param page: Page number starting from 1 :type page: int :param per_page: Number of items per page @@ -919,6 +927,8 @@ def list_jobs_with_http_info(self, owner, name, **kwargs): # noqa: E501 'name', 'ids', 'status', + 'created_after', + 'created_before', 'page', 'per_page' ] @@ -967,6 +977,10 @@ def list_jobs_with_http_info(self, owner, name, **kwargs): # noqa: E501 collection_formats['ids'] = 'multi' # noqa: E501 if 'status' in local_var_params and local_var_params['status'] is not None: # noqa: E501 query_params.append(('status', local_var_params['status'])) # noqa: E501 + if 'created_after' in local_var_params and local_var_params['created_after'] is not None: # noqa: E501 + query_params.append(('created_after', local_var_params['created_after'])) # noqa: E501 + if 'created_before' in local_var_params and local_var_params['created_before'] is not None: # noqa: E501 + query_params.append(('created_before', local_var_params['created_before'])) # noqa: E501 if 'page' in local_var_params and local_var_params['page'] is not None: # noqa: E501 query_params.append(('page', local_var_params['page'])) # noqa: E501 if 'per_page' in local_var_params and local_var_params['per_page'] is not None: # noqa: E501 diff --git a/pollination_sdk/api/licenses_api.py b/pollination_sdk/api/licenses_api.py index 77e444ef1..7d0d10911 100644 --- a/pollination_sdk/api/licenses_api.py +++ b/pollination_sdk/api/licenses_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/api/orgs_api.py b/pollination_sdk/api/orgs_api.py index 2532245d4..df534ca29 100644 --- a/pollination_sdk/api/orgs_api.py +++ b/pollination_sdk/api/orgs_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ @@ -688,7 +688,7 @@ def get_org_members_with_http_info(self, name, **kwargs): # noqa: E501 ['application/json']) # noqa: E501 # Authentication setting - auth_settings = [] # noqa: E501 + auth_settings = ['APIKeyAuth', 'JWTAuth'] # noqa: E501 return self.api_client.call_api( '/orgs/{name}/members', 'GET', diff --git a/pollination_sdk/api/plugins_api.py b/pollination_sdk/api/plugins_api.py index 217ef1399..a8ab04b16 100644 --- a/pollination_sdk/api/plugins_api.py +++ b/pollination_sdk/api/plugins_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/api/projects_api.py b/pollination_sdk/api/projects_api.py index f4e12de29..4525067f6 100644 --- a/pollination_sdk/api/projects_api.py +++ b/pollination_sdk/api/projects_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/api/recipes_api.py b/pollination_sdk/api/recipes_api.py index 6a67bba96..2e854096b 100644 --- a/pollination_sdk/api/recipes_api.py +++ b/pollination_sdk/api/recipes_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/api/registries_api.py b/pollination_sdk/api/registries_api.py index 3ef9e77f9..19bab5120 100644 --- a/pollination_sdk/api/registries_api.py +++ b/pollination_sdk/api/registries_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/api/runs_api.py b/pollination_sdk/api/runs_api.py index 68eee7004..42409d3a6 100644 --- a/pollination_sdk/api/runs_api.py +++ b/pollination_sdk/api/runs_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/api/subscription_plans_api.py b/pollination_sdk/api/subscription_plans_api.py index 8a4df7532..fc1dc4f9a 100644 --- a/pollination_sdk/api/subscription_plans_api.py +++ b/pollination_sdk/api/subscription_plans_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/api/subscriptions_api.py b/pollination_sdk/api/subscriptions_api.py index 783e0aa43..f410048ac 100644 --- a/pollination_sdk/api/subscriptions_api.py +++ b/pollination_sdk/api/subscriptions_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/api/teams_api.py b/pollination_sdk/api/teams_api.py index 3684a6225..2a6991973 100644 --- a/pollination_sdk/api/teams_api.py +++ b/pollination_sdk/api/teams_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ @@ -601,7 +601,7 @@ def get_org_team_members_with_http_info(self, org_name, team_slug, **kwargs): # ['application/json']) # noqa: E501 # Authentication setting - auth_settings = [] # noqa: E501 + auth_settings = ['APIKeyAuth', 'JWTAuth'] # noqa: E501 return self.api_client.call_api( '/orgs/{org_name}/teams/{team_slug}/members', 'GET', diff --git a/pollination_sdk/api/user_api.py b/pollination_sdk/api/user_api.py index a099aa700..3292bc033 100644 --- a/pollination_sdk/api/user_api.py +++ b/pollination_sdk/api/user_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/api/users_api.py b/pollination_sdk/api/users_api.py index e75774db9..85257cbba 100644 --- a/pollination_sdk/api/users_api.py +++ b/pollination_sdk/api/users_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/api_client.py b/pollination_sdk/api_client.py index 70cad58a0..d61120548 100644 --- a/pollination_sdk/api_client.py +++ b/pollination_sdk/api_client.py @@ -4,7 +4,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ @@ -79,7 +79,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'pollination/0.43.0/python' + self.user_agent = 'pollination/0.47.0/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/pollination_sdk/configuration.py b/pollination_sdk/configuration.py index 9b8f12fb9..a00c9a77f 100644 --- a/pollination_sdk/configuration.py +++ b/pollination_sdk/configuration.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ @@ -411,7 +411,7 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 0.43.0\n"\ + "Version of the API: 0.47.0\n"\ "SDK Package Version: 1.0.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/pollination_sdk/exceptions.py b/pollination_sdk/exceptions.py index 0c1b1eecd..7e9fd5e38 100644 --- a/pollination_sdk/exceptions.py +++ b/pollination_sdk/exceptions.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/__init__.py b/pollination_sdk/models/__init__.py index 5c82e7fb5..873ee8ffc 100644 --- a/pollination_sdk/models/__init__.py +++ b/pollination_sdk/models/__init__.py @@ -6,7 +6,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/accessor.py b/pollination_sdk/models/accessor.py index ae9f391b7..81b6233e1 100644 --- a/pollination_sdk/models/accessor.py +++ b/pollination_sdk/models/accessor.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/account_public.py b/pollination_sdk/models/account_public.py index 325194270..6d6f1b14d 100644 --- a/pollination_sdk/models/account_public.py +++ b/pollination_sdk/models/account_public.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/account_type.py b/pollination_sdk/models/account_type.py index c522bed7a..441f06dec 100644 --- a/pollination_sdk/models/account_type.py +++ b/pollination_sdk/models/account_type.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/activation.py b/pollination_sdk/models/activation.py index 2db31490e..97ad7541e 100644 --- a/pollination_sdk/models/activation.py +++ b/pollination_sdk/models/activation.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/activation_list.py b/pollination_sdk/models/activation_list.py index 950f56fe0..0b46dd510 100644 --- a/pollination_sdk/models/activation_list.py +++ b/pollination_sdk/models/activation_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/api_token.py b/pollination_sdk/models/api_token.py index d87db7130..6233ff40a 100644 --- a/pollination_sdk/models/api_token.py +++ b/pollination_sdk/models/api_token.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/api_token_create.py b/pollination_sdk/models/api_token_create.py index 54f9a9423..c4fa562a8 100644 --- a/pollination_sdk/models/api_token_create.py +++ b/pollination_sdk/models/api_token_create.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/api_token_list.py b/pollination_sdk/models/api_token_list.py index 5cde95619..06e4e58bb 100644 --- a/pollination_sdk/models/api_token_list.py +++ b/pollination_sdk/models/api_token_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/api_token_private.py b/pollination_sdk/models/api_token_private.py index ade138cf8..c8c3390bb 100644 --- a/pollination_sdk/models/api_token_private.py +++ b/pollination_sdk/models/api_token_private.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/application.py b/pollination_sdk/models/application.py index c6ef2f1b3..7ddb5ea9e 100644 --- a/pollination_sdk/models/application.py +++ b/pollination_sdk/models/application.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ @@ -36,6 +36,7 @@ class Application(object): openapi_types = { 'deployment_config': 'DeploymentConfig', 'description': 'str', + 'has_been_deployed': 'bool', 'id': 'str', 'image': 'str', 'is_paid': 'bool', @@ -47,12 +48,14 @@ class Application(object): 'public': 'bool', 'sdk': 'SDKEnum', 'slug': 'str', - 'source': 'str' + 'source': 'str', + 'url': 'str' } attribute_map = { 'deployment_config': 'deployment_config', 'description': 'description', + 'has_been_deployed': 'has_been_deployed', 'id': 'id', 'image': 'image', 'is_paid': 'is_paid', @@ -64,10 +67,11 @@ class Application(object): 'public': 'public', 'sdk': 'sdk', 'slug': 'slug', - 'source': 'source' + 'source': 'source', + 'url': 'url' } - def __init__(self, deployment_config=None, description='', id=None, image='https://picsum.photos/400', is_paid=False, keywords=[], license=None, name=None, owner=None, permissions=None, public=True, sdk=None, slug=None, source=None, local_vars_configuration=None): # noqa: E501 + def __init__(self, deployment_config=None, description='', has_been_deployed=None, id=None, image='https://picsum.photos/400', is_paid=False, keywords=[], license=None, name=None, owner=None, permissions=None, public=True, sdk=None, slug=None, source=None, url=None, local_vars_configuration=None): # noqa: E501 """Application - a model defined in OpenAPI""" # noqa: E501 if local_vars_configuration is None: local_vars_configuration = Configuration() @@ -75,6 +79,7 @@ def __init__(self, deployment_config=None, description='', id=None, image='https self._deployment_config = None self._description = None + self._has_been_deployed = None self._id = None self._image = None self._is_paid = None @@ -87,12 +92,14 @@ def __init__(self, deployment_config=None, description='', id=None, image='https self._sdk = None self._slug = None self._source = None + self._url = None self.discriminator = None if deployment_config is not None: self.deployment_config = deployment_config if description is not None: self.description = description + self.has_been_deployed = has_been_deployed self.id = id if image is not None: self.image = image @@ -112,6 +119,8 @@ def __init__(self, deployment_config=None, description='', id=None, image='https self.slug = slug if source is not None: self.source = source + if url is not None: + self.url = url @property def deployment_config(self): @@ -159,6 +168,31 @@ def description(self, description): self._description = description + @property + def has_been_deployed(self): + """Gets the has_been_deployed of this Application. # noqa: E501 + + Whether or not the application has been deployed # noqa: E501 + + :return: The has_been_deployed of this Application. # noqa: E501 + :rtype: bool + """ + return self._has_been_deployed + + @has_been_deployed.setter + def has_been_deployed(self, has_been_deployed): + """Sets the has_been_deployed of this Application. + + Whether or not the application has been deployed # noqa: E501 + + :param has_been_deployed: The has_been_deployed of this Application. # noqa: E501 + :type has_been_deployed: bool + """ + if self.local_vars_configuration.client_side_validation and has_been_deployed is None: # noqa: E501 + raise ValueError("Invalid value for `has_been_deployed`, must not be `None`") # noqa: E501 + + self._has_been_deployed = has_been_deployed + @property def id(self): """Gets the id of this Application. # noqa: E501 @@ -443,6 +477,29 @@ def source(self, source): self._source = source + @property + def url(self): + """Gets the url of this Application. # noqa: E501 + + The URL of the application deployment # noqa: E501 + + :return: The url of this Application. # noqa: E501 + :rtype: str + """ + return self._url + + @url.setter + def url(self, url): + """Sets the url of this Application. + + The URL of the application deployment # noqa: E501 + + :param url: The url of this Application. # noqa: E501 + :type url: str + """ + + self._url = url + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/pollination_sdk/models/application_access_policy.py b/pollination_sdk/models/application_access_policy.py index 4d58114ea..9ca43a9ad 100644 --- a/pollination_sdk/models/application_access_policy.py +++ b/pollination_sdk/models/application_access_policy.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/application_access_policy_list.py b/pollination_sdk/models/application_access_policy_list.py index 88943eba8..f27b8feae 100644 --- a/pollination_sdk/models/application_access_policy_list.py +++ b/pollination_sdk/models/application_access_policy_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/application_create.py b/pollination_sdk/models/application_create.py index 7802574d6..00dd3b4ad 100644 --- a/pollination_sdk/models/application_create.py +++ b/pollination_sdk/models/application_create.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/application_deployment.py b/pollination_sdk/models/application_deployment.py index ca6c47d97..7f1486dd4 100644 --- a/pollination_sdk/models/application_deployment.py +++ b/pollination_sdk/models/application_deployment.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/application_list.py b/pollination_sdk/models/application_list.py index bad08ac77..a0776df96 100644 --- a/pollination_sdk/models/application_list.py +++ b/pollination_sdk/models/application_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/application_policy_subject.py b/pollination_sdk/models/application_policy_subject.py index f7f172bd3..a2b205f64 100644 --- a/pollination_sdk/models/application_policy_subject.py +++ b/pollination_sdk/models/application_policy_subject.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/application_sort_key.py b/pollination_sdk/models/application_sort_key.py index d68326a10..c9661e2b9 100644 --- a/pollination_sdk/models/application_sort_key.py +++ b/pollination_sdk/models/application_sort_key.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/application_update.py b/pollination_sdk/models/application_update.py index 7720fea2a..d4b84f826 100644 --- a/pollination_sdk/models/application_update.py +++ b/pollination_sdk/models/application_update.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/application_version.py b/pollination_sdk/models/application_version.py index f458ca5b2..19eccae31 100644 --- a/pollination_sdk/models/application_version.py +++ b/pollination_sdk/models/application_version.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/application_version_list.py b/pollination_sdk/models/application_version_list.py index 0a1628f80..74147d058 100644 --- a/pollination_sdk/models/application_version_list.py +++ b/pollination_sdk/models/application_version_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/baked_recipe.py b/pollination_sdk/models/baked_recipe.py index 560e21bc5..efeb0dbc2 100644 --- a/pollination_sdk/models/baked_recipe.py +++ b/pollination_sdk/models/baked_recipe.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/billing_info.py b/pollination_sdk/models/billing_info.py index 62dda55b9..ddf19e98f 100644 --- a/pollination_sdk/models/billing_info.py +++ b/pollination_sdk/models/billing_info.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/billing_option.py b/pollination_sdk/models/billing_option.py index d8b257d63..e582ff4b6 100644 --- a/pollination_sdk/models/billing_option.py +++ b/pollination_sdk/models/billing_option.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/body_cython_function_or_method_owner_plugins_post.py b/pollination_sdk/models/body_cython_function_or_method_owner_plugins_post.py index ce8bd5af1..a5435d107 100644 --- a/pollination_sdk/models/body_cython_function_or_method_owner_plugins_post.py +++ b/pollination_sdk/models/body_cython_function_or_method_owner_plugins_post.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/body_post_recipe_owner_recipes_post.py b/pollination_sdk/models/body_post_recipe_owner_recipes_post.py index d9f7b7d74..d63f8dc49 100644 --- a/pollination_sdk/models/body_post_recipe_owner_recipes_post.py +++ b/pollination_sdk/models/body_post_recipe_owner_recipes_post.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/build_status.py b/pollination_sdk/models/build_status.py index 7941ed196..9d6706eea 100644 --- a/pollination_sdk/models/build_status.py +++ b/pollination_sdk/models/build_status.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/build_status_enum.py b/pollination_sdk/models/build_status_enum.py index 3cb4a285c..fdcd341a9 100644 --- a/pollination_sdk/models/build_status_enum.py +++ b/pollination_sdk/models/build_status_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/card_type.py b/pollination_sdk/models/card_type.py index e28de761a..3228f9ac5 100644 --- a/pollination_sdk/models/card_type.py +++ b/pollination_sdk/models/card_type.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/cloud_job.py b/pollination_sdk/models/cloud_job.py index 27314d3b5..4fb28ff87 100644 --- a/pollination_sdk/models/cloud_job.py +++ b/pollination_sdk/models/cloud_job.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/cloud_job_list.py b/pollination_sdk/models/cloud_job_list.py index 48fccc48c..2798db2b4 100644 --- a/pollination_sdk/models/cloud_job_list.py +++ b/pollination_sdk/models/cloud_job_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/created_content.py b/pollination_sdk/models/created_content.py index db8676977..1816529d5 100644 --- a/pollination_sdk/models/created_content.py +++ b/pollination_sdk/models/created_content.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag.py b/pollination_sdk/models/dag.py index 0b4713e4e..cfa41c219 100644 --- a/pollination_sdk/models/dag.py +++ b/pollination_sdk/models/dag.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_array_input.py b/pollination_sdk/models/dag_array_input.py index 0c0427a1f..d922e854e 100644 --- a/pollination_sdk/models/dag_array_input.py +++ b/pollination_sdk/models/dag_array_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_array_input_alias.py b/pollination_sdk/models/dag_array_input_alias.py index 9e485329d..b1e84cf79 100644 --- a/pollination_sdk/models/dag_array_input_alias.py +++ b/pollination_sdk/models/dag_array_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_array_output.py b/pollination_sdk/models/dag_array_output.py index debe8b657..a678682fd 100644 --- a/pollination_sdk/models/dag_array_output.py +++ b/pollination_sdk/models/dag_array_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_array_output_alias.py b/pollination_sdk/models/dag_array_output_alias.py index 1d63bf70d..d996bc858 100644 --- a/pollination_sdk/models/dag_array_output_alias.py +++ b/pollination_sdk/models/dag_array_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_boolean_input.py b/pollination_sdk/models/dag_boolean_input.py index 4b0bb7a79..d1e4b092e 100644 --- a/pollination_sdk/models/dag_boolean_input.py +++ b/pollination_sdk/models/dag_boolean_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_boolean_input_alias.py b/pollination_sdk/models/dag_boolean_input_alias.py index 3213bb032..e14986fba 100644 --- a/pollination_sdk/models/dag_boolean_input_alias.py +++ b/pollination_sdk/models/dag_boolean_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_boolean_output.py b/pollination_sdk/models/dag_boolean_output.py index c67c02c04..ca309a02d 100644 --- a/pollination_sdk/models/dag_boolean_output.py +++ b/pollination_sdk/models/dag_boolean_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_boolean_output_alias.py b/pollination_sdk/models/dag_boolean_output_alias.py index 232879f74..79f9e1f25 100644 --- a/pollination_sdk/models/dag_boolean_output_alias.py +++ b/pollination_sdk/models/dag_boolean_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_file_input.py b/pollination_sdk/models/dag_file_input.py index b7db32d67..632f45693 100644 --- a/pollination_sdk/models/dag_file_input.py +++ b/pollination_sdk/models/dag_file_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_file_input_alias.py b/pollination_sdk/models/dag_file_input_alias.py index 6801c4b5d..3870b9323 100644 --- a/pollination_sdk/models/dag_file_input_alias.py +++ b/pollination_sdk/models/dag_file_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_file_output.py b/pollination_sdk/models/dag_file_output.py index fb7d94da7..18085b689 100644 --- a/pollination_sdk/models/dag_file_output.py +++ b/pollination_sdk/models/dag_file_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_file_output_alias.py b/pollination_sdk/models/dag_file_output_alias.py index 5735f1f46..7d010d454 100644 --- a/pollination_sdk/models/dag_file_output_alias.py +++ b/pollination_sdk/models/dag_file_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_folder_input.py b/pollination_sdk/models/dag_folder_input.py index cf55fb707..f4cc7880a 100644 --- a/pollination_sdk/models/dag_folder_input.py +++ b/pollination_sdk/models/dag_folder_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_folder_input_alias.py b/pollination_sdk/models/dag_folder_input_alias.py index 5f592e3b3..340f3bf6c 100644 --- a/pollination_sdk/models/dag_folder_input_alias.py +++ b/pollination_sdk/models/dag_folder_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_folder_output.py b/pollination_sdk/models/dag_folder_output.py index 89df9b9cb..bd8ea311f 100644 --- a/pollination_sdk/models/dag_folder_output.py +++ b/pollination_sdk/models/dag_folder_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_folder_output_alias.py b/pollination_sdk/models/dag_folder_output_alias.py index 5af8f9147..74f80d820 100644 --- a/pollination_sdk/models/dag_folder_output_alias.py +++ b/pollination_sdk/models/dag_folder_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_generic_input.py b/pollination_sdk/models/dag_generic_input.py index 1b8b99f9c..5b842ef10 100644 --- a/pollination_sdk/models/dag_generic_input.py +++ b/pollination_sdk/models/dag_generic_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_generic_input_alias.py b/pollination_sdk/models/dag_generic_input_alias.py index 7429595aa..92d71d1ce 100644 --- a/pollination_sdk/models/dag_generic_input_alias.py +++ b/pollination_sdk/models/dag_generic_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_generic_output.py b/pollination_sdk/models/dag_generic_output.py index dd7dc6474..3d7c7cd06 100644 --- a/pollination_sdk/models/dag_generic_output.py +++ b/pollination_sdk/models/dag_generic_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_generic_output_alias.py b/pollination_sdk/models/dag_generic_output_alias.py index 2d6cb3ab6..9b718966b 100644 --- a/pollination_sdk/models/dag_generic_output_alias.py +++ b/pollination_sdk/models/dag_generic_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_integer_input.py b/pollination_sdk/models/dag_integer_input.py index 4ef389c15..7712bce0a 100644 --- a/pollination_sdk/models/dag_integer_input.py +++ b/pollination_sdk/models/dag_integer_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_integer_input_alias.py b/pollination_sdk/models/dag_integer_input_alias.py index e92c09b54..08d693820 100644 --- a/pollination_sdk/models/dag_integer_input_alias.py +++ b/pollination_sdk/models/dag_integer_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_integer_output.py b/pollination_sdk/models/dag_integer_output.py index b4cdf768e..a71e52325 100644 --- a/pollination_sdk/models/dag_integer_output.py +++ b/pollination_sdk/models/dag_integer_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_integer_output_alias.py b/pollination_sdk/models/dag_integer_output_alias.py index d0cd77c59..99a146fd6 100644 --- a/pollination_sdk/models/dag_integer_output_alias.py +++ b/pollination_sdk/models/dag_integer_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_linked_input_alias.py b/pollination_sdk/models/dag_linked_input_alias.py index 8a3b04b57..22304986f 100644 --- a/pollination_sdk/models/dag_linked_input_alias.py +++ b/pollination_sdk/models/dag_linked_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_linked_output_alias.py b/pollination_sdk/models/dag_linked_output_alias.py index 8b35dd19c..bbfde3e3e 100644 --- a/pollination_sdk/models/dag_linked_output_alias.py +++ b/pollination_sdk/models/dag_linked_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_number_input.py b/pollination_sdk/models/dag_number_input.py index 3ccbba827..4e469d994 100644 --- a/pollination_sdk/models/dag_number_input.py +++ b/pollination_sdk/models/dag_number_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_number_input_alias.py b/pollination_sdk/models/dag_number_input_alias.py index 825c59230..6e909017d 100644 --- a/pollination_sdk/models/dag_number_input_alias.py +++ b/pollination_sdk/models/dag_number_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_number_output.py b/pollination_sdk/models/dag_number_output.py index db450cc44..c83c652da 100644 --- a/pollination_sdk/models/dag_number_output.py +++ b/pollination_sdk/models/dag_number_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_number_output_alias.py b/pollination_sdk/models/dag_number_output_alias.py index 5a73db7fe..de3d91c7b 100644 --- a/pollination_sdk/models/dag_number_output_alias.py +++ b/pollination_sdk/models/dag_number_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_path_input.py b/pollination_sdk/models/dag_path_input.py index e0f8a798d..843151b6d 100644 --- a/pollination_sdk/models/dag_path_input.py +++ b/pollination_sdk/models/dag_path_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_path_input_alias.py b/pollination_sdk/models/dag_path_input_alias.py index f167c4f2d..c27027ee8 100644 --- a/pollination_sdk/models/dag_path_input_alias.py +++ b/pollination_sdk/models/dag_path_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_path_output.py b/pollination_sdk/models/dag_path_output.py index 1f32bcd69..82b9112ad 100644 --- a/pollination_sdk/models/dag_path_output.py +++ b/pollination_sdk/models/dag_path_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_path_output_alias.py b/pollination_sdk/models/dag_path_output_alias.py index 0e712d6a6..67be6c37c 100644 --- a/pollination_sdk/models/dag_path_output_alias.py +++ b/pollination_sdk/models/dag_path_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_string_input.py b/pollination_sdk/models/dag_string_input.py index 13c183f4f..37b4ce749 100644 --- a/pollination_sdk/models/dag_string_input.py +++ b/pollination_sdk/models/dag_string_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_string_input_alias.py b/pollination_sdk/models/dag_string_input_alias.py index b8b87a1ca..5fa6e9258 100644 --- a/pollination_sdk/models/dag_string_input_alias.py +++ b/pollination_sdk/models/dag_string_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_string_output.py b/pollination_sdk/models/dag_string_output.py index c6c31ffb7..aa14e5d1a 100644 --- a/pollination_sdk/models/dag_string_output.py +++ b/pollination_sdk/models/dag_string_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_string_output_alias.py b/pollination_sdk/models/dag_string_output_alias.py index e272c4128..0fd08421a 100644 --- a/pollination_sdk/models/dag_string_output_alias.py +++ b/pollination_sdk/models/dag_string_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_task.py b/pollination_sdk/models/dag_task.py index e0d8f0632..a56d4067b 100644 --- a/pollination_sdk/models/dag_task.py +++ b/pollination_sdk/models/dag_task.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dag_task_loop.py b/pollination_sdk/models/dag_task_loop.py index 52315c828..1ca13750d 100644 --- a/pollination_sdk/models/dag_task_loop.py +++ b/pollination_sdk/models/dag_task_loop.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dagjson_object_input.py b/pollination_sdk/models/dagjson_object_input.py index 72f699838..083e36f5e 100644 --- a/pollination_sdk/models/dagjson_object_input.py +++ b/pollination_sdk/models/dagjson_object_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dagjson_object_input_alias.py b/pollination_sdk/models/dagjson_object_input_alias.py index 547448ad4..3e6c0665d 100644 --- a/pollination_sdk/models/dagjson_object_input_alias.py +++ b/pollination_sdk/models/dagjson_object_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dagjson_object_output.py b/pollination_sdk/models/dagjson_object_output.py index 5ff235193..8957ecf25 100644 --- a/pollination_sdk/models/dagjson_object_output.py +++ b/pollination_sdk/models/dagjson_object_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dagjson_object_output_alias.py b/pollination_sdk/models/dagjson_object_output_alias.py index f7f6449ce..e8bbf607d 100644 --- a/pollination_sdk/models/dagjson_object_output_alias.py +++ b/pollination_sdk/models/dagjson_object_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/daily_usage.py b/pollination_sdk/models/daily_usage.py index b5bb27ffa..088996fcd 100644 --- a/pollination_sdk/models/daily_usage.py +++ b/pollination_sdk/models/daily_usage.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dependency.py b/pollination_sdk/models/dependency.py index 7e112140a..e050796d6 100644 --- a/pollination_sdk/models/dependency.py +++ b/pollination_sdk/models/dependency.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/dependency_kind.py b/pollination_sdk/models/dependency_kind.py index ba6f15166..ded2f0074 100644 --- a/pollination_sdk/models/dependency_kind.py +++ b/pollination_sdk/models/dependency_kind.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/deployment_config.py b/pollination_sdk/models/deployment_config.py index f78e3256d..154106354 100644 --- a/pollination_sdk/models/deployment_config.py +++ b/pollination_sdk/models/deployment_config.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/docker_config.py b/pollination_sdk/models/docker_config.py index 5c35c2645..d0b6a0849 100644 --- a/pollination_sdk/models/docker_config.py +++ b/pollination_sdk/models/docker_config.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/file_meta.py b/pollination_sdk/models/file_meta.py index 526f66d00..172d26b71 100644 --- a/pollination_sdk/models/file_meta.py +++ b/pollination_sdk/models/file_meta.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/file_reference.py b/pollination_sdk/models/file_reference.py index 16bd26603..1e6741e7d 100644 --- a/pollination_sdk/models/file_reference.py +++ b/pollination_sdk/models/file_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/folder_reference.py b/pollination_sdk/models/folder_reference.py index 0b4b3982a..558cf58c8 100644 --- a/pollination_sdk/models/folder_reference.py +++ b/pollination_sdk/models/folder_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function.py b/pollination_sdk/models/function.py index e4055afbb..51de9caf6 100644 --- a/pollination_sdk/models/function.py +++ b/pollination_sdk/models/function.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function_array_input.py b/pollination_sdk/models/function_array_input.py index 448731f2b..80293c145 100644 --- a/pollination_sdk/models/function_array_input.py +++ b/pollination_sdk/models/function_array_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function_array_output.py b/pollination_sdk/models/function_array_output.py index c9120d8ef..3902b7ce3 100644 --- a/pollination_sdk/models/function_array_output.py +++ b/pollination_sdk/models/function_array_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function_boolean_input.py b/pollination_sdk/models/function_boolean_input.py index b9930fb1b..d9b6e3cb4 100644 --- a/pollination_sdk/models/function_boolean_input.py +++ b/pollination_sdk/models/function_boolean_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function_boolean_output.py b/pollination_sdk/models/function_boolean_output.py index 80bf97b9b..40f1e6ad6 100644 --- a/pollination_sdk/models/function_boolean_output.py +++ b/pollination_sdk/models/function_boolean_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function_file_input.py b/pollination_sdk/models/function_file_input.py index 4664bb0c6..9a5848750 100644 --- a/pollination_sdk/models/function_file_input.py +++ b/pollination_sdk/models/function_file_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function_file_output.py b/pollination_sdk/models/function_file_output.py index 740b5e179..2440dea93 100644 --- a/pollination_sdk/models/function_file_output.py +++ b/pollination_sdk/models/function_file_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function_folder_input.py b/pollination_sdk/models/function_folder_input.py index 47e061f32..297043ac1 100644 --- a/pollination_sdk/models/function_folder_input.py +++ b/pollination_sdk/models/function_folder_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function_folder_output.py b/pollination_sdk/models/function_folder_output.py index 2b9c66a73..99c409c2e 100644 --- a/pollination_sdk/models/function_folder_output.py +++ b/pollination_sdk/models/function_folder_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function_integer_input.py b/pollination_sdk/models/function_integer_input.py index 511c8454c..c1748d2d2 100644 --- a/pollination_sdk/models/function_integer_input.py +++ b/pollination_sdk/models/function_integer_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function_integer_output.py b/pollination_sdk/models/function_integer_output.py index 974d762bd..78d3a0f82 100644 --- a/pollination_sdk/models/function_integer_output.py +++ b/pollination_sdk/models/function_integer_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function_json_object_input.py b/pollination_sdk/models/function_json_object_input.py index 15485bbfb..5dcb3d2ba 100644 --- a/pollination_sdk/models/function_json_object_input.py +++ b/pollination_sdk/models/function_json_object_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function_json_object_output.py b/pollination_sdk/models/function_json_object_output.py index b47193306..92e40539d 100644 --- a/pollination_sdk/models/function_json_object_output.py +++ b/pollination_sdk/models/function_json_object_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function_number_input.py b/pollination_sdk/models/function_number_input.py index acacb9008..b1f536855 100644 --- a/pollination_sdk/models/function_number_input.py +++ b/pollination_sdk/models/function_number_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function_number_output.py b/pollination_sdk/models/function_number_output.py index ccb9ff565..444b6ea20 100644 --- a/pollination_sdk/models/function_number_output.py +++ b/pollination_sdk/models/function_number_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function_path_input.py b/pollination_sdk/models/function_path_input.py index d506d2dc2..83d2812ab 100644 --- a/pollination_sdk/models/function_path_input.py +++ b/pollination_sdk/models/function_path_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function_path_output.py b/pollination_sdk/models/function_path_output.py index d0a4a216b..c52602e2d 100644 --- a/pollination_sdk/models/function_path_output.py +++ b/pollination_sdk/models/function_path_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function_string_input.py b/pollination_sdk/models/function_string_input.py index 2801db7b6..bf7072b78 100644 --- a/pollination_sdk/models/function_string_input.py +++ b/pollination_sdk/models/function_string_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/function_string_output.py b/pollination_sdk/models/function_string_output.py index d56dc7e80..8f3bae048 100644 --- a/pollination_sdk/models/function_string_output.py +++ b/pollination_sdk/models/function_string_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/http.py b/pollination_sdk/models/http.py index 367da3ac8..a1f74201d 100644 --- a/pollination_sdk/models/http.py +++ b/pollination_sdk/models/http.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/http_validation_error.py b/pollination_sdk/models/http_validation_error.py index 33eaf5aed..44a516fa4 100644 --- a/pollination_sdk/models/http_validation_error.py +++ b/pollination_sdk/models/http_validation_error.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/input_file_reference.py b/pollination_sdk/models/input_file_reference.py index f75f02120..c82fb612e 100644 --- a/pollination_sdk/models/input_file_reference.py +++ b/pollination_sdk/models/input_file_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/input_folder_reference.py b/pollination_sdk/models/input_folder_reference.py index 37b4d65e9..b00eb1750 100644 --- a/pollination_sdk/models/input_folder_reference.py +++ b/pollination_sdk/models/input_folder_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/input_path_reference.py b/pollination_sdk/models/input_path_reference.py index d1567a8a6..21f9dc1ae 100644 --- a/pollination_sdk/models/input_path_reference.py +++ b/pollination_sdk/models/input_path_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/input_reference.py b/pollination_sdk/models/input_reference.py index 849e452ab..52f6b7699 100644 --- a/pollination_sdk/models/input_reference.py +++ b/pollination_sdk/models/input_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/io_alias_handler.py b/pollination_sdk/models/io_alias_handler.py index 97183f74d..34c45d7bd 100644 --- a/pollination_sdk/models/io_alias_handler.py +++ b/pollination_sdk/models/io_alias_handler.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/item_reference.py b/pollination_sdk/models/item_reference.py index e7a21dcc2..1485cb20d 100644 --- a/pollination_sdk/models/item_reference.py +++ b/pollination_sdk/models/item_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/item_type.py b/pollination_sdk/models/item_type.py index 071084260..abbca2974 100644 --- a/pollination_sdk/models/item_type.py +++ b/pollination_sdk/models/item_type.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/job.py b/pollination_sdk/models/job.py index 161820f5b..74a346416 100644 --- a/pollination_sdk/models/job.py +++ b/pollination_sdk/models/job.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/job_argument.py b/pollination_sdk/models/job_argument.py index 8a492def2..bc23a3803 100644 --- a/pollination_sdk/models/job_argument.py +++ b/pollination_sdk/models/job_argument.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/job_path_argument.py b/pollination_sdk/models/job_path_argument.py index d17f042e5..ae0c2e1ed 100644 --- a/pollination_sdk/models/job_path_argument.py +++ b/pollination_sdk/models/job_path_argument.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/job_status.py b/pollination_sdk/models/job_status.py index f888c1b4e..46a973882 100644 --- a/pollination_sdk/models/job_status.py +++ b/pollination_sdk/models/job_status.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/job_status_enum.py b/pollination_sdk/models/job_status_enum.py index e40831d75..96026a2e6 100644 --- a/pollination_sdk/models/job_status_enum.py +++ b/pollination_sdk/models/job_status_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/key_request.py b/pollination_sdk/models/key_request.py index dc788ad92..7560dd3cd 100644 --- a/pollination_sdk/models/key_request.py +++ b/pollination_sdk/models/key_request.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/license.py b/pollination_sdk/models/license.py index a40dcbb12..b255ba7db 100644 --- a/pollination_sdk/models/license.py +++ b/pollination_sdk/models/license.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/license_pool_access_policy.py b/pollination_sdk/models/license_pool_access_policy.py index 29860cfbc..a6684faf9 100644 --- a/pollination_sdk/models/license_pool_access_policy.py +++ b/pollination_sdk/models/license_pool_access_policy.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/license_pool_access_policy_list.py b/pollination_sdk/models/license_pool_access_policy_list.py index c4f171cd0..722cfc2fc 100644 --- a/pollination_sdk/models/license_pool_access_policy_list.py +++ b/pollination_sdk/models/license_pool_access_policy_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/license_pool_list.py b/pollination_sdk/models/license_pool_list.py index 24d4290e8..eab0ebe35 100644 --- a/pollination_sdk/models/license_pool_list.py +++ b/pollination_sdk/models/license_pool_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/license_pool_policy_subject.py b/pollination_sdk/models/license_pool_policy_subject.py index 4f2f4f86f..93ab590fb 100644 --- a/pollination_sdk/models/license_pool_policy_subject.py +++ b/pollination_sdk/models/license_pool_policy_subject.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/license_pool_policy_subject_list.py b/pollination_sdk/models/license_pool_policy_subject_list.py index 843edc44f..220ff8724 100644 --- a/pollination_sdk/models/license_pool_policy_subject_list.py +++ b/pollination_sdk/models/license_pool_policy_subject_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/license_pool_public.py b/pollination_sdk/models/license_pool_public.py index 62dc840f6..b79143264 100644 --- a/pollination_sdk/models/license_pool_public.py +++ b/pollination_sdk/models/license_pool_public.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/license_pool_update.py b/pollination_sdk/models/license_pool_update.py index c385f9a42..1efed2007 100644 --- a/pollination_sdk/models/license_pool_update.py +++ b/pollination_sdk/models/license_pool_update.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/license_public.py b/pollination_sdk/models/license_public.py index 5714ec2d0..58fd68e74 100644 --- a/pollination_sdk/models/license_public.py +++ b/pollination_sdk/models/license_public.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/license_type.py b/pollination_sdk/models/license_type.py index a624a17c4..8e7f4ffb2 100644 --- a/pollination_sdk/models/license_type.py +++ b/pollination_sdk/models/license_type.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/local_config.py b/pollination_sdk/models/local_config.py index d6b00fa9f..71f91a27a 100644 --- a/pollination_sdk/models/local_config.py +++ b/pollination_sdk/models/local_config.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/location.py b/pollination_sdk/models/location.py index eefd1e4f2..a22b547fd 100644 --- a/pollination_sdk/models/location.py +++ b/pollination_sdk/models/location.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/maintainer.py b/pollination_sdk/models/maintainer.py index c768f8ece..efeaabe55 100644 --- a/pollination_sdk/models/maintainer.py +++ b/pollination_sdk/models/maintainer.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/meta_data.py b/pollination_sdk/models/meta_data.py index 004c06a9f..16fbfae02 100644 --- a/pollination_sdk/models/meta_data.py +++ b/pollination_sdk/models/meta_data.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/metadata.py b/pollination_sdk/models/metadata.py index b47c97813..efff21e7d 100644 --- a/pollination_sdk/models/metadata.py +++ b/pollination_sdk/models/metadata.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/new_application_version.py b/pollination_sdk/models/new_application_version.py index 2e19b514e..870de4d7f 100644 --- a/pollination_sdk/models/new_application_version.py +++ b/pollination_sdk/models/new_application_version.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/new_plugin_package.py b/pollination_sdk/models/new_plugin_package.py index a0bafa6d9..d24122867 100644 --- a/pollination_sdk/models/new_plugin_package.py +++ b/pollination_sdk/models/new_plugin_package.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/new_recipe_package.py b/pollination_sdk/models/new_recipe_package.py index c8b99ce02..54aed53f1 100644 --- a/pollination_sdk/models/new_recipe_package.py +++ b/pollination_sdk/models/new_recipe_package.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/organization.py b/pollination_sdk/models/organization.py index 54e019669..91f95eaef 100644 --- a/pollination_sdk/models/organization.py +++ b/pollination_sdk/models/organization.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/organization_create.py b/pollination_sdk/models/organization_create.py index d71627ba9..740a77c19 100644 --- a/pollination_sdk/models/organization_create.py +++ b/pollination_sdk/models/organization_create.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/organization_list.py b/pollination_sdk/models/organization_list.py index eeef6e08d..3a41908b4 100644 --- a/pollination_sdk/models/organization_list.py +++ b/pollination_sdk/models/organization_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/organization_member.py b/pollination_sdk/models/organization_member.py index 45e894565..c46825346 100644 --- a/pollination_sdk/models/organization_member.py +++ b/pollination_sdk/models/organization_member.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/organization_member_list.py b/pollination_sdk/models/organization_member_list.py index baf86c191..f0d3f8e8b 100644 --- a/pollination_sdk/models/organization_member_list.py +++ b/pollination_sdk/models/organization_member_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/organization_role_enum.py b/pollination_sdk/models/organization_role_enum.py index 1f0432247..4f24e50a5 100644 --- a/pollination_sdk/models/organization_role_enum.py +++ b/pollination_sdk/models/organization_role_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/organization_update.py b/pollination_sdk/models/organization_update.py index 9ebf97296..b30c1eef5 100644 --- a/pollination_sdk/models/organization_update.py +++ b/pollination_sdk/models/organization_update.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/package_sort_key.py b/pollination_sdk/models/package_sort_key.py index a3affe219..d55fd5815 100644 --- a/pollination_sdk/models/package_sort_key.py +++ b/pollination_sdk/models/package_sort_key.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/package_version.py b/pollination_sdk/models/package_version.py index 2f2abc486..7749d9564 100644 --- a/pollination_sdk/models/package_version.py +++ b/pollination_sdk/models/package_version.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/paused_reason.py b/pollination_sdk/models/paused_reason.py index 13626b29a..f5f1b41e2 100644 --- a/pollination_sdk/models/paused_reason.py +++ b/pollination_sdk/models/paused_reason.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/pay_link.py b/pollination_sdk/models/pay_link.py index 6b4ffadec..2db282040 100644 --- a/pollination_sdk/models/pay_link.py +++ b/pollination_sdk/models/pay_link.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/payment.py b/pollination_sdk/models/payment.py index a78024ade..cdcf3fad0 100644 --- a/pollination_sdk/models/payment.py +++ b/pollination_sdk/models/payment.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/payment_method.py b/pollination_sdk/models/payment_method.py index c2e154a14..a7290b681 100644 --- a/pollination_sdk/models/payment_method.py +++ b/pollination_sdk/models/payment_method.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/payment_method_enum.py b/pollination_sdk/models/payment_method_enum.py index 2061cdb26..5933ebbc3 100644 --- a/pollination_sdk/models/payment_method_enum.py +++ b/pollination_sdk/models/payment_method_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/permission.py b/pollination_sdk/models/permission.py index c082aed3e..386112e2a 100644 --- a/pollination_sdk/models/permission.py +++ b/pollination_sdk/models/permission.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/plan_type.py b/pollination_sdk/models/plan_type.py index 6fca149f1..df4b05304 100644 --- a/pollination_sdk/models/plan_type.py +++ b/pollination_sdk/models/plan_type.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/plugin.py b/pollination_sdk/models/plugin.py index 28d46dce4..59fbd39eb 100644 --- a/pollination_sdk/models/plugin.py +++ b/pollination_sdk/models/plugin.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/plugin_config.py b/pollination_sdk/models/plugin_config.py index a88cbfd39..3cf346d48 100644 --- a/pollination_sdk/models/plugin_config.py +++ b/pollination_sdk/models/plugin_config.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/plugin_package.py b/pollination_sdk/models/plugin_package.py index 726a5fa32..6c4057804 100644 --- a/pollination_sdk/models/plugin_package.py +++ b/pollination_sdk/models/plugin_package.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/plugin_package_list.py b/pollination_sdk/models/plugin_package_list.py index 6d717189f..cc770c403 100644 --- a/pollination_sdk/models/plugin_package_list.py +++ b/pollination_sdk/models/plugin_package_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/policy_subject.py b/pollination_sdk/models/policy_subject.py index ba9b2df41..2468a8b73 100644 --- a/pollination_sdk/models/policy_subject.py +++ b/pollination_sdk/models/policy_subject.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/project.py b/pollination_sdk/models/project.py index 226eab1ee..8982ce432 100644 --- a/pollination_sdk/models/project.py +++ b/pollination_sdk/models/project.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/project_access_policy.py b/pollination_sdk/models/project_access_policy.py index 9428d17c0..d86889f11 100644 --- a/pollination_sdk/models/project_access_policy.py +++ b/pollination_sdk/models/project_access_policy.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/project_access_policy_list.py b/pollination_sdk/models/project_access_policy_list.py index 96ccf443e..b4b7f1f26 100644 --- a/pollination_sdk/models/project_access_policy_list.py +++ b/pollination_sdk/models/project_access_policy_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/project_create.py b/pollination_sdk/models/project_create.py index 7c57ca9c9..49485ceaa 100644 --- a/pollination_sdk/models/project_create.py +++ b/pollination_sdk/models/project_create.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/project_folder.py b/pollination_sdk/models/project_folder.py index 890c63591..8a586d9b8 100644 --- a/pollination_sdk/models/project_folder.py +++ b/pollination_sdk/models/project_folder.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/project_list.py b/pollination_sdk/models/project_list.py index 14d85cd28..10fb3b3a9 100644 --- a/pollination_sdk/models/project_list.py +++ b/pollination_sdk/models/project_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/project_policy_subject.py b/pollination_sdk/models/project_policy_subject.py index 498e752b0..132ea53c2 100644 --- a/pollination_sdk/models/project_policy_subject.py +++ b/pollination_sdk/models/project_policy_subject.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/project_recipe_filter.py b/pollination_sdk/models/project_recipe_filter.py index 43402f113..cd59d1266 100644 --- a/pollination_sdk/models/project_recipe_filter.py +++ b/pollination_sdk/models/project_recipe_filter.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/project_recipe_filter_list.py b/pollination_sdk/models/project_recipe_filter_list.py index 34c209dcd..25857d036 100644 --- a/pollination_sdk/models/project_recipe_filter_list.py +++ b/pollination_sdk/models/project_recipe_filter_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/project_sort_key.py b/pollination_sdk/models/project_sort_key.py index 8da5ee8f9..c352a9b18 100644 --- a/pollination_sdk/models/project_sort_key.py +++ b/pollination_sdk/models/project_sort_key.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/project_update.py b/pollination_sdk/models/project_update.py index b19679d4d..a3d0d4505 100644 --- a/pollination_sdk/models/project_update.py +++ b/pollination_sdk/models/project_update.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/public_account_list.py b/pollination_sdk/models/public_account_list.py index 98fde3b04..5ccb5028c 100644 --- a/pollination_sdk/models/public_account_list.py +++ b/pollination_sdk/models/public_account_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/quota.py b/pollination_sdk/models/quota.py index 3344de490..0b74e03a8 100644 --- a/pollination_sdk/models/quota.py +++ b/pollination_sdk/models/quota.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/quota_list.py b/pollination_sdk/models/quota_list.py index 73b5bdaf4..b9af807bf 100644 --- a/pollination_sdk/models/quota_list.py +++ b/pollination_sdk/models/quota_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/quota_plan.py b/pollination_sdk/models/quota_plan.py index 073a83d97..1b66eec3a 100644 --- a/pollination_sdk/models/quota_plan.py +++ b/pollination_sdk/models/quota_plan.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/quota_type.py b/pollination_sdk/models/quota_type.py index 7e667615a..da4b38834 100644 --- a/pollination_sdk/models/quota_type.py +++ b/pollination_sdk/models/quota_type.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/recipe.py b/pollination_sdk/models/recipe.py index e4339e691..79a488e45 100644 --- a/pollination_sdk/models/recipe.py +++ b/pollination_sdk/models/recipe.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/recipe_interface.py b/pollination_sdk/models/recipe_interface.py index d47944f45..003294def 100644 --- a/pollination_sdk/models/recipe_interface.py +++ b/pollination_sdk/models/recipe_interface.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/recipe_interface_list.py b/pollination_sdk/models/recipe_interface_list.py index db737efb7..7abacdf01 100644 --- a/pollination_sdk/models/recipe_interface_list.py +++ b/pollination_sdk/models/recipe_interface_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/recipe_package.py b/pollination_sdk/models/recipe_package.py index 41b43c10c..498b67d3e 100644 --- a/pollination_sdk/models/recipe_package.py +++ b/pollination_sdk/models/recipe_package.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/recipe_package_list.py b/pollination_sdk/models/recipe_package_list.py index 4cf6e283a..e60a4e7f9 100644 --- a/pollination_sdk/models/recipe_package_list.py +++ b/pollination_sdk/models/recipe_package_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/repository.py b/pollination_sdk/models/repository.py index 7080d40ce..01b3bb0b1 100644 --- a/pollination_sdk/models/repository.py +++ b/pollination_sdk/models/repository.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/repository_access_policy.py b/pollination_sdk/models/repository_access_policy.py index 73fe20557..87cec998e 100644 --- a/pollination_sdk/models/repository_access_policy.py +++ b/pollination_sdk/models/repository_access_policy.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/repository_access_policy_list.py b/pollination_sdk/models/repository_access_policy_list.py index 2b9e8be91..1c270344a 100644 --- a/pollination_sdk/models/repository_access_policy_list.py +++ b/pollination_sdk/models/repository_access_policy_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/repository_create.py b/pollination_sdk/models/repository_create.py index 97153e504..4ac28937c 100644 --- a/pollination_sdk/models/repository_create.py +++ b/pollination_sdk/models/repository_create.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/repository_index.py b/pollination_sdk/models/repository_index.py index a8b7468c4..4555feca8 100644 --- a/pollination_sdk/models/repository_index.py +++ b/pollination_sdk/models/repository_index.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/repository_list.py b/pollination_sdk/models/repository_list.py index 141eaa7b0..f7ac30cce 100644 --- a/pollination_sdk/models/repository_list.py +++ b/pollination_sdk/models/repository_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/repository_metadata.py b/pollination_sdk/models/repository_metadata.py index 26de24ee7..7b9ea2627 100644 --- a/pollination_sdk/models/repository_metadata.py +++ b/pollination_sdk/models/repository_metadata.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/repository_policy_subject.py b/pollination_sdk/models/repository_policy_subject.py index 85e2496cf..555605aff 100644 --- a/pollination_sdk/models/repository_policy_subject.py +++ b/pollination_sdk/models/repository_policy_subject.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/repository_sort_key.py b/pollination_sdk/models/repository_sort_key.py index 349015817..fecef7c4a 100644 --- a/pollination_sdk/models/repository_sort_key.py +++ b/pollination_sdk/models/repository_sort_key.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/repository_update.py b/pollination_sdk/models/repository_update.py index fde820620..87de4229a 100644 --- a/pollination_sdk/models/repository_update.py +++ b/pollination_sdk/models/repository_update.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/repository_user_permissions.py b/pollination_sdk/models/repository_user_permissions.py index 68bc9d5a9..42f9eeba6 100644 --- a/pollination_sdk/models/repository_user_permissions.py +++ b/pollination_sdk/models/repository_user_permissions.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/resources_duration.py b/pollination_sdk/models/resources_duration.py index 8d4cee383..a680e4007 100644 --- a/pollination_sdk/models/resources_duration.py +++ b/pollination_sdk/models/resources_duration.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/retry_config.py b/pollination_sdk/models/retry_config.py index bf179654d..402ce238a 100644 --- a/pollination_sdk/models/retry_config.py +++ b/pollination_sdk/models/retry_config.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/role_enum.py b/pollination_sdk/models/role_enum.py index 352122a5d..50b95cfc9 100644 --- a/pollination_sdk/models/role_enum.py +++ b/pollination_sdk/models/role_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/run.py b/pollination_sdk/models/run.py index 815dda1b2..4c3188268 100644 --- a/pollination_sdk/models/run.py +++ b/pollination_sdk/models/run.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/run_list.py b/pollination_sdk/models/run_list.py index 9015c118c..f97c30a19 100644 --- a/pollination_sdk/models/run_list.py +++ b/pollination_sdk/models/run_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/run_meta.py b/pollination_sdk/models/run_meta.py index 27238e7b3..568a41326 100644 --- a/pollination_sdk/models/run_meta.py +++ b/pollination_sdk/models/run_meta.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/run_progress.py b/pollination_sdk/models/run_progress.py index 70a3b1c67..fbaca96be 100644 --- a/pollination_sdk/models/run_progress.py +++ b/pollination_sdk/models/run_progress.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/run_result_list.py b/pollination_sdk/models/run_result_list.py index d7128827a..582ddc637 100644 --- a/pollination_sdk/models/run_result_list.py +++ b/pollination_sdk/models/run_result_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/run_status.py b/pollination_sdk/models/run_status.py index 13785692b..f6f2a513e 100644 --- a/pollination_sdk/models/run_status.py +++ b/pollination_sdk/models/run_status.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/run_status_enum.py b/pollination_sdk/models/run_status_enum.py index bd72e9667..2712ab2e0 100644 --- a/pollination_sdk/models/run_status_enum.py +++ b/pollination_sdk/models/run_status_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/s3.py b/pollination_sdk/models/s3.py index e5e70c205..a75eae58c 100644 --- a/pollination_sdk/models/s3.py +++ b/pollination_sdk/models/s3.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/s3_upload_request.py b/pollination_sdk/models/s3_upload_request.py index 4af7c8c8b..4ca472353 100644 --- a/pollination_sdk/models/s3_upload_request.py +++ b/pollination_sdk/models/s3_upload_request.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/scripting_languages.py b/pollination_sdk/models/scripting_languages.py index 5eaa16f21..cca19adb9 100644 --- a/pollination_sdk/models/scripting_languages.py +++ b/pollination_sdk/models/scripting_languages.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/sdk_enum.py b/pollination_sdk/models/sdk_enum.py index 1de15cf3b..3f4a531cf 100644 --- a/pollination_sdk/models/sdk_enum.py +++ b/pollination_sdk/models/sdk_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ @@ -31,8 +31,9 @@ class SDKEnum(object): """ STREAMLIT = "streamlit" DASH = "dash" + REACT = "react" - allowable_values = [STREAMLIT, DASH] # noqa: E501 + allowable_values = [STREAMLIT, DASH, REACT] # noqa: E501 """ Attributes: diff --git a/pollination_sdk/models/sort_enum.py b/pollination_sdk/models/sort_enum.py index b7be7b78b..ab09fec92 100644 --- a/pollination_sdk/models/sort_enum.py +++ b/pollination_sdk/models/sort_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/status_type.py b/pollination_sdk/models/status_type.py index d984cc1d0..348a5bb9b 100644 --- a/pollination_sdk/models/status_type.py +++ b/pollination_sdk/models/status_type.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_array_input.py b/pollination_sdk/models/step_array_input.py index fbf52fd22..4ca203618 100644 --- a/pollination_sdk/models/step_array_input.py +++ b/pollination_sdk/models/step_array_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_array_output.py b/pollination_sdk/models/step_array_output.py index 011629d1e..2419a7d71 100644 --- a/pollination_sdk/models/step_array_output.py +++ b/pollination_sdk/models/step_array_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_boolean_input.py b/pollination_sdk/models/step_boolean_input.py index 720839e7b..4db7c5efb 100644 --- a/pollination_sdk/models/step_boolean_input.py +++ b/pollination_sdk/models/step_boolean_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_boolean_output.py b/pollination_sdk/models/step_boolean_output.py index d32782407..def4e715e 100644 --- a/pollination_sdk/models/step_boolean_output.py +++ b/pollination_sdk/models/step_boolean_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_file_input.py b/pollination_sdk/models/step_file_input.py index 5ff8a4b98..47e269822 100644 --- a/pollination_sdk/models/step_file_input.py +++ b/pollination_sdk/models/step_file_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_file_output.py b/pollination_sdk/models/step_file_output.py index 49ba4f068..dfbe3214e 100644 --- a/pollination_sdk/models/step_file_output.py +++ b/pollination_sdk/models/step_file_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_folder_input.py b/pollination_sdk/models/step_folder_input.py index d95d3d419..22c41f322 100644 --- a/pollination_sdk/models/step_folder_input.py +++ b/pollination_sdk/models/step_folder_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_folder_output.py b/pollination_sdk/models/step_folder_output.py index 81d04e7ae..e1d00df30 100644 --- a/pollination_sdk/models/step_folder_output.py +++ b/pollination_sdk/models/step_folder_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_integer_input.py b/pollination_sdk/models/step_integer_input.py index e4eed7a5c..929c2b44c 100644 --- a/pollination_sdk/models/step_integer_input.py +++ b/pollination_sdk/models/step_integer_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_integer_output.py b/pollination_sdk/models/step_integer_output.py index cf65630ed..9b02ff2e7 100644 --- a/pollination_sdk/models/step_integer_output.py +++ b/pollination_sdk/models/step_integer_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_json_object_input.py b/pollination_sdk/models/step_json_object_input.py index a2a8cdb54..737836f61 100644 --- a/pollination_sdk/models/step_json_object_input.py +++ b/pollination_sdk/models/step_json_object_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_json_object_output.py b/pollination_sdk/models/step_json_object_output.py index c6240e118..da434406b 100644 --- a/pollination_sdk/models/step_json_object_output.py +++ b/pollination_sdk/models/step_json_object_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_list.py b/pollination_sdk/models/step_list.py index 75bd45f81..9bcc14f9b 100644 --- a/pollination_sdk/models/step_list.py +++ b/pollination_sdk/models/step_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_number_input.py b/pollination_sdk/models/step_number_input.py index 89ae4a396..db7cf7478 100644 --- a/pollination_sdk/models/step_number_input.py +++ b/pollination_sdk/models/step_number_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_number_output.py b/pollination_sdk/models/step_number_output.py index 081e2731f..2e1fc9aa8 100644 --- a/pollination_sdk/models/step_number_output.py +++ b/pollination_sdk/models/step_number_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_path_input.py b/pollination_sdk/models/step_path_input.py index 3adbe35b9..3df532bf3 100644 --- a/pollination_sdk/models/step_path_input.py +++ b/pollination_sdk/models/step_path_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_path_output.py b/pollination_sdk/models/step_path_output.py index 8a65cb6e0..ae6b5f7fd 100644 --- a/pollination_sdk/models/step_path_output.py +++ b/pollination_sdk/models/step_path_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_status.py b/pollination_sdk/models/step_status.py index b22ff0beb..2bba7a28a 100644 --- a/pollination_sdk/models/step_status.py +++ b/pollination_sdk/models/step_status.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_status_enum.py b/pollination_sdk/models/step_status_enum.py index f17d4991a..b145b03e9 100644 --- a/pollination_sdk/models/step_status_enum.py +++ b/pollination_sdk/models/step_status_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_string_input.py b/pollination_sdk/models/step_string_input.py index dd7b103b3..c499fed29 100644 --- a/pollination_sdk/models/step_string_input.py +++ b/pollination_sdk/models/step_string_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/step_string_output.py b/pollination_sdk/models/step_string_output.py index c3d51ed9f..06a477b24 100644 --- a/pollination_sdk/models/step_string_output.py +++ b/pollination_sdk/models/step_string_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/subject_type.py b/pollination_sdk/models/subject_type.py index c2e190bed..12901b169 100644 --- a/pollination_sdk/models/subject_type.py +++ b/pollination_sdk/models/subject_type.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/subscription.py b/pollination_sdk/models/subscription.py index 21456aa4f..567f96403 100644 --- a/pollination_sdk/models/subscription.py +++ b/pollination_sdk/models/subscription.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/subscription_create.py b/pollination_sdk/models/subscription_create.py index df073fd24..e5caea105 100644 --- a/pollination_sdk/models/subscription_create.py +++ b/pollination_sdk/models/subscription_create.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/subscription_payment.py b/pollination_sdk/models/subscription_payment.py index aefcb9f1b..6b29ad675 100644 --- a/pollination_sdk/models/subscription_payment.py +++ b/pollination_sdk/models/subscription_payment.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/subscription_plan.py b/pollination_sdk/models/subscription_plan.py index 6a2b15c64..51221002f 100644 --- a/pollination_sdk/models/subscription_plan.py +++ b/pollination_sdk/models/subscription_plan.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/subscription_update.py b/pollination_sdk/models/subscription_update.py index e5a77bbb5..12d0af5fa 100644 --- a/pollination_sdk/models/subscription_update.py +++ b/pollination_sdk/models/subscription_update.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/subscription_update_dry_run.py b/pollination_sdk/models/subscription_update_dry_run.py index 3f9336aee..b50b08a2a 100644 --- a/pollination_sdk/models/subscription_update_dry_run.py +++ b/pollination_sdk/models/subscription_update_dry_run.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/task_argument.py b/pollination_sdk/models/task_argument.py index 9d6f884a2..92f9cdbfe 100644 --- a/pollination_sdk/models/task_argument.py +++ b/pollination_sdk/models/task_argument.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/task_file_reference.py b/pollination_sdk/models/task_file_reference.py index 59c05ade0..2e5886d73 100644 --- a/pollination_sdk/models/task_file_reference.py +++ b/pollination_sdk/models/task_file_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/task_folder_reference.py b/pollination_sdk/models/task_folder_reference.py index 76eb01f4c..412ad467d 100644 --- a/pollination_sdk/models/task_folder_reference.py +++ b/pollination_sdk/models/task_folder_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/task_path_argument.py b/pollination_sdk/models/task_path_argument.py index 23ad95b89..73a408b5a 100644 --- a/pollination_sdk/models/task_path_argument.py +++ b/pollination_sdk/models/task_path_argument.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/task_path_reference.py b/pollination_sdk/models/task_path_reference.py index 9f1b86fe2..ff07e3e89 100644 --- a/pollination_sdk/models/task_path_reference.py +++ b/pollination_sdk/models/task_path_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/task_path_return.py b/pollination_sdk/models/task_path_return.py index 22d55bd01..4f1facb65 100644 --- a/pollination_sdk/models/task_path_return.py +++ b/pollination_sdk/models/task_path_return.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/task_reference.py b/pollination_sdk/models/task_reference.py index af2fb11b3..6755b07af 100644 --- a/pollination_sdk/models/task_reference.py +++ b/pollination_sdk/models/task_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/task_return.py b/pollination_sdk/models/task_return.py index d5eb4b5ef..5b6618296 100644 --- a/pollination_sdk/models/task_return.py +++ b/pollination_sdk/models/task_return.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/team.py b/pollination_sdk/models/team.py index 0fd3fb1ff..874a4522d 100644 --- a/pollination_sdk/models/team.py +++ b/pollination_sdk/models/team.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/team_create.py b/pollination_sdk/models/team_create.py index ba83a899c..0b5d41c1d 100644 --- a/pollination_sdk/models/team_create.py +++ b/pollination_sdk/models/team_create.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/team_list.py b/pollination_sdk/models/team_list.py index d624fb3eb..e3db1c5ad 100644 --- a/pollination_sdk/models/team_list.py +++ b/pollination_sdk/models/team_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/team_member.py b/pollination_sdk/models/team_member.py index ca09976ee..39ae1fa5f 100644 --- a/pollination_sdk/models/team_member.py +++ b/pollination_sdk/models/team_member.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/team_member_list.py b/pollination_sdk/models/team_member_list.py index e7ed8078f..185d8f7ce 100644 --- a/pollination_sdk/models/team_member_list.py +++ b/pollination_sdk/models/team_member_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/team_role_enum.py b/pollination_sdk/models/team_role_enum.py index 16489a921..9582811b9 100644 --- a/pollination_sdk/models/team_role_enum.py +++ b/pollination_sdk/models/team_role_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/team_update.py b/pollination_sdk/models/team_update.py index 2f3cee457..5db2c7724 100644 --- a/pollination_sdk/models/team_update.py +++ b/pollination_sdk/models/team_update.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/template_function.py b/pollination_sdk/models/template_function.py index eff686458..b4f85ac96 100644 --- a/pollination_sdk/models/template_function.py +++ b/pollination_sdk/models/template_function.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/update_accepted.py b/pollination_sdk/models/update_accepted.py index 8506e2287..b43c6beb2 100644 --- a/pollination_sdk/models/update_accepted.py +++ b/pollination_sdk/models/update_accepted.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/usage.py b/pollination_sdk/models/usage.py index 19131cb1d..bb72a5342 100644 --- a/pollination_sdk/models/usage.py +++ b/pollination_sdk/models/usage.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/user_create.py b/pollination_sdk/models/user_create.py index 176599e33..6a6faa8ab 100644 --- a/pollination_sdk/models/user_create.py +++ b/pollination_sdk/models/user_create.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/user_permission.py b/pollination_sdk/models/user_permission.py index 108dbf55b..724870899 100644 --- a/pollination_sdk/models/user_permission.py +++ b/pollination_sdk/models/user_permission.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/user_private.py b/pollination_sdk/models/user_private.py index 510547403..1afe88144 100644 --- a/pollination_sdk/models/user_private.py +++ b/pollination_sdk/models/user_private.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/user_public.py b/pollination_sdk/models/user_public.py index 4be7f993f..7e55430bf 100644 --- a/pollination_sdk/models/user_public.py +++ b/pollination_sdk/models/user_public.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/user_public_list.py b/pollination_sdk/models/user_public_list.py index a589531b3..3f00e7a85 100644 --- a/pollination_sdk/models/user_public_list.py +++ b/pollination_sdk/models/user_public_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/user_update.py b/pollination_sdk/models/user_update.py index f6e826024..1d08e4352 100644 --- a/pollination_sdk/models/user_update.py +++ b/pollination_sdk/models/user_update.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/validation_error.py b/pollination_sdk/models/validation_error.py index 8a4c57bd2..9a5ad5f1b 100644 --- a/pollination_sdk/models/validation_error.py +++ b/pollination_sdk/models/validation_error.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/value_file_reference.py b/pollination_sdk/models/value_file_reference.py index 4e73ab2ff..217e857d1 100644 --- a/pollination_sdk/models/value_file_reference.py +++ b/pollination_sdk/models/value_file_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/value_folder_reference.py b/pollination_sdk/models/value_folder_reference.py index aaf062724..885788a34 100644 --- a/pollination_sdk/models/value_folder_reference.py +++ b/pollination_sdk/models/value_folder_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/value_list_reference.py b/pollination_sdk/models/value_list_reference.py index ba58dda96..74713df5d 100644 --- a/pollination_sdk/models/value_list_reference.py +++ b/pollination_sdk/models/value_list_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/models/value_reference.py b/pollination_sdk/models/value_reference.py index 041cac02d..e1cfa6263 100644 --- a/pollination_sdk/models/value_reference.py +++ b/pollination_sdk/models/value_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/pollination_sdk/rest.py b/pollination_sdk/rest.py index ab5b16dac..3c22f84c2 100644 --- a/pollination_sdk/rest.py +++ b/pollination_sdk/rest.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/setup.py b/setup.py index e9870ed95..3e0ddc849 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ @@ -14,7 +14,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "pollination-sdk" -VERSION = "0.43.0" +VERSION = "0.47.0" # To install the library, run the following # # python setup.py install diff --git a/test-requirements.txt b/test-requirements.txt index d655da23c..7e0a98222 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,5 +3,5 @@ nose>=1.3.7 pluggy>=0.3.1 py>=1.4.31 randomize>=0.13 -wheel==0.33.6 -twine>=4.0.2 +twine==1.13.0 +wheel==0.33.6 \ No newline at end of file diff --git a/test/test_accessor.py b/test/test_accessor.py index 7d57bb9f9..9b27ada34 100644 --- a/test/test_accessor.py +++ b/test/test_accessor.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_account_public.py b/test/test_account_public.py index 1ca60f709..4af816173 100644 --- a/test/test_account_public.py +++ b/test/test_account_public.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_account_type.py b/test/test_account_type.py index ad3448949..b0a6416d1 100644 --- a/test/test_account_type.py +++ b/test/test_account_type.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_accounts_api.py b/test/test_accounts_api.py index 5e0f5dec6..32c4df934 100644 --- a/test/test_accounts_api.py +++ b/test/test_accounts_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_activation.py b/test/test_activation.py index 63e3761eb..26e8620e2 100644 --- a/test/test_activation.py +++ b/test/test_activation.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_activation_list.py b/test/test_activation_list.py index 0560e34fb..2a22f50b1 100644 --- a/test/test_activation_list.py +++ b/test/test_activation_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_api_token.py b/test/test_api_token.py index d3fed381d..a317dbce7 100644 --- a/test/test_api_token.py +++ b/test/test_api_token.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_api_token_create.py b/test/test_api_token_create.py index 979d1224c..58e31f23c 100644 --- a/test/test_api_token_create.py +++ b/test/test_api_token_create.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_api_token_list.py b/test/test_api_token_list.py index 3b232d6a7..94dccc394 100644 --- a/test/test_api_token_list.py +++ b/test/test_api_token_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_api_token_private.py b/test/test_api_token_private.py index 7e14259a6..7eea5a1cc 100644 --- a/test/test_api_token_private.py +++ b/test/test_api_token_private.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_api_tokens_api.py b/test/test_api_tokens_api.py index 473fff355..27262561b 100644 --- a/test/test_api_tokens_api.py +++ b/test/test_api_tokens_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_application.py b/test/test_application.py index 836e310e6..768972a1b 100644 --- a/test/test_application.py +++ b/test/test_application.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ @@ -39,6 +39,7 @@ def make_instance(self, include_optional): return Application( deployment_config = null, description = '0', + has_been_deployed = True, id = '50bb7fe0-8f19-499e-972e-1ebec8af2c71', image = 'https://picsum.photos/400', is_paid = True, @@ -53,10 +54,12 @@ def make_instance(self, include_optional): public = True, sdk = null, slug = 'application-falcon', - source = '0' + source = '0', + url = '0' ) else : return Application( + has_been_deployed = True, id = '50bb7fe0-8f19-499e-972e-1ebec8af2c71', name = 'Application Falcon', owner = null, diff --git a/test/test_application_access_policy.py b/test/test_application_access_policy.py index b6d4c4cc5..22fbc5e89 100644 --- a/test/test_application_access_policy.py +++ b/test/test_application_access_policy.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_application_access_policy_list.py b/test/test_application_access_policy_list.py index 23952d605..77a6e7764 100644 --- a/test/test_application_access_policy_list.py +++ b/test/test_application_access_policy_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_application_create.py b/test/test_application_create.py index 7e0e1485f..e79777e2a 100644 --- a/test/test_application_create.py +++ b/test/test_application_create.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_application_deployment.py b/test/test_application_deployment.py index 1bc6be84d..9e332c7f0 100644 --- a/test/test_application_deployment.py +++ b/test/test_application_deployment.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_application_list.py b/test/test_application_list.py index 68acf0dca..6c9d6e157 100644 --- a/test/test_application_list.py +++ b/test/test_application_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ @@ -45,6 +45,7 @@ def make_instance(self, include_optional): pollination_sdk.models.application.Application( deployment_config = null, description = '0', + has_been_deployed = True, id = '50bb7fe0-8f19-499e-972e-1ebec8af2c71', image = 'https://picsum.photos/400', is_paid = True, @@ -59,7 +60,8 @@ def make_instance(self, include_optional): public = True, sdk = null, slug = 'application-falcon', - source = '0', ) + source = '0', + url = '0', ) ], total_count = 56 ) @@ -72,6 +74,7 @@ def make_instance(self, include_optional): pollination_sdk.models.application.Application( deployment_config = null, description = '0', + has_been_deployed = True, id = '50bb7fe0-8f19-499e-972e-1ebec8af2c71', image = 'https://picsum.photos/400', is_paid = True, @@ -86,7 +89,8 @@ def make_instance(self, include_optional): public = True, sdk = null, slug = 'application-falcon', - source = '0', ) + source = '0', + url = '0', ) ], total_count = 56, ) diff --git a/test/test_application_policy_subject.py b/test/test_application_policy_subject.py index 84373b6db..4493cf2bc 100644 --- a/test/test_application_policy_subject.py +++ b/test/test_application_policy_subject.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_application_sort_key.py b/test/test_application_sort_key.py index 9d729f16a..987c29a73 100644 --- a/test/test_application_sort_key.py +++ b/test/test_application_sort_key.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_application_update.py b/test/test_application_update.py index 565b7d1cb..46e5b5a76 100644 --- a/test/test_application_update.py +++ b/test/test_application_update.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_application_version.py b/test/test_application_version.py index cbec988dc..59d0ec789 100644 --- a/test/test_application_version.py +++ b/test/test_application_version.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_application_version_list.py b/test/test_application_version_list.py index de0a36572..06ed1ea0c 100644 --- a/test/test_application_version_list.py +++ b/test/test_application_version_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_applications_api.py b/test/test_applications_api.py index 349ec2cad..a3b77f460 100644 --- a/test/test_applications_api.py +++ b/test/test_applications_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_artifacts_api.py b/test/test_artifacts_api.py index a2d9b6a6d..56296cab1 100644 --- a/test/test_artifacts_api.py +++ b/test/test_artifacts_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_baked_recipe.py b/test/test_baked_recipe.py index 07457e40d..c934d44c0 100644 --- a/test/test_baked_recipe.py +++ b/test/test_baked_recipe.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_billing_info.py b/test/test_billing_info.py index a048104d1..925219871 100644 --- a/test/test_billing_info.py +++ b/test/test_billing_info.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_billing_option.py b/test/test_billing_option.py index 97c082544..9c05922cf 100644 --- a/test/test_billing_option.py +++ b/test/test_billing_option.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_body_cython_function_or_method_owner_plugins_post.py b/test/test_body_cython_function_or_method_owner_plugins_post.py index 4175be3f9..3821ff5c8 100644 --- a/test/test_body_cython_function_or_method_owner_plugins_post.py +++ b/test/test_body_cython_function_or_method_owner_plugins_post.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_body_post_recipe_owner_recipes_post.py b/test/test_body_post_recipe_owner_recipes_post.py index c2fb2c430..1269c4b36 100644 --- a/test/test_body_post_recipe_owner_recipes_post.py +++ b/test/test_body_post_recipe_owner_recipes_post.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_build_status.py b/test/test_build_status.py index daec10d28..2ac35fe40 100644 --- a/test/test_build_status.py +++ b/test/test_build_status.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_build_status_enum.py b/test/test_build_status_enum.py index cbd4bf83f..a9d265aee 100644 --- a/test/test_build_status_enum.py +++ b/test/test_build_status_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_card_type.py b/test/test_card_type.py index 19b278521..516d4d866 100644 --- a/test/test_card_type.py +++ b/test/test_card_type.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_cloud_job.py b/test/test_cloud_job.py index 3c0de3a39..17094d691 100644 --- a/test/test_cloud_job.py +++ b/test/test_cloud_job.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_cloud_job_list.py b/test/test_cloud_job_list.py index c8d7b92fb..82bbec341 100644 --- a/test/test_cloud_job_list.py +++ b/test/test_cloud_job_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_created_content.py b/test/test_created_content.py index 924811e37..26bddec8f 100644 --- a/test/test_created_content.py +++ b/test/test_created_content.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag.py b/test/test_dag.py index 242e01c4d..94ffa5d76 100644 --- a/test/test_dag.py +++ b/test/test_dag.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_array_input.py b/test/test_dag_array_input.py index 7f1b46868..6f18d53f8 100644 --- a/test/test_dag_array_input.py +++ b/test/test_dag_array_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_array_input_alias.py b/test/test_dag_array_input_alias.py index 6f69694e0..42eb55ed5 100644 --- a/test/test_dag_array_input_alias.py +++ b/test/test_dag_array_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_array_output.py b/test/test_dag_array_output.py index 9b5c1f2ce..ee0b73cff 100644 --- a/test/test_dag_array_output.py +++ b/test/test_dag_array_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_array_output_alias.py b/test/test_dag_array_output_alias.py index ae2a00df9..ba948fd04 100644 --- a/test/test_dag_array_output_alias.py +++ b/test/test_dag_array_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_boolean_input.py b/test/test_dag_boolean_input.py index 6e30fdc1e..a48ceca9e 100644 --- a/test/test_dag_boolean_input.py +++ b/test/test_dag_boolean_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_boolean_input_alias.py b/test/test_dag_boolean_input_alias.py index 03ccebe60..25cdef261 100644 --- a/test/test_dag_boolean_input_alias.py +++ b/test/test_dag_boolean_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_boolean_output.py b/test/test_dag_boolean_output.py index 02cbe5293..a4e34a63c 100644 --- a/test/test_dag_boolean_output.py +++ b/test/test_dag_boolean_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_boolean_output_alias.py b/test/test_dag_boolean_output_alias.py index 1f4f9abd5..45c22e6d6 100644 --- a/test/test_dag_boolean_output_alias.py +++ b/test/test_dag_boolean_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_file_input.py b/test/test_dag_file_input.py index e7c6f531f..26e99328d 100644 --- a/test/test_dag_file_input.py +++ b/test/test_dag_file_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_file_input_alias.py b/test/test_dag_file_input_alias.py index 13c5b3c2c..b62ae940f 100644 --- a/test/test_dag_file_input_alias.py +++ b/test/test_dag_file_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_file_output.py b/test/test_dag_file_output.py index ca87f87b1..81942ca23 100644 --- a/test/test_dag_file_output.py +++ b/test/test_dag_file_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_file_output_alias.py b/test/test_dag_file_output_alias.py index 8e32067a0..891fb9161 100644 --- a/test/test_dag_file_output_alias.py +++ b/test/test_dag_file_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_folder_input.py b/test/test_dag_folder_input.py index 6d2a612d1..fa4b6b8cd 100644 --- a/test/test_dag_folder_input.py +++ b/test/test_dag_folder_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_folder_input_alias.py b/test/test_dag_folder_input_alias.py index 84a5f7423..f465d5056 100644 --- a/test/test_dag_folder_input_alias.py +++ b/test/test_dag_folder_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_folder_output.py b/test/test_dag_folder_output.py index 99499b884..e353056c4 100644 --- a/test/test_dag_folder_output.py +++ b/test/test_dag_folder_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_folder_output_alias.py b/test/test_dag_folder_output_alias.py index b89f895c1..6b25a86a8 100644 --- a/test/test_dag_folder_output_alias.py +++ b/test/test_dag_folder_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_generic_input.py b/test/test_dag_generic_input.py index ba8e21ae1..0356be8db 100644 --- a/test/test_dag_generic_input.py +++ b/test/test_dag_generic_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_generic_input_alias.py b/test/test_dag_generic_input_alias.py index a47f9e977..4d8b22b93 100644 --- a/test/test_dag_generic_input_alias.py +++ b/test/test_dag_generic_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_generic_output.py b/test/test_dag_generic_output.py index bfe7a6593..f4d244306 100644 --- a/test/test_dag_generic_output.py +++ b/test/test_dag_generic_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_generic_output_alias.py b/test/test_dag_generic_output_alias.py index f25ac7640..e3e919d33 100644 --- a/test/test_dag_generic_output_alias.py +++ b/test/test_dag_generic_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_integer_input.py b/test/test_dag_integer_input.py index ebe24baa0..8db6842f1 100644 --- a/test/test_dag_integer_input.py +++ b/test/test_dag_integer_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_integer_input_alias.py b/test/test_dag_integer_input_alias.py index 098447046..4ac03f3f2 100644 --- a/test/test_dag_integer_input_alias.py +++ b/test/test_dag_integer_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_integer_output.py b/test/test_dag_integer_output.py index 2a088a664..0aafc20d6 100644 --- a/test/test_dag_integer_output.py +++ b/test/test_dag_integer_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_integer_output_alias.py b/test/test_dag_integer_output_alias.py index 0dbdd4fd8..5a30c5e89 100644 --- a/test/test_dag_integer_output_alias.py +++ b/test/test_dag_integer_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_linked_input_alias.py b/test/test_dag_linked_input_alias.py index ffddeae97..482c61d10 100644 --- a/test/test_dag_linked_input_alias.py +++ b/test/test_dag_linked_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_linked_output_alias.py b/test/test_dag_linked_output_alias.py index 52f69f722..d34e2bc48 100644 --- a/test/test_dag_linked_output_alias.py +++ b/test/test_dag_linked_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_number_input.py b/test/test_dag_number_input.py index 1b1414d1d..efe59d0e9 100644 --- a/test/test_dag_number_input.py +++ b/test/test_dag_number_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_number_input_alias.py b/test/test_dag_number_input_alias.py index 1def4b1e7..bffc2fe55 100644 --- a/test/test_dag_number_input_alias.py +++ b/test/test_dag_number_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_number_output.py b/test/test_dag_number_output.py index 6fbc294b4..be6ee8b81 100644 --- a/test/test_dag_number_output.py +++ b/test/test_dag_number_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_number_output_alias.py b/test/test_dag_number_output_alias.py index 1cb7765fe..94863f67d 100644 --- a/test/test_dag_number_output_alias.py +++ b/test/test_dag_number_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_path_input.py b/test/test_dag_path_input.py index 1d7ff42fd..646f6e91f 100644 --- a/test/test_dag_path_input.py +++ b/test/test_dag_path_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_path_input_alias.py b/test/test_dag_path_input_alias.py index fc0decfe8..3fdd022f6 100644 --- a/test/test_dag_path_input_alias.py +++ b/test/test_dag_path_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_path_output.py b/test/test_dag_path_output.py index e46c44484..0effccb56 100644 --- a/test/test_dag_path_output.py +++ b/test/test_dag_path_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_path_output_alias.py b/test/test_dag_path_output_alias.py index 621b71678..57c5adf42 100644 --- a/test/test_dag_path_output_alias.py +++ b/test/test_dag_path_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_string_input.py b/test/test_dag_string_input.py index 10cdf00c3..222fe20d0 100644 --- a/test/test_dag_string_input.py +++ b/test/test_dag_string_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_string_input_alias.py b/test/test_dag_string_input_alias.py index ce84b34e9..3173b59e7 100644 --- a/test/test_dag_string_input_alias.py +++ b/test/test_dag_string_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_string_output.py b/test/test_dag_string_output.py index 04d77f5d3..8c364ce84 100644 --- a/test/test_dag_string_output.py +++ b/test/test_dag_string_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_string_output_alias.py b/test/test_dag_string_output_alias.py index 8cbb0f728..271f5d429 100644 --- a/test/test_dag_string_output_alias.py +++ b/test/test_dag_string_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_task.py b/test/test_dag_task.py index 1a61d8d66..2eb08c355 100644 --- a/test/test_dag_task.py +++ b/test/test_dag_task.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dag_task_loop.py b/test/test_dag_task_loop.py index 7b3b3c798..66a7fc02a 100644 --- a/test/test_dag_task_loop.py +++ b/test/test_dag_task_loop.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dagjson_object_input.py b/test/test_dagjson_object_input.py index 47497e991..867219c88 100644 --- a/test/test_dagjson_object_input.py +++ b/test/test_dagjson_object_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dagjson_object_input_alias.py b/test/test_dagjson_object_input_alias.py index b0679c741..003908a9a 100644 --- a/test/test_dagjson_object_input_alias.py +++ b/test/test_dagjson_object_input_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dagjson_object_output.py b/test/test_dagjson_object_output.py index 51fc171f9..ebe5eb1d4 100644 --- a/test/test_dagjson_object_output.py +++ b/test/test_dagjson_object_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dagjson_object_output_alias.py b/test/test_dagjson_object_output_alias.py index 309421de2..6d85b3dc7 100644 --- a/test/test_dagjson_object_output_alias.py +++ b/test/test_dagjson_object_output_alias.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_daily_usage.py b/test/test_daily_usage.py index 4b632898b..9cd0c10fd 100644 --- a/test/test_daily_usage.py +++ b/test/test_daily_usage.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dependency.py b/test/test_dependency.py index ae8ca4945..315a34f11 100644 --- a/test/test_dependency.py +++ b/test/test_dependency.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_dependency_kind.py b/test/test_dependency_kind.py index c693b7223..a2d843ff0 100644 --- a/test/test_dependency_kind.py +++ b/test/test_dependency_kind.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_deployment_config.py b/test/test_deployment_config.py index 720bd584e..89c409105 100644 --- a/test/test_deployment_config.py +++ b/test/test_deployment_config.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_docker_config.py b/test/test_docker_config.py index e008f5546..03c3b629b 100644 --- a/test/test_docker_config.py +++ b/test/test_docker_config.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_file_meta.py b/test/test_file_meta.py index fada6ea8d..855480a5e 100644 --- a/test/test_file_meta.py +++ b/test/test_file_meta.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_file_reference.py b/test/test_file_reference.py index d21758956..be77f1b3d 100644 --- a/test/test_file_reference.py +++ b/test/test_file_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_folder_reference.py b/test/test_folder_reference.py index 7205f466a..c59735be9 100644 --- a/test/test_folder_reference.py +++ b/test/test_folder_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function.py b/test/test_function.py index 3cbb13442..86e04ddea 100644 --- a/test/test_function.py +++ b/test/test_function.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function_array_input.py b/test/test_function_array_input.py index b4005b126..28b60dbe1 100644 --- a/test/test_function_array_input.py +++ b/test/test_function_array_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function_array_output.py b/test/test_function_array_output.py index 85f83de8b..24b87a74f 100644 --- a/test/test_function_array_output.py +++ b/test/test_function_array_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function_boolean_input.py b/test/test_function_boolean_input.py index 02a29b16d..42d6b3c39 100644 --- a/test/test_function_boolean_input.py +++ b/test/test_function_boolean_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function_boolean_output.py b/test/test_function_boolean_output.py index 628ef1bfb..b4424678d 100644 --- a/test/test_function_boolean_output.py +++ b/test/test_function_boolean_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function_file_input.py b/test/test_function_file_input.py index 44bee2f42..02894b2e2 100644 --- a/test/test_function_file_input.py +++ b/test/test_function_file_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function_file_output.py b/test/test_function_file_output.py index 4257bab8e..d27226e2d 100644 --- a/test/test_function_file_output.py +++ b/test/test_function_file_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function_folder_input.py b/test/test_function_folder_input.py index 90b0a3de9..e2cec4c9a 100644 --- a/test/test_function_folder_input.py +++ b/test/test_function_folder_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function_folder_output.py b/test/test_function_folder_output.py index f1fd16b66..670c602f7 100644 --- a/test/test_function_folder_output.py +++ b/test/test_function_folder_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function_integer_input.py b/test/test_function_integer_input.py index 4527ac87f..13e619774 100644 --- a/test/test_function_integer_input.py +++ b/test/test_function_integer_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function_integer_output.py b/test/test_function_integer_output.py index 4707a037b..593a5fbf8 100644 --- a/test/test_function_integer_output.py +++ b/test/test_function_integer_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function_json_object_input.py b/test/test_function_json_object_input.py index c9556700b..d2a02e5a9 100644 --- a/test/test_function_json_object_input.py +++ b/test/test_function_json_object_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function_json_object_output.py b/test/test_function_json_object_output.py index 6fcf8f80f..976f17a21 100644 --- a/test/test_function_json_object_output.py +++ b/test/test_function_json_object_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function_number_input.py b/test/test_function_number_input.py index 587b5caf0..7ec4e111e 100644 --- a/test/test_function_number_input.py +++ b/test/test_function_number_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function_number_output.py b/test/test_function_number_output.py index 30b2b21f5..4437a5b77 100644 --- a/test/test_function_number_output.py +++ b/test/test_function_number_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function_path_input.py b/test/test_function_path_input.py index e168ea538..7a79c979d 100644 --- a/test/test_function_path_input.py +++ b/test/test_function_path_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function_path_output.py b/test/test_function_path_output.py index d4b6d9c7e..289c0f1a3 100644 --- a/test/test_function_path_output.py +++ b/test/test_function_path_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function_string_input.py b/test/test_function_string_input.py index c77c6aa74..fde1e6bb4 100644 --- a/test/test_function_string_input.py +++ b/test/test_function_string_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_function_string_output.py b/test/test_function_string_output.py index d09b6d758..6ebbbd9aa 100644 --- a/test/test_function_string_output.py +++ b/test/test_function_string_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_http.py b/test/test_http.py index f358be297..99184e64a 100644 --- a/test/test_http.py +++ b/test/test_http.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_http_validation_error.py b/test/test_http_validation_error.py index d6510cc40..334ec8ccd 100644 --- a/test/test_http_validation_error.py +++ b/test/test_http_validation_error.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_input_file_reference.py b/test/test_input_file_reference.py index b6c863744..c2b7b85c4 100644 --- a/test/test_input_file_reference.py +++ b/test/test_input_file_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_input_folder_reference.py b/test/test_input_folder_reference.py index 444481d24..0dd4f48e6 100644 --- a/test/test_input_folder_reference.py +++ b/test/test_input_folder_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_input_path_reference.py b/test/test_input_path_reference.py index 92e4a5547..480653297 100644 --- a/test/test_input_path_reference.py +++ b/test/test_input_path_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_input_reference.py b/test/test_input_reference.py index e1a4c03dc..2141225cc 100644 --- a/test/test_input_reference.py +++ b/test/test_input_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_io_alias_handler.py b/test/test_io_alias_handler.py index 30fd5979f..0010ddab9 100644 --- a/test/test_io_alias_handler.py +++ b/test/test_io_alias_handler.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_item_reference.py b/test/test_item_reference.py index 4e9d26417..07eeff954 100644 --- a/test/test_item_reference.py +++ b/test/test_item_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_item_type.py b/test/test_item_type.py index d07c8ed93..39467e9b6 100644 --- a/test/test_item_type.py +++ b/test/test_item_type.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_job.py b/test/test_job.py index 38b4acbf9..aecbc6626 100644 --- a/test/test_job.py +++ b/test/test_job.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_job_argument.py b/test/test_job_argument.py index a5129beb1..b4d7b9724 100644 --- a/test/test_job_argument.py +++ b/test/test_job_argument.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_job_path_argument.py b/test/test_job_path_argument.py index d080b61d1..e03c12dc0 100644 --- a/test/test_job_path_argument.py +++ b/test/test_job_path_argument.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_job_status.py b/test/test_job_status.py index 8536bbe25..340718dc5 100644 --- a/test/test_job_status.py +++ b/test/test_job_status.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_job_status_enum.py b/test/test_job_status_enum.py index 5018e2a60..26886c718 100644 --- a/test/test_job_status_enum.py +++ b/test/test_job_status_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_jobs_api.py b/test/test_jobs_api.py index a90d51ae2..614981bb8 100644 --- a/test/test_jobs_api.py +++ b/test/test_jobs_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_key_request.py b/test/test_key_request.py index 8c167e616..db810c144 100644 --- a/test/test_key_request.py +++ b/test/test_key_request.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_license.py b/test/test_license.py index c3041a89f..b04760cf7 100644 --- a/test/test_license.py +++ b/test/test_license.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_license_pool_access_policy.py b/test/test_license_pool_access_policy.py index b2a494b80..7a7232007 100644 --- a/test/test_license_pool_access_policy.py +++ b/test/test_license_pool_access_policy.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_license_pool_access_policy_list.py b/test/test_license_pool_access_policy_list.py index 2cf08dfd2..8ee22e7d9 100644 --- a/test/test_license_pool_access_policy_list.py +++ b/test/test_license_pool_access_policy_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_license_pool_list.py b/test/test_license_pool_list.py index 9e89e9db2..681e229c0 100644 --- a/test/test_license_pool_list.py +++ b/test/test_license_pool_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_license_pool_policy_subject.py b/test/test_license_pool_policy_subject.py index 61c7307b0..570674cb5 100644 --- a/test/test_license_pool_policy_subject.py +++ b/test/test_license_pool_policy_subject.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_license_pool_policy_subject_list.py b/test/test_license_pool_policy_subject_list.py index 13a664e2b..c1fea4d87 100644 --- a/test/test_license_pool_policy_subject_list.py +++ b/test/test_license_pool_policy_subject_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_license_pool_public.py b/test/test_license_pool_public.py index dcb373498..ff371c52d 100644 --- a/test/test_license_pool_public.py +++ b/test/test_license_pool_public.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_license_pool_update.py b/test/test_license_pool_update.py index 98530ca93..b0b95ebaf 100644 --- a/test/test_license_pool_update.py +++ b/test/test_license_pool_update.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_license_public.py b/test/test_license_public.py index b8969a90e..fbd08b760 100644 --- a/test/test_license_public.py +++ b/test/test_license_public.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_license_type.py b/test/test_license_type.py index 8a22cd94b..a456d0885 100644 --- a/test/test_license_type.py +++ b/test/test_license_type.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_licenses_api.py b/test/test_licenses_api.py index 65cad0264..b1d8d10ea 100644 --- a/test/test_licenses_api.py +++ b/test/test_licenses_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_local_config.py b/test/test_local_config.py index a11f0646a..15d912860 100644 --- a/test/test_local_config.py +++ b/test/test_local_config.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_location.py b/test/test_location.py index 716900bdc..4fd00a0df 100644 --- a/test/test_location.py +++ b/test/test_location.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_maintainer.py b/test/test_maintainer.py index c31f4e9ea..e118cc154 100644 --- a/test/test_maintainer.py +++ b/test/test_maintainer.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_meta_data.py b/test/test_meta_data.py index fce116dca..677937d2d 100644 --- a/test/test_meta_data.py +++ b/test/test_meta_data.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_metadata.py b/test/test_metadata.py index df1825061..7249d081b 100644 --- a/test/test_metadata.py +++ b/test/test_metadata.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_new_application_version.py b/test/test_new_application_version.py index 66b4e2b3d..a49a4686b 100644 --- a/test/test_new_application_version.py +++ b/test/test_new_application_version.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_new_plugin_package.py b/test/test_new_plugin_package.py index 3db78233e..43037dabd 100644 --- a/test/test_new_plugin_package.py +++ b/test/test_new_plugin_package.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_new_recipe_package.py b/test/test_new_recipe_package.py index 52751e202..54e74c108 100644 --- a/test/test_new_recipe_package.py +++ b/test/test_new_recipe_package.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_organization.py b/test/test_organization.py index 6d0d99a5a..cda820111 100644 --- a/test/test_organization.py +++ b/test/test_organization.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_organization_create.py b/test/test_organization_create.py index abfa22d64..87f30a139 100644 --- a/test/test_organization_create.py +++ b/test/test_organization_create.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_organization_list.py b/test/test_organization_list.py index 7fd2b6947..dd58b108a 100644 --- a/test/test_organization_list.py +++ b/test/test_organization_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_organization_member.py b/test/test_organization_member.py index 4a2a8f5bd..c678505f3 100644 --- a/test/test_organization_member.py +++ b/test/test_organization_member.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_organization_member_list.py b/test/test_organization_member_list.py index 247c310df..97dd5ff6a 100644 --- a/test/test_organization_member_list.py +++ b/test/test_organization_member_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_organization_role_enum.py b/test/test_organization_role_enum.py index cbb8de678..2ab73f91a 100644 --- a/test/test_organization_role_enum.py +++ b/test/test_organization_role_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_organization_update.py b/test/test_organization_update.py index 6b3dc3dda..059e1567d 100644 --- a/test/test_organization_update.py +++ b/test/test_organization_update.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_orgs_api.py b/test/test_orgs_api.py index de3d1268b..925c23a14 100644 --- a/test/test_orgs_api.py +++ b/test/test_orgs_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_package_sort_key.py b/test/test_package_sort_key.py index 63352e85c..393fdb091 100644 --- a/test/test_package_sort_key.py +++ b/test/test_package_sort_key.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_package_version.py b/test/test_package_version.py index 70dbddf06..a49cd6509 100644 --- a/test/test_package_version.py +++ b/test/test_package_version.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_paused_reason.py b/test/test_paused_reason.py index 421f98f1d..7b40d414f 100644 --- a/test/test_paused_reason.py +++ b/test/test_paused_reason.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_pay_link.py b/test/test_pay_link.py index 38f57afc0..25e67d1eb 100644 --- a/test/test_pay_link.py +++ b/test/test_pay_link.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_payment.py b/test/test_payment.py index cf96c03da..a7d836fba 100644 --- a/test/test_payment.py +++ b/test/test_payment.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_payment_method.py b/test/test_payment_method.py index 621a69866..4b782b4b6 100644 --- a/test/test_payment_method.py +++ b/test/test_payment_method.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_payment_method_enum.py b/test/test_payment_method_enum.py index 91d9c1231..332448223 100644 --- a/test/test_payment_method_enum.py +++ b/test/test_payment_method_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_permission.py b/test/test_permission.py index 1beab8e1a..aed1e2585 100644 --- a/test/test_permission.py +++ b/test/test_permission.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_plan_type.py b/test/test_plan_type.py index f3bb98815..954ad016b 100644 --- a/test/test_plan_type.py +++ b/test/test_plan_type.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_plugin.py b/test/test_plugin.py index a9d93a567..3e5bb62b8 100644 --- a/test/test_plugin.py +++ b/test/test_plugin.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_plugin_config.py b/test/test_plugin_config.py index 79f13ac7b..b074f7249 100644 --- a/test/test_plugin_config.py +++ b/test/test_plugin_config.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_plugin_package.py b/test/test_plugin_package.py index eef27ddf4..fb8921182 100644 --- a/test/test_plugin_package.py +++ b/test/test_plugin_package.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_plugin_package_list.py b/test/test_plugin_package_list.py index 8b11f9fa2..42d5e2715 100644 --- a/test/test_plugin_package_list.py +++ b/test/test_plugin_package_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_plugins_api.py b/test/test_plugins_api.py index eed721133..6023345c7 100644 --- a/test/test_plugins_api.py +++ b/test/test_plugins_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_policy_subject.py b/test/test_policy_subject.py index bea93ed71..6b00b424b 100644 --- a/test/test_policy_subject.py +++ b/test/test_policy_subject.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_project.py b/test/test_project.py index 44eede90d..69b37f7b7 100644 --- a/test/test_project.py +++ b/test/test_project.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_project_access_policy.py b/test/test_project_access_policy.py index 8ef43426b..6724ee3ab 100644 --- a/test/test_project_access_policy.py +++ b/test/test_project_access_policy.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_project_access_policy_list.py b/test/test_project_access_policy_list.py index 2f0a295a4..b70d6ad0d 100644 --- a/test/test_project_access_policy_list.py +++ b/test/test_project_access_policy_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_project_create.py b/test/test_project_create.py index 2ea442742..d41ef3e42 100644 --- a/test/test_project_create.py +++ b/test/test_project_create.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_project_folder.py b/test/test_project_folder.py index 6c697da05..a1f15148d 100644 --- a/test/test_project_folder.py +++ b/test/test_project_folder.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_project_list.py b/test/test_project_list.py index a6abba4a0..a56cdab66 100644 --- a/test/test_project_list.py +++ b/test/test_project_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_project_policy_subject.py b/test/test_project_policy_subject.py index 7b81aa938..0d523d4ef 100644 --- a/test/test_project_policy_subject.py +++ b/test/test_project_policy_subject.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_project_recipe_filter.py b/test/test_project_recipe_filter.py index 4505e09b2..8a69a0d13 100644 --- a/test/test_project_recipe_filter.py +++ b/test/test_project_recipe_filter.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_project_recipe_filter_list.py b/test/test_project_recipe_filter_list.py index 2a654a3be..b43a52248 100644 --- a/test/test_project_recipe_filter_list.py +++ b/test/test_project_recipe_filter_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_project_sort_key.py b/test/test_project_sort_key.py index 94f75ebae..e6e94bf83 100644 --- a/test/test_project_sort_key.py +++ b/test/test_project_sort_key.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_project_update.py b/test/test_project_update.py index e213b127f..5b65cff49 100644 --- a/test/test_project_update.py +++ b/test/test_project_update.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_projects_api.py b/test/test_projects_api.py index 2220f352a..e5f1b0a32 100644 --- a/test/test_projects_api.py +++ b/test/test_projects_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_public_account_list.py b/test/test_public_account_list.py index 15380e5a1..17ca91017 100644 --- a/test/test_public_account_list.py +++ b/test/test_public_account_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_quota.py b/test/test_quota.py index c8750f1e3..78d145bbd 100644 --- a/test/test_quota.py +++ b/test/test_quota.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_quota_list.py b/test/test_quota_list.py index 217d405c8..5deb0fc92 100644 --- a/test/test_quota_list.py +++ b/test/test_quota_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_quota_plan.py b/test/test_quota_plan.py index 347bf3997..f5c7ac8fa 100644 --- a/test/test_quota_plan.py +++ b/test/test_quota_plan.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_quota_type.py b/test/test_quota_type.py index 2f63d63ed..85431c335 100644 --- a/test/test_quota_type.py +++ b/test/test_quota_type.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_recipe.py b/test/test_recipe.py index d30697169..8d9ec1b29 100644 --- a/test/test_recipe.py +++ b/test/test_recipe.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_recipe_interface.py b/test/test_recipe_interface.py index 2add6b3e5..775e56ad8 100644 --- a/test/test_recipe_interface.py +++ b/test/test_recipe_interface.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_recipe_interface_list.py b/test/test_recipe_interface_list.py index d40b5c45b..baef4ceae 100644 --- a/test/test_recipe_interface_list.py +++ b/test/test_recipe_interface_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_recipe_package.py b/test/test_recipe_package.py index 0b1a30b8a..610809b07 100644 --- a/test/test_recipe_package.py +++ b/test/test_recipe_package.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_recipe_package_list.py b/test/test_recipe_package_list.py index 7a5377893..99594fc79 100644 --- a/test/test_recipe_package_list.py +++ b/test/test_recipe_package_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_recipes_api.py b/test/test_recipes_api.py index a1ebc6fd9..7d11d8d4e 100644 --- a/test/test_recipes_api.py +++ b/test/test_recipes_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_registries_api.py b/test/test_registries_api.py index 6582098f9..587eda793 100644 --- a/test/test_registries_api.py +++ b/test/test_registries_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_repository.py b/test/test_repository.py index e742d8e28..a20c9bc88 100644 --- a/test/test_repository.py +++ b/test/test_repository.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_repository_access_policy.py b/test/test_repository_access_policy.py index 0a4894ca6..d6edb4324 100644 --- a/test/test_repository_access_policy.py +++ b/test/test_repository_access_policy.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_repository_access_policy_list.py b/test/test_repository_access_policy_list.py index 49c09eac7..5ec957bfb 100644 --- a/test/test_repository_access_policy_list.py +++ b/test/test_repository_access_policy_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_repository_create.py b/test/test_repository_create.py index 922491307..4bb89d1dc 100644 --- a/test/test_repository_create.py +++ b/test/test_repository_create.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_repository_index.py b/test/test_repository_index.py index b57177b6b..24b0cacd1 100644 --- a/test/test_repository_index.py +++ b/test/test_repository_index.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_repository_list.py b/test/test_repository_list.py index 7a95e1e8f..83b936a52 100644 --- a/test/test_repository_list.py +++ b/test/test_repository_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_repository_metadata.py b/test/test_repository_metadata.py index 74a40f51d..d5dc66f85 100644 --- a/test/test_repository_metadata.py +++ b/test/test_repository_metadata.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_repository_policy_subject.py b/test/test_repository_policy_subject.py index 3fc5bc0f3..cf0bfdb7f 100644 --- a/test/test_repository_policy_subject.py +++ b/test/test_repository_policy_subject.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_repository_sort_key.py b/test/test_repository_sort_key.py index 7d246e3a5..382f258ae 100644 --- a/test/test_repository_sort_key.py +++ b/test/test_repository_sort_key.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_repository_update.py b/test/test_repository_update.py index d1e7ce23c..2ed336d66 100644 --- a/test/test_repository_update.py +++ b/test/test_repository_update.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_repository_user_permissions.py b/test/test_repository_user_permissions.py index 1b0db7e8d..2ee29cfb5 100644 --- a/test/test_repository_user_permissions.py +++ b/test/test_repository_user_permissions.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_resources_duration.py b/test/test_resources_duration.py index b88e6aa4f..3547910d1 100644 --- a/test/test_resources_duration.py +++ b/test/test_resources_duration.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_retry_config.py b/test/test_retry_config.py index ff602d449..075b63d7b 100644 --- a/test/test_retry_config.py +++ b/test/test_retry_config.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_role_enum.py b/test/test_role_enum.py index ce0931a22..1f1424b4f 100644 --- a/test/test_role_enum.py +++ b/test/test_role_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_run.py b/test/test_run.py index 20726badc..55f77b6fe 100644 --- a/test/test_run.py +++ b/test/test_run.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_run_list.py b/test/test_run_list.py index 68f395aba..744666110 100644 --- a/test/test_run_list.py +++ b/test/test_run_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_run_meta.py b/test/test_run_meta.py index d745633cf..3ece13851 100644 --- a/test/test_run_meta.py +++ b/test/test_run_meta.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_run_progress.py b/test/test_run_progress.py index b004d7553..0e0795499 100644 --- a/test/test_run_progress.py +++ b/test/test_run_progress.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_run_result_list.py b/test/test_run_result_list.py index 807fc011b..94bd6cef6 100644 --- a/test/test_run_result_list.py +++ b/test/test_run_result_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_run_status.py b/test/test_run_status.py index db1996519..68fb93ff1 100644 --- a/test/test_run_status.py +++ b/test/test_run_status.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_run_status_enum.py b/test/test_run_status_enum.py index 872dc7425..b6e403764 100644 --- a/test/test_run_status_enum.py +++ b/test/test_run_status_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_runs_api.py b/test/test_runs_api.py index c06fb6b4e..dc23be0f7 100644 --- a/test/test_runs_api.py +++ b/test/test_runs_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_s3.py b/test/test_s3.py index f0483f1f6..2f3b28831 100644 --- a/test/test_s3.py +++ b/test/test_s3.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_s3_upload_request.py b/test/test_s3_upload_request.py index 9687d209e..1f2d1035e 100644 --- a/test/test_s3_upload_request.py +++ b/test/test_s3_upload_request.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_scripting_languages.py b/test/test_scripting_languages.py index d14d33bd4..a23d63b4b 100644 --- a/test/test_scripting_languages.py +++ b/test/test_scripting_languages.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_sdk_enum.py b/test/test_sdk_enum.py index cd11bdeee..311490199 100644 --- a/test/test_sdk_enum.py +++ b/test/test_sdk_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_sort_enum.py b/test/test_sort_enum.py index 87605a30c..e61947a61 100644 --- a/test/test_sort_enum.py +++ b/test/test_sort_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_status_type.py b/test/test_status_type.py index f9c31410d..4a75fbcde 100644 --- a/test/test_status_type.py +++ b/test/test_status_type.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_array_input.py b/test/test_step_array_input.py index 92ff88f57..ce943c2b6 100644 --- a/test/test_step_array_input.py +++ b/test/test_step_array_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_array_output.py b/test/test_step_array_output.py index 6ba781879..1bd62f178 100644 --- a/test/test_step_array_output.py +++ b/test/test_step_array_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_boolean_input.py b/test/test_step_boolean_input.py index 8a5035207..b53dab31b 100644 --- a/test/test_step_boolean_input.py +++ b/test/test_step_boolean_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_boolean_output.py b/test/test_step_boolean_output.py index 9b7832a8f..ec536a4c6 100644 --- a/test/test_step_boolean_output.py +++ b/test/test_step_boolean_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_file_input.py b/test/test_step_file_input.py index 776259b06..4349bbc0b 100644 --- a/test/test_step_file_input.py +++ b/test/test_step_file_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_file_output.py b/test/test_step_file_output.py index c8ed8d6ad..695d2962c 100644 --- a/test/test_step_file_output.py +++ b/test/test_step_file_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_folder_input.py b/test/test_step_folder_input.py index 2ff22a2b6..21f6959ee 100644 --- a/test/test_step_folder_input.py +++ b/test/test_step_folder_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_folder_output.py b/test/test_step_folder_output.py index e7b522b33..172fc503e 100644 --- a/test/test_step_folder_output.py +++ b/test/test_step_folder_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_integer_input.py b/test/test_step_integer_input.py index de9ab1afa..fdee80844 100644 --- a/test/test_step_integer_input.py +++ b/test/test_step_integer_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_integer_output.py b/test/test_step_integer_output.py index b76702149..7728efd59 100644 --- a/test/test_step_integer_output.py +++ b/test/test_step_integer_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_json_object_input.py b/test/test_step_json_object_input.py index 703205483..6bbcf4e3b 100644 --- a/test/test_step_json_object_input.py +++ b/test/test_step_json_object_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_json_object_output.py b/test/test_step_json_object_output.py index 284c4bcd7..009244259 100644 --- a/test/test_step_json_object_output.py +++ b/test/test_step_json_object_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_list.py b/test/test_step_list.py index ffcf68527..c57515981 100644 --- a/test/test_step_list.py +++ b/test/test_step_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_number_input.py b/test/test_step_number_input.py index fad0e2ac0..b1ca74175 100644 --- a/test/test_step_number_input.py +++ b/test/test_step_number_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_number_output.py b/test/test_step_number_output.py index 0f36c99b3..b10ec403c 100644 --- a/test/test_step_number_output.py +++ b/test/test_step_number_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_path_input.py b/test/test_step_path_input.py index 535daeffe..b77b0c443 100644 --- a/test/test_step_path_input.py +++ b/test/test_step_path_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_path_output.py b/test/test_step_path_output.py index 861fa8ece..eaa270d1d 100644 --- a/test/test_step_path_output.py +++ b/test/test_step_path_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_status.py b/test/test_step_status.py index 4a990c77a..ebf1b4811 100644 --- a/test/test_step_status.py +++ b/test/test_step_status.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_status_enum.py b/test/test_step_status_enum.py index de1e7ac3a..5cf3a40ac 100644 --- a/test/test_step_status_enum.py +++ b/test/test_step_status_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_string_input.py b/test/test_step_string_input.py index aa6b74658..dc8ad25ff 100644 --- a/test/test_step_string_input.py +++ b/test/test_step_string_input.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_step_string_output.py b/test/test_step_string_output.py index 46d77f519..937482474 100644 --- a/test/test_step_string_output.py +++ b/test/test_step_string_output.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_subject_type.py b/test/test_subject_type.py index b1ae1ec1f..7a3224da8 100644 --- a/test/test_subject_type.py +++ b/test/test_subject_type.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_subscription.py b/test/test_subscription.py index e94e62dc5..37fa07375 100644 --- a/test/test_subscription.py +++ b/test/test_subscription.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_subscription_create.py b/test/test_subscription_create.py index e7f60a225..1936c0198 100644 --- a/test/test_subscription_create.py +++ b/test/test_subscription_create.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_subscription_payment.py b/test/test_subscription_payment.py index c57cdb8a2..5fa72bdb2 100644 --- a/test/test_subscription_payment.py +++ b/test/test_subscription_payment.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_subscription_plan.py b/test/test_subscription_plan.py index a8c46d981..9dcf2f982 100644 --- a/test/test_subscription_plan.py +++ b/test/test_subscription_plan.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_subscription_plans_api.py b/test/test_subscription_plans_api.py index 527760f8f..dfd7bbe8b 100644 --- a/test/test_subscription_plans_api.py +++ b/test/test_subscription_plans_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_subscription_update.py b/test/test_subscription_update.py index 6511e89e0..345f05e7d 100644 --- a/test/test_subscription_update.py +++ b/test/test_subscription_update.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_subscription_update_dry_run.py b/test/test_subscription_update_dry_run.py index d6f2b35eb..75c50d709 100644 --- a/test/test_subscription_update_dry_run.py +++ b/test/test_subscription_update_dry_run.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_subscriptions_api.py b/test/test_subscriptions_api.py index 5912cace8..9aa4f4b49 100644 --- a/test/test_subscriptions_api.py +++ b/test/test_subscriptions_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_task_argument.py b/test/test_task_argument.py index 4f3edf6f4..9e08fe0c7 100644 --- a/test/test_task_argument.py +++ b/test/test_task_argument.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_task_file_reference.py b/test/test_task_file_reference.py index ade50c3a8..9a9cdac12 100644 --- a/test/test_task_file_reference.py +++ b/test/test_task_file_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_task_folder_reference.py b/test/test_task_folder_reference.py index 9d0952fff..8e51050d5 100644 --- a/test/test_task_folder_reference.py +++ b/test/test_task_folder_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_task_path_argument.py b/test/test_task_path_argument.py index 178eabc0d..8a612b7ab 100644 --- a/test/test_task_path_argument.py +++ b/test/test_task_path_argument.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_task_path_reference.py b/test/test_task_path_reference.py index 5920de938..bf0dd2575 100644 --- a/test/test_task_path_reference.py +++ b/test/test_task_path_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_task_path_return.py b/test/test_task_path_return.py index 697129352..5d135ca41 100644 --- a/test/test_task_path_return.py +++ b/test/test_task_path_return.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_task_reference.py b/test/test_task_reference.py index 097a3b7f2..06dd9f9be 100644 --- a/test/test_task_reference.py +++ b/test/test_task_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_task_return.py b/test/test_task_return.py index e970e0440..c356ddd13 100644 --- a/test/test_task_return.py +++ b/test/test_task_return.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_team.py b/test/test_team.py index 2a3c9aff0..e11e232ff 100644 --- a/test/test_team.py +++ b/test/test_team.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_team_create.py b/test/test_team_create.py index 9d47d673d..632ade80b 100644 --- a/test/test_team_create.py +++ b/test/test_team_create.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_team_list.py b/test/test_team_list.py index cc3f821bf..b1ed41639 100644 --- a/test/test_team_list.py +++ b/test/test_team_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_team_member.py b/test/test_team_member.py index ec364c86f..71212b964 100644 --- a/test/test_team_member.py +++ b/test/test_team_member.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_team_member_list.py b/test/test_team_member_list.py index 18344bfa4..8edb499a0 100644 --- a/test/test_team_member_list.py +++ b/test/test_team_member_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_team_role_enum.py b/test/test_team_role_enum.py index aef62c479..6a5fb6fbd 100644 --- a/test/test_team_role_enum.py +++ b/test/test_team_role_enum.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_team_update.py b/test/test_team_update.py index 220e14ffc..72b571cea 100644 --- a/test/test_team_update.py +++ b/test/test_team_update.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_teams_api.py b/test/test_teams_api.py index 1be22987d..4709e61cb 100644 --- a/test/test_teams_api.py +++ b/test/test_teams_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_template_function.py b/test/test_template_function.py index 468788ac4..87db0e8ff 100644 --- a/test/test_template_function.py +++ b/test/test_template_function.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_update_accepted.py b/test/test_update_accepted.py index 577ffe4b7..52f26946a 100644 --- a/test/test_update_accepted.py +++ b/test/test_update_accepted.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_usage.py b/test/test_usage.py index 5cd8d1e8e..d2cfb5ac9 100644 --- a/test/test_usage.py +++ b/test/test_usage.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_user_api.py b/test/test_user_api.py index d88c4d8aa..e9e0b30d8 100644 --- a/test/test_user_api.py +++ b/test/test_user_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_user_create.py b/test/test_user_create.py index 0ac081096..e37e10337 100644 --- a/test/test_user_create.py +++ b/test/test_user_create.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_user_permission.py b/test/test_user_permission.py index 05d054dd2..73cba376b 100644 --- a/test/test_user_permission.py +++ b/test/test_user_permission.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_user_private.py b/test/test_user_private.py index 24f192bd8..282912cf7 100644 --- a/test/test_user_private.py +++ b/test/test_user_private.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_user_public.py b/test/test_user_public.py index a66aa4095..fdc329c03 100644 --- a/test/test_user_public.py +++ b/test/test_user_public.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_user_public_list.py b/test/test_user_public_list.py index 236af929b..332544760 100644 --- a/test/test_user_public_list.py +++ b/test/test_user_public_list.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_user_update.py b/test/test_user_update.py index 1bf82031e..01513104f 100644 --- a/test/test_user_update.py +++ b/test/test_user_update.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_users_api.py b/test/test_users_api.py index 8573504c0..720d768e4 100644 --- a/test/test_users_api.py +++ b/test/test_users_api.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_validation_error.py b/test/test_validation_error.py index 8c638351c..bb6001eb2 100644 --- a/test/test_validation_error.py +++ b/test/test_validation_error.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_value_file_reference.py b/test/test_value_file_reference.py index a6c1f7921..56102ec9d 100644 --- a/test/test_value_file_reference.py +++ b/test/test_value_file_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_value_folder_reference.py b/test/test_value_folder_reference.py index f41b690fe..47ab11d8f 100644 --- a/test/test_value_folder_reference.py +++ b/test/test_value_folder_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_value_list_reference.py b/test/test_value_list_reference.py index 43165a8b5..29e6cf818 100644 --- a/test/test_value_list_reference.py +++ b/test/test_value_list_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """ diff --git a/test/test_value_reference.py b/test/test_value_reference.py index a1787e8a5..cd78d9a2d 100644 --- a/test/test_value_reference.py +++ b/test/test_value_reference.py @@ -5,7 +5,7 @@ Pollination Server OpenAPI Definition # noqa: E501 - The version of the OpenAPI document: 0.43.0 + The version of the OpenAPI document: 0.47.0 Contact: info@pollination.cloud Generated by: https://openapi-generator.tech """