waldur-api-client 7.7.3__py3-none-any.whl → 7.7.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of waldur-api-client might be problematic. Click here for more details.
- waldur_api_client/api/access_subnets/access_subnets_count.py +236 -0
- waldur_api_client/api/admin_announcements/admin_announcements_count.py +248 -0
- waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_list.py → auth_tokens/auth_tokens_count.py} +27 -28
- waldur_api_client/api/{marketplace_checklists/marketplace_checklists_questions_list.py → autoprovisioning_rules/autoprovisioning_rules_count.py} +27 -42
- waldur_api_client/api/aws_images/aws_images_count.py +221 -0
- waldur_api_client/api/aws_instances/aws_instances_count.py +469 -0
- waldur_api_client/api/aws_regions/aws_regions_count.py +202 -0
- waldur_api_client/api/aws_sizes/aws_sizes_count.py +221 -0
- waldur_api_client/api/aws_volumes/aws_volumes_count.py +172 -0
- waldur_api_client/api/azure_images/azure_images_count.py +269 -0
- waldur_api_client/api/azure_locations/azure_locations_count.py +251 -0
- waldur_api_client/api/azure_public_ips/azure_public_ips_count.py +502 -0
- waldur_api_client/api/azure_resource_groups/azure_resource_groups_count.py +172 -0
- waldur_api_client/api/azure_sizes/azure_sizes_count.py +284 -0
- waldur_api_client/api/azure_sql_databases/azure_sql_databases_count.py +535 -0
- waldur_api_client/api/azure_sql_servers/azure_sql_servers_count.py +502 -0
- waldur_api_client/api/azure_virtualmachines/azure_virtualmachines_count.py +502 -0
- waldur_api_client/api/backend_resource_requests/backend_resource_requests_count.py +310 -0
- waldur_api_client/api/backend_resources/backend_resources_count.py +314 -0
- waldur_api_client/api/booking_offerings/booking_offerings_count.py +172 -0
- waldur_api_client/api/booking_resources/booking_resources_count.py +658 -0
- waldur_api_client/api/broadcast_message_templates/broadcast_message_templates_count.py +187 -0
- waldur_api_client/api/broadcast_messages/broadcast_messages_count.py +230 -0
- waldur_api_client/api/broadcast_messages/broadcast_messages_recipients_count.py +125 -0
- waldur_api_client/api/call_managing_organisations/call_managing_organisations_count.py +244 -0
- waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_count.py +191 -0
- waldur_api_client/api/call_rounds/call_rounds_count.py +172 -0
- waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_checklist_questions.py → checklists_admin/checklists_admin_checklist_questions.py} +1 -1
- waldur_api_client/api/checklists_admin/checklists_admin_count.py +172 -0
- waldur_api_client/api/checklists_admin/checklists_admin_create.py +148 -0
- waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_destroy.py → checklists_admin/checklists_admin_destroy.py} +1 -1
- waldur_api_client/api/{marketplace_checklists/marketplace_checklists_list.py → checklists_admin/checklists_admin_list.py} +1 -1
- waldur_api_client/api/checklists_admin/checklists_admin_partial_update.py +162 -0
- waldur_api_client/api/{marketplace_checklists/marketplace_checklists_retrieve.py → checklists_admin/checklists_admin_retrieve.py} +1 -1
- waldur_api_client/api/checklists_admin/checklists_admin_update.py +162 -0
- waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_count.py +172 -0
- waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_create.py → checklists_admin_categories/checklists_admin_categories_create.py} +23 -23
- waldur_api_client/api/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_destroy.py → checklists_admin_categories/checklists_admin_categories_destroy.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_categories/marketplace_checklists_categories_list.py → checklists_admin_categories/checklists_admin_categories_list.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_partial_update.py → checklists_admin_categories/checklists_admin_categories_partial_update.py} +23 -23
- waldur_api_client/api/{marketplace_checklists_categories/marketplace_checklists_categories_retrieve.py → checklists_admin_categories/checklists_admin_categories_retrieve.py} +11 -10
- waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_update.py → checklists_admin_categories/checklists_admin_categories_update.py} +23 -23
- waldur_api_client/api/checklists_admin_question_dependencies/checklists_admin_question_dependencies_count.py +209 -0
- waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_create.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_create.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_destroy.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_destroy.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_list.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_list.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_partial_update.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_retrieve.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_retrieve.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_update.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_update.py} +1 -1
- waldur_api_client/api/checklists_admin_question_options/checklists_admin_question_options_count.py +191 -0
- waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_create.py → checklists_admin_question_options/checklists_admin_question_options_create.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_destroy.py → checklists_admin_question_options/checklists_admin_question_options_destroy.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_list.py → checklists_admin_question_options/checklists_admin_question_options_list.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_partial_update.py → checklists_admin_question_options/checklists_admin_question_options_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_retrieve.py → checklists_admin_question_options/checklists_admin_question_options_retrieve.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_update.py → checklists_admin_question_options/checklists_admin_question_options_update.py} +1 -1
- waldur_api_client/api/{marketplace_checklists/marketplace_checklists_user_answers_list.py → checklists_admin_questions/checklists_admin_questions_count.py} +44 -52
- waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_create.py → checklists_admin_questions/checklists_admin_questions_create.py} +1 -1
- waldur_api_client/api/checklists_admin_questions/checklists_admin_questions_destroy.py +89 -0
- waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_list.py → checklists_admin_questions/checklists_admin_questions_list.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_partial_update.py → checklists_admin_questions/checklists_admin_questions_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_retrieve.py → checklists_admin_questions/checklists_admin_questions_retrieve.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_update.py → checklists_admin_questions/checklists_admin_questions_update.py} +1 -1
- waldur_api_client/api/component_user_usage_limits/component_user_usage_limits_count.py +254 -0
- waldur_api_client/api/customer_credits/customer_credits_count.py +244 -0
- waldur_api_client/api/customer_permissions_reviews/customer_permissions_reviews_count.py +247 -0
- waldur_api_client/api/customer_quotas/customer_quotas_count.py +172 -0
- waldur_api_client/api/customers/customers_count.py +390 -0
- waldur_api_client/api/customers/customers_countries_count.py +390 -0
- waldur_api_client/api/digitalocean_droplets/digitalocean_droplets_count.py +469 -0
- waldur_api_client/api/digitalocean_images/digitalocean_images_count.py +255 -0
- waldur_api_client/api/digitalocean_regions/digitalocean_regions_count.py +202 -0
- waldur_api_client/api/digitalocean_sizes/digitalocean_sizes_count.py +247 -0
- waldur_api_client/api/email_logs/email_logs_count.py +259 -0
- waldur_api_client/api/event_subscriptions/event_subscriptions_count.py +225 -0
- waldur_api_client/api/events/events_count.py +295 -0
- waldur_api_client/api/{customers/marketplace_checklists_customer_retrieve.py → events/events_count_count.py} +30 -49
- waldur_api_client/api/events/events_event_groups_count.py +125 -0
- waldur_api_client/api/events/events_scope_types_count.py +125 -0
- waldur_api_client/api/events_stats/events_stats_count.py +172 -0
- waldur_api_client/api/external_links/external_links_count.py +202 -0
- waldur_api_client/api/external_links/external_links_create.py +148 -0
- waldur_api_client/api/external_links/external_links_destroy.py +89 -0
- waldur_api_client/api/{marketplace_checklists/marketplace_checklists_answers_list.py → external_links/external_links_list.py} +43 -26
- waldur_api_client/api/external_links/external_links_partial_update.py +162 -0
- waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_retrieve.py → external_links/external_links_retrieve.py} +13 -15
- waldur_api_client/api/external_links/external_links_update.py +162 -0
- waldur_api_client/api/financial_reports/financial_reports_count.py +390 -0
- waldur_api_client/api/freeipa_profiles/freeipa_profiles_count.py +206 -0
- waldur_api_client/api/{customers/marketplace_checklists_customer_update.py → google_auth/google_auth_callback_count.py} +66 -62
- waldur_api_client/api/google_auth/google_auth_count.py +187 -0
- waldur_api_client/api/hooks/hooks_count.py +172 -0
- waldur_api_client/api/hooks_email/hooks_email_count.py +300 -0
- waldur_api_client/api/hooks_web/hooks_web_count.py +320 -0
- waldur_api_client/api/identity_providers/identity_providers_count.py +172 -0
- waldur_api_client/api/invoice_items/invoice_items_costs_count.py +191 -0
- waldur_api_client/api/invoice_items/invoice_items_count.py +323 -0
- waldur_api_client/api/invoice_items/invoice_items_customer_costs_for_period_count.py +176 -0
- waldur_api_client/api/invoice_items/invoice_items_project_costs_for_period_count.py +176 -0
- waldur_api_client/api/invoice_items/invoice_items_total_price_count.py +293 -0
- waldur_api_client/api/invoices/invoices_count.py +337 -0
- waldur_api_client/api/invoices/invoices_growth_count.py +187 -0
- waldur_api_client/api/keycloak_groups/keycloak_groups_count.py +221 -0
- waldur_api_client/api/keycloak_user_group_memberships/keycloak_user_group_memberships_count.py +325 -0
- waldur_api_client/api/keys/keys_count.py +359 -0
- waldur_api_client/api/lexis_links/lexis_links_count.py +260 -0
- waldur_api_client/api/maintenance_announcement_offerings/maintenance_announcement_offerings_count.py +172 -0
- waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_create.py → maintenance_announcement_offerings/maintenance_announcement_offerings_create.py} +1 -1
- waldur_api_client/api/maintenance_announcement_offerings/maintenance_announcement_offerings_destroy.py +89 -0
- waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_list.py → maintenance_announcement_offerings/maintenance_announcement_offerings_list.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_partial_update.py → maintenance_announcement_offerings/maintenance_announcement_offerings_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_retrieve.py → maintenance_announcement_offerings/maintenance_announcement_offerings_retrieve.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_update.py → maintenance_announcement_offerings/maintenance_announcement_offerings_update.py} +1 -1
- waldur_api_client/api/maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_count.py +267 -0
- waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_create.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_create.py} +1 -1
- waldur_api_client/api/maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_destroy.py +89 -0
- waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_list.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_list.py} +96 -1
- waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_partial_update.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_retrieve.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_retrieve.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_update.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_update.py} +1 -1
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_cancel_maintenance.py +148 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_complete_maintenance.py +148 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_count.py +325 -0
- waldur_api_client/api/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_create.py → maintenance_announcements/maintenance_announcements_create.py} +1 -1
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_destroy.py +89 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_list.py +328 -0
- waldur_api_client/api/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_partial_update.py → maintenance_announcements/maintenance_announcements_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_retrieve.py → maintenance_announcements/maintenance_announcements_retrieve.py} +1 -1
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_schedule.py +148 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_start_maintenance.py +148 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_unschedule.py +148 -0
- waldur_api_client/api/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_update.py → maintenance_announcements/maintenance_announcements_update.py} +1 -1
- waldur_api_client/api/maintenance_announcements_template/maintenance_announcements_template_count.py +229 -0
- waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_create.py → maintenance_announcements_template/maintenance_announcements_template_create.py} +1 -1
- waldur_api_client/api/maintenance_announcements_template/maintenance_announcements_template_destroy.py +89 -0
- waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_list.py → maintenance_announcements_template/maintenance_announcements_template_list.py} +58 -1
- waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_partial_update.py → maintenance_announcements_template/maintenance_announcements_template_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_retrieve.py → maintenance_announcements_template/maintenance_announcements_template_retrieve.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_update.py → maintenance_announcements_template/maintenance_announcements_template_update.py} +1 -1
- waldur_api_client/api/marketplace_categories/marketplace_categories_count.py +319 -0
- waldur_api_client/api/{marketplace_checklists_categories/marketplace_checklists_categories_checklists_list.py → marketplace_category_columns/marketplace_category_columns_count.py} +59 -39
- waldur_api_client/api/marketplace_category_component_usages/marketplace_category_component_usages_count.py +209 -0
- waldur_api_client/api/marketplace_category_components/marketplace_category_components_count.py +172 -0
- waldur_api_client/api/marketplace_category_groups/marketplace_category_groups_count.py +187 -0
- waldur_api_client/api/marketplace_category_help_articles/marketplace_category_help_articles_count.py +172 -0
- waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_count.py +353 -0
- waldur_api_client/api/marketplace_component_user_usages/marketplace_component_user_usages_count.py +398 -0
- waldur_api_client/api/marketplace_customer_estimated_cost_policies/marketplace_customer_estimated_cost_policies_actions_count.py +125 -0
- waldur_api_client/api/marketplace_customer_estimated_cost_policies/marketplace_customer_estimated_cost_policies_count.py +239 -0
- waldur_api_client/api/marketplace_customer_service_accounts/marketplace_customer_service_accounts_count.py +236 -0
- waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_count.py +300 -0
- waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_actions_count.py +125 -0
- waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_count.py +206 -0
- waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_count.py +247 -0
- waldur_api_client/api/marketplace_offering_permissions/marketplace_offering_permissions_count.py +440 -0
- waldur_api_client/api/marketplace_offering_permissions_log/marketplace_offering_permissions_log_count.py +440 -0
- waldur_api_client/api/marketplace_offering_referrals/marketplace_offering_referrals_count.py +195 -0
- waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_actions_count.py +125 -0
- waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_count.py +206 -0
- waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_count.py +224 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_begin_creating.py +89 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_count.py +388 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_request_deletion.py +91 -0
- waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_destroy.py → marketplace_offering_users/marketplace_offering_users_set_deleted.py} +7 -5
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_deleting.py +91 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_error_creating.py +89 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_error_deleting.py +89 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_ok.py +89 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_validation_complete.py +0 -16
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_update_comments_partial_update.py +172 -0
- waldur_api_client/api/marketplace_orders/marketplace_orders_count.py +517 -0
- waldur_api_client/api/marketplace_plan_components/marketplace_plan_components_count.py +239 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_count.py +224 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_count.py +251 -0
- waldur_api_client/api/marketplace_project_estimated_cost_policies/marketplace_project_estimated_cost_policies_actions_count.py +125 -0
- waldur_api_client/api/marketplace_project_estimated_cost_policies/marketplace_project_estimated_cost_policies_count.py +272 -0
- waldur_api_client/api/marketplace_project_service_accounts/marketplace_project_service_accounts_count.py +236 -0
- waldur_api_client/api/marketplace_project_update_requests/marketplace_project_update_requests_count.py +270 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py +624 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py +626 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +640 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_pull.py +148 -0
- waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_count.py +624 -0
- waldur_api_client/api/marketplace_remote_synchronisations/marketplace_remote_synchronisations_count.py +172 -0
- waldur_api_client/api/marketplace_resource_users/marketplace_resource_users_count.py +257 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +640 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_pull.py +148 -0
- waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_count.py +332 -0
- waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_count.py +247 -0
- waldur_api_client/api/marketplace_script_async_dry_run/marketplace_script_async_dry_run_count.py +172 -0
- waldur_api_client/api/marketplace_sections/marketplace_sections_count.py +172 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_count.py +244 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_per_month_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_per_project_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_active_resources_grouped_by_offering_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_active_resources_grouped_by_offering_country_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_active_resources_grouped_by_organization_group_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_grouped_by_provider_and_industry_flag_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_grouped_by_provider_and_oecd_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_of_service_providers_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_of_service_providers_grouped_by_oecd_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_unique_users_connected_with_active_resources_of_service_provider_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_users_of_service_providers_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_customer_member_count_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_offerings_counter_stats_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_organization_project_count_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_organization_resource_count_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_projects_limits_grouped_by_industry_flag_count.py +125 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_projects_limits_grouped_by_oecd_count.py +125 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_projects_usages_grouped_by_industry_flag_count.py +125 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_projects_usages_grouped_by_oecd_count.py +125 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_resources_limits_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_total_cost_of_active_resources_per_offering_count.py +172 -0
- waldur_api_client/api/notification_messages/notification_messages_count.py +262 -0
- waldur_api_client/api/notification_messages_templates/notification_messages_templates_count.py +247 -0
- waldur_api_client/api/openstack_backups/openstack_backups_count.py +535 -0
- waldur_api_client/api/openstack_flavors/openstack_flavors_count.py +460 -0
- waldur_api_client/api/openstack_flavors/openstack_flavors_usage_stats_count.py +125 -0
- waldur_api_client/api/openstack_floating_ips/openstack_floating_ips_count.py +547 -0
- waldur_api_client/api/openstack_images/openstack_images_count.py +287 -0
- waldur_api_client/api/openstack_images/openstack_images_usage_stats_count.py +125 -0
- waldur_api_client/api/openstack_instance_availability_zones/openstack_instance_availability_zones_count.py +269 -0
- waldur_api_client/api/openstack_instances/openstack_instances_count.py +565 -0
- waldur_api_client/api/openstack_marketplace_tenants/openstack_marketplace_tenants_count.py +469 -0
- waldur_api_client/api/openstack_migrations/openstack_migrations_count.py +209 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_count.py +259 -0
- waldur_api_client/api/openstack_networks/openstack_networks_count.py +562 -0
- waldur_api_client/api/openstack_ports/openstack_ports_count.py +394 -0
- waldur_api_client/api/openstack_routers/openstack_routers_count.py +236 -0
- waldur_api_client/api/openstack_security_groups/openstack_security_groups_count.py +517 -0
- waldur_api_client/api/openstack_server_groups/openstack_server_groups_count.py +502 -0
- waldur_api_client/api/openstack_snapshots/openstack_snapshots_count.py +583 -0
- waldur_api_client/api/openstack_subnets/openstack_subnets_count.py +595 -0
- waldur_api_client/api/openstack_tenants/openstack_tenants_count.py +469 -0
- waldur_api_client/api/openstack_volume_availability_zones/openstack_volume_availability_zones_count.py +269 -0
- waldur_api_client/api/openstack_volume_types/openstack_volume_types_count.py +287 -0
- waldur_api_client/api/openstack_volume_types/openstack_volume_types_names_count.py +125 -0
- waldur_api_client/api/openstack_volumes/openstack_volumes_count.py +616 -0
- waldur_api_client/api/{marketplace_checklists/marketplace_checklists_answers_submit_create.py → organization_groups/organization_groups_count.py} +89 -82
- waldur_api_client/api/payment_profiles/payment_profiles_count.py +267 -0
- waldur_api_client/api/payments/payments_count.py +225 -0
- waldur_api_client/api/project_credits/project_credits_count.py +277 -0
- waldur_api_client/api/project_quotas/project_quotas_count.py +172 -0
- waldur_api_client/api/project_types/project_types_count.py +202 -0
- waldur_api_client/api/projects/projects_checklist_retrieve.py +154 -0
- waldur_api_client/api/projects/projects_completion_status_retrieve.py +154 -0
- waldur_api_client/api/projects/projects_count.py +435 -0
- waldur_api_client/api/projects/projects_submit_answers.py +179 -0
- waldur_api_client/api/promotions_campaigns/promotions_campaigns_count.py +337 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_retrieve.py +154 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_review_retrieve.py +154 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_completion_review_status_retrieve.py +154 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_completion_status_retrieve.py +154 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_count.py +288 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_submit_answers.py +179 -0
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_activate.py +60 -7
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_archive.py +60 -7
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_compliance_overview_retrieve.py +146 -0
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_count.py +333 -0
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_proposals_compliance_answers_list.py +364 -0
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_review_proposal_compliance.py +172 -0
- waldur_api_client/api/proposal_public_calls/proposal_public_calls_count.py +333 -0
- waldur_api_client/api/proposal_requested_offerings/proposal_requested_offerings_count.py +321 -0
- waldur_api_client/api/proposal_requested_resources/proposal_requested_resources_count.py +314 -0
- waldur_api_client/api/proposal_reviews/proposal_reviews_count.py +321 -0
- waldur_api_client/api/provider_invoice_items/provider_invoice_items_count.py +280 -0
- waldur_api_client/api/rancher_apps/rancher_apps_count.py +523 -0
- waldur_api_client/api/rancher_catalogs/rancher_catalogs_count.py +172 -0
- waldur_api_client/api/rancher_cluster_security_groups/rancher_cluster_security_groups_count.py +221 -0
- waldur_api_client/api/rancher_cluster_templates/rancher_cluster_templates_count.py +172 -0
- waldur_api_client/api/rancher_clusters/rancher_clusters_count.py +469 -0
- waldur_api_client/api/rancher_hpas/rancher_hpas_count.py +308 -0
- waldur_api_client/api/rancher_ingresses/rancher_ingresses_count.py +523 -0
- waldur_api_client/api/rancher_namespaces/rancher_namespaces_count.py +295 -0
- waldur_api_client/api/rancher_nodes/rancher_nodes_count.py +191 -0
- waldur_api_client/api/rancher_projects/rancher_projects_count.py +254 -0
- waldur_api_client/api/rancher_role_templates/rancher_role_templates_count.py +244 -0
- waldur_api_client/api/rancher_services/rancher_services_count.py +523 -0
- waldur_api_client/api/rancher_templates/rancher_templates_count.py +313 -0
- waldur_api_client/api/rancher_users/rancher_users_count.py +272 -0
- waldur_api_client/api/rancher_workloads/rancher_workloads_count.py +313 -0
- waldur_api_client/api/roles/roles_count.py +217 -0
- waldur_api_client/api/service_settings/service_settings_count.py +322 -0
- waldur_api_client/api/slurm_allocation_user_usage/slurm_allocation_user_usage_count.py +269 -0
- waldur_api_client/api/slurm_allocations/slurm_allocations_count.py +484 -0
- waldur_api_client/api/slurm_associations/slurm_associations_count.py +206 -0
- waldur_api_client/api/slurm_jobs/slurm_jobs_count.py +172 -0
- waldur_api_client/api/support_attachments/support_attachments_count.py +206 -0
- waldur_api_client/api/support_comments/support_comments_count.py +304 -0
- waldur_api_client/api/support_feedbacks/support_feedbacks_count.py +321 -0
- waldur_api_client/api/support_issues/support_issues_count.py +505 -0
- waldur_api_client/api/support_priorities/support_priorities_count.py +202 -0
- waldur_api_client/api/support_templates/support_templates_count.py +172 -0
- waldur_api_client/api/support_users/support_users_count.py +217 -0
- waldur_api_client/api/user_agreements/user_agreements_count.py +192 -0
- waldur_api_client/api/user_group_invitations/user_group_invitations_count.py +277 -0
- waldur_api_client/api/user_invitations/user_invitations_count.py +315 -0
- waldur_api_client/api/user_permission_requests/user_permission_requests_count.py +273 -0
- waldur_api_client/api/user_permissions/user_permissions_count.py +422 -0
- waldur_api_client/api/users/users_count.py +557 -0
- waldur_api_client/api/users/{users_marketplace_checklist_stats_retrieve.py → users_me_count.py} +30 -44
- waldur_api_client/api/vmware_clusters/vmware_clusters_count.py +254 -0
- waldur_api_client/api/vmware_datastores/vmware_datastores_count.py +254 -0
- waldur_api_client/api/vmware_disks/vmware_disks_count.py +502 -0
- waldur_api_client/api/vmware_folders/vmware_folders_count.py +254 -0
- waldur_api_client/api/vmware_networks/vmware_networks_count.py +272 -0
- waldur_api_client/api/vmware_ports/vmware_ports_count.py +535 -0
- waldur_api_client/api/vmware_templates/vmware_templates_count.py +236 -0
- waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_count.py +484 -0
- waldur_api_client/models/__init__.py +310 -26
- waldur_api_client/models/admin_announcements_count_o_item.py +17 -0
- waldur_api_client/models/admin_announcements_count_type_item.py +10 -0
- waldur_api_client/models/answer.py +137 -0
- waldur_api_client/models/{answer_list.py → answer_submit_response.py} +23 -21
- waldur_api_client/models/aws_instances_count_state_item.py +15 -0
- waldur_api_client/models/azure_public_ips_count_state_item.py +15 -0
- waldur_api_client/models/azure_sql_databases_count_state_item.py +15 -0
- waldur_api_client/models/azure_sql_servers_count_state_item.py +15 -0
- waldur_api_client/models/azure_virtualmachines_count_state_item.py +15 -0
- waldur_api_client/models/backend_resource_req.py +24 -0
- waldur_api_client/models/backend_resource_requests_count_o_item.py +9 -0
- waldur_api_client/models/backend_resource_requests_count_state_item.py +11 -0
- waldur_api_client/models/backend_resources_count_o_item.py +9 -0
- waldur_api_client/models/billing_unit.py +1 -0
- waldur_api_client/models/booking_resources_count_o_item.py +15 -0
- waldur_api_client/models/booking_resources_count_state_item.py +13 -0
- waldur_api_client/models/broadcast_messages_count_o_item.py +13 -0
- waldur_api_client/models/broadcast_messages_count_state.py +10 -0
- waldur_api_client/models/call_compliance_overview.py +93 -0
- waldur_api_client/models/{answer_submit.py → call_compliance_overview_checklist_type_0.py} +6 -30
- waldur_api_client/models/{question_options.py → call_compliance_review_request.py} +18 -26
- waldur_api_client/models/call_managing_organisations_count_o_item.py +9 -0
- waldur_api_client/models/checklist.py +47 -8
- waldur_api_client/models/{create_checklist_request.py → checklist_category_request.py} +37 -24
- waldur_api_client/models/checklist_completion.py +118 -0
- waldur_api_client/models/checklist_completion_reviewer.py +203 -0
- waldur_api_client/models/{operator_enum.py → checklist_operators.py} +1 -1
- waldur_api_client/models/checklist_request.py +118 -0
- waldur_api_client/models/checklist_response.py +93 -0
- waldur_api_client/models/{customer_checklist_stat.py → checklist_response_checklist.py} +6 -37
- waldur_api_client/models/checklist_reviewer_response.py +93 -0
- waldur_api_client/models/checklist_reviewer_response_checklist.py +44 -0
- waldur_api_client/models/checklist_type_enum.py +1 -0
- waldur_api_client/models/customer_credits_count_o_item.py +15 -0
- waldur_api_client/models/customer_permissions_reviews_count_o_item.py +11 -0
- waldur_api_client/models/digitalocean_droplets_count_state_item.py +15 -0
- waldur_api_client/models/digitalocean_images_count_o_item.py +11 -0
- waldur_api_client/models/email_logs_count_o_item.py +11 -0
- waldur_api_client/models/event_subscriptions_count_o_item.py +9 -0
- waldur_api_client/models/events_count_o_item.py +9 -0
- waldur_api_client/models/{checklist_admin.py → external_link.py} +52 -46
- waldur_api_client/models/external_link_request.py +111 -0
- waldur_api_client/models/hooks_web_count_content_type.py +9 -0
- waldur_api_client/models/import_resource_request.py +9 -0
- waldur_api_client/models/invoices_count_o_item.py +13 -0
- waldur_api_client/models/invoices_count_state_item.py +11 -0
- waldur_api_client/models/keycloak_user_group_memberships_count_state_item.py +9 -0
- waldur_api_client/models/keys_count_o_item.py +9 -0
- waldur_api_client/models/limit_period_enum.py +1 -0
- waldur_api_client/models/{user_stats.py → maintenance_action_response.py} +11 -11
- waldur_api_client/models/maintenance_announcement.py +9 -0
- waldur_api_client/models/maintenance_announcement_offering_template.py +16 -0
- waldur_api_client/models/maintenance_announcement_request.py +9 -0
- waldur_api_client/models/maintenance_announcement_template_offerings_count_o_item.py +9 -0
- waldur_api_client/models/maintenance_announcement_template_offerings_list_o_item.py +9 -0
- waldur_api_client/models/maintenance_announcements_count_o_item.py +15 -0
- waldur_api_client/models/maintenance_announcements_count_state_item.py +12 -0
- waldur_api_client/models/maintenance_announcements_list_o_item.py +15 -0
- waldur_api_client/models/maintenance_announcements_list_state_item.py +12 -0
- waldur_api_client/models/maintenance_announcements_template_count_o_item.py +11 -0
- waldur_api_client/models/maintenance_announcements_template_list_o_item.py +11 -0
- waldur_api_client/models/marketplace_categories_count_customers_offerings_state_item.py +11 -0
- waldur_api_client/models/marketplace_component_usages_count_o_item.py +11 -0
- waldur_api_client/models/marketplace_component_user_usages_count_o_item.py +13 -0
- waldur_api_client/models/marketplace_integration_statuses_count_o_item.py +9 -0
- waldur_api_client/models/marketplace_integration_statuses_count_status_item.py +10 -0
- waldur_api_client/models/marketplace_offering_files_count_o_item.py +11 -0
- waldur_api_client/models/marketplace_offering_permissions_count_o_item.py +21 -0
- waldur_api_client/models/marketplace_offering_permissions_log_count_o_item.py +21 -0
- waldur_api_client/models/marketplace_offering_referrals_count_o_item.py +13 -0
- waldur_api_client/models/marketplace_offering_users_count_o_item.py +13 -0
- waldur_api_client/models/marketplace_offering_users_count_state_item.py +17 -0
- waldur_api_client/models/marketplace_offering_users_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_offering_users_list_state_item.py +2 -1
- waldur_api_client/models/marketplace_offering_users_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_orders_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_orders_count_state_item.py +15 -0
- waldur_api_client/models/marketplace_orders_count_type_item.py +10 -0
- waldur_api_client/models/marketplace_project_update_requests_count_state_item.py +12 -0
- waldur_api_client/models/marketplace_provider_offerings_count_o_item.py +21 -0
- waldur_api_client/models/marketplace_provider_offerings_count_state_item.py +11 -0
- waldur_api_client/models/marketplace_provider_offerings_groups_count_o_item.py +21 -0
- waldur_api_client/models/marketplace_provider_offerings_groups_count_state_item.py +11 -0
- waldur_api_client/models/marketplace_provider_resources_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_provider_resources_count_state_item.py +13 -0
- waldur_api_client/models/marketplace_provider_resources_pull_response_200.py +44 -0
- waldur_api_client/models/marketplace_public_offerings_count_o_item.py +21 -0
- waldur_api_client/models/marketplace_public_offerings_count_state_item.py +11 -0
- waldur_api_client/models/marketplace_resources_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_resources_count_state_item.py +13 -0
- waldur_api_client/models/marketplace_resources_pull_response_200.py +44 -0
- waldur_api_client/models/marketplace_robot_accounts_count_state.py +13 -0
- waldur_api_client/models/marketplace_screenshots_count_o_item.py +11 -0
- waldur_api_client/models/marketplace_service_providers_count_o_item.py +9 -0
- waldur_api_client/models/offering_user.py +19 -0
- waldur_api_client/models/offering_user_service_provider_comment.py +69 -0
- waldur_api_client/models/offering_user_state_enum.py +2 -1
- waldur_api_client/models/offering_user_state_transition_request.py +9 -0
- waldur_api_client/models/openstack_backups_count_state_item.py +15 -0
- waldur_api_client/models/openstack_flavors_count_o_item.py +13 -0
- waldur_api_client/models/openstack_floating_ips_count_state_item.py +15 -0
- waldur_api_client/models/openstack_instances_count_state_item.py +15 -0
- waldur_api_client/models/openstack_marketplace_tenants_count_state_item.py +15 -0
- waldur_api_client/models/openstack_network_rbac_policies_count_policy_type.py +9 -0
- waldur_api_client/models/openstack_networks_count_state_item.py +15 -0
- waldur_api_client/models/openstack_ports_count_o_item.py +9 -0
- waldur_api_client/models/openstack_security_groups_count_state_item.py +15 -0
- waldur_api_client/models/openstack_server_groups_count_state_item.py +15 -0
- waldur_api_client/models/openstack_snapshots_count_state_item.py +15 -0
- waldur_api_client/models/openstack_subnets_count_state_item.py +15 -0
- waldur_api_client/models/openstack_tenants_count_state_item.py +15 -0
- waldur_api_client/models/openstack_volumes_count_state_item.py +15 -0
- waldur_api_client/models/patched_checklist_category_request.py +102 -0
- waldur_api_client/models/{patched_create_checklist_request.py → patched_checklist_request.py} +36 -16
- waldur_api_client/models/patched_external_link_request.py +110 -0
- waldur_api_client/models/patched_maintenance_announcement_request.py +9 -0
- waldur_api_client/models/patched_offering_user_service_provider_comment_request.py +69 -0
- waldur_api_client/models/patched_protected_call_request.py +32 -0
- waldur_api_client/models/patched_question_admin_request.py +106 -58
- waldur_api_client/models/patched_question_dependency_request.py +5 -5
- waldur_api_client/models/payment_profiles_count_o_item.py +13 -0
- waldur_api_client/models/payment_profiles_count_payment_type_item.py +10 -0
- waldur_api_client/models/permission.py +15 -4
- waldur_api_client/models/project_credits_count_o_item.py +15 -0
- waldur_api_client/models/project_request.py +0 -20
- waldur_api_client/models/projects_count_o_item.py +23 -0
- waldur_api_client/models/promotions_campaigns_count_o_item.py +11 -0
- waldur_api_client/models/promotions_campaigns_count_state_item.py +10 -0
- waldur_api_client/models/proposal.py +39 -0
- waldur_api_client/models/proposal_can_submit.py +44 -0
- waldur_api_client/models/proposal_compliance_status_type_0.py +44 -0
- waldur_api_client/models/proposal_proposals_count_o_item.py +17 -0
- waldur_api_client/models/proposal_proposals_count_state_item.py +13 -0
- waldur_api_client/models/proposal_protected_calls_count_o_item.py +13 -0
- waldur_api_client/models/proposal_protected_calls_count_state_item.py +10 -0
- waldur_api_client/models/proposal_protected_calls_list_field_item.py +3 -0
- waldur_api_client/models/proposal_protected_calls_proposals_compliance_answers_list_o_item.py +13 -0
- waldur_api_client/models/proposal_protected_calls_proposals_compliance_answers_list_state_item.py +10 -0
- waldur_api_client/models/proposal_protected_calls_retrieve_field_item.py +3 -0
- waldur_api_client/models/proposal_protected_calls_review_proposal_compliance_response_200.py +44 -0
- waldur_api_client/models/proposal_public_calls_count_o_item.py +13 -0
- waldur_api_client/models/proposal_public_calls_count_state_item.py +10 -0
- waldur_api_client/models/proposal_public_calls_list_field_item.py +1 -0
- waldur_api_client/models/proposal_public_calls_retrieve_field_item.py +1 -0
- waldur_api_client/models/proposal_requested_offerings_count_o_item.py +15 -0
- waldur_api_client/models/proposal_requested_offerings_count_state_item.py +10 -0
- waldur_api_client/models/proposal_requested_resources_count_o_item.py +15 -0
- waldur_api_client/models/proposal_reviews_count_o_item.py +11 -0
- waldur_api_client/models/proposal_reviews_count_state_item.py +11 -0
- waldur_api_client/models/protected_call.py +56 -0
- waldur_api_client/models/protected_call_request.py +32 -0
- waldur_api_client/models/provider_invoice_items_count_o_item.py +15 -0
- waldur_api_client/models/public_call.py +16 -0
- waldur_api_client/models/question_admin.py +109 -56
- waldur_api_client/models/question_admin_request.py +106 -58
- waldur_api_client/models/question_dependency.py +5 -5
- waldur_api_client/models/question_dependency_request.py +5 -5
- waldur_api_client/models/question_with_answer.py +195 -0
- waldur_api_client/models/question_with_answer_existing_answer_type_0.py +44 -0
- waldur_api_client/models/question_with_answer_reviewer.py +254 -0
- waldur_api_client/models/question_with_answer_reviewer_existing_answer_type_0.py +44 -0
- waldur_api_client/models/rancher_apps_count_state_item.py +15 -0
- waldur_api_client/models/rancher_clusters_count_state_item.py +15 -0
- waldur_api_client/models/rancher_ingresses_count_state_item.py +15 -0
- waldur_api_client/models/rancher_namespaces_count_o_item.py +13 -0
- waldur_api_client/models/rancher_role_templates_count_o_item.py +11 -0
- waldur_api_client/models/rancher_services_count_state_item.py +15 -0
- waldur_api_client/models/rancher_templates_count_o_item.py +11 -0
- waldur_api_client/models/rancher_workloads_count_o_item.py +15 -0
- waldur_api_client/models/service_settings_count_state_item.py +15 -0
- waldur_api_client/models/slurm_allocations_count_state_item.py +15 -0
- waldur_api_client/models/support_comments_count_o_item.py +11 -0
- waldur_api_client/models/support_issues_count_o_item.py +35 -0
- waldur_api_client/models/user_agreements_count_agreement_type.py +9 -0
- waldur_api_client/models/user_group_invitations_count_o_item.py +9 -0
- waldur_api_client/models/user_invitations_count_o_item.py +15 -0
- waldur_api_client/models/user_invitations_count_state_item.py +14 -0
- waldur_api_client/models/user_permission_requests_count_o_item.py +11 -0
- waldur_api_client/models/user_permission_requests_count_state_item.py +12 -0
- waldur_api_client/models/user_permissions_count_o_item.py +21 -0
- waldur_api_client/models/users_count_o_item.py +31 -0
- waldur_api_client/models/vmware_disks_count_state_item.py +15 -0
- waldur_api_client/models/vmware_ports_count_state_item.py +15 -0
- waldur_api_client/models/vmware_virtual_machine_count_state_item.py +15 -0
- waldur_api_client/types.py +1 -1
- {waldur_api_client-7.7.3.dist-info → waldur_api_client-7.7.5.dist-info}/METADATA +1 -1
- {waldur_api_client-7.7.3.dist-info → waldur_api_client-7.7.5.dist-info}/RECORD +510 -129
- waldur_api_client/api/customers/marketplace_checklists_customer_stats.py +0 -161
- waldur_api_client/api/marketplace_checklists/marketplace_checklists_stats_list.py +0 -152
- waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_destroy.py +0 -89
- waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_destroy.py +0 -89
- waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_list.py +0 -175
- waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_destroy.py +0 -89
- waldur_api_client/api/projects/projects_marketplace_checklists_list.py +0 -148
- waldur_api_client/models/checklist_customer_stats.py +0 -92
- waldur_api_client/models/create_checklist.py +0 -131
- waldur_api_client/models/project_stats_item.py +0 -100
- waldur_api_client/models/question.py +0 -141
- /waldur_api_client/api/{marketplace_checklists → checklists_admin}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_checklists_admin → checklists_admin_categories}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_checklists_admin_question_dependencies → checklists_admin_question_dependencies}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_checklists_admin_question_options → checklists_admin_question_options}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_checklists_admin_questions → checklists_admin_questions}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_checklists_categories → external_links}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_maintenance_announcement_offerings → maintenance_announcement_offerings}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings → maintenance_announcement_template_offerings}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_maintenance_announcements → maintenance_announcements}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_maintenance_announcements_template → maintenance_announcements_template}/__init__.py +0 -0
- {waldur_api_client-7.7.3.dist-info → waldur_api_client-7.7.5.dist-info}/LICENSE +0 -0
- {waldur_api_client-7.7.3.dist-info → waldur_api_client-7.7.5.dist-info}/WHEEL +0 -0
|
@@ -7,60 +7,52 @@ from attrs import field as _attrs_field
|
|
|
7
7
|
|
|
8
8
|
from ..types import UNSET, Unset
|
|
9
9
|
|
|
10
|
-
T = TypeVar("T", bound="
|
|
10
|
+
T = TypeVar("T", bound="CallComplianceReviewRequest")
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
@_attrs_define
|
|
14
|
-
class
|
|
14
|
+
class CallComplianceReviewRequest:
|
|
15
15
|
"""
|
|
16
16
|
Attributes:
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
order (Union[Unset, int]):
|
|
17
|
+
proposal_uuid (UUID):
|
|
18
|
+
review_notes (Union[Unset, str]):
|
|
20
19
|
"""
|
|
21
20
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
order: Union[Unset, int] = UNSET
|
|
21
|
+
proposal_uuid: UUID
|
|
22
|
+
review_notes: Union[Unset, str] = UNSET
|
|
25
23
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
26
24
|
|
|
27
25
|
def to_dict(self) -> dict[str, Any]:
|
|
28
|
-
|
|
26
|
+
proposal_uuid = str(self.proposal_uuid)
|
|
29
27
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
order = self.order
|
|
28
|
+
review_notes = self.review_notes
|
|
33
29
|
|
|
34
30
|
field_dict: dict[str, Any] = {}
|
|
35
31
|
field_dict.update(self.additional_properties)
|
|
36
32
|
field_dict.update(
|
|
37
33
|
{
|
|
38
|
-
"
|
|
39
|
-
"label": label,
|
|
34
|
+
"proposal_uuid": proposal_uuid,
|
|
40
35
|
}
|
|
41
36
|
)
|
|
42
|
-
if
|
|
43
|
-
field_dict["
|
|
37
|
+
if review_notes is not UNSET:
|
|
38
|
+
field_dict["review_notes"] = review_notes
|
|
44
39
|
|
|
45
40
|
return field_dict
|
|
46
41
|
|
|
47
42
|
@classmethod
|
|
48
43
|
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
49
44
|
d = dict(src_dict)
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
label = d.pop("label")
|
|
45
|
+
proposal_uuid = UUID(d.pop("proposal_uuid"))
|
|
53
46
|
|
|
54
|
-
|
|
47
|
+
review_notes = d.pop("review_notes", UNSET)
|
|
55
48
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
order=order,
|
|
49
|
+
call_compliance_review_request = cls(
|
|
50
|
+
proposal_uuid=proposal_uuid,
|
|
51
|
+
review_notes=review_notes,
|
|
60
52
|
)
|
|
61
53
|
|
|
62
|
-
|
|
63
|
-
return
|
|
54
|
+
call_compliance_review_request.additional_properties = d
|
|
55
|
+
return call_compliance_review_request
|
|
64
56
|
|
|
65
57
|
@property
|
|
66
58
|
def additional_keys(self) -> list[str]:
|
|
@@ -5,6 +5,7 @@ from uuid import UUID
|
|
|
5
5
|
from attrs import define as _attrs_define
|
|
6
6
|
from attrs import field as _attrs_field
|
|
7
7
|
|
|
8
|
+
from ..models.checklist_type_enum import ChecklistTypeEnum
|
|
8
9
|
from ..types import UNSET, Unset
|
|
9
10
|
|
|
10
11
|
T = TypeVar("T", bound="Checklist")
|
|
@@ -20,8 +21,9 @@ class Checklist:
|
|
|
20
21
|
questions_count (int):
|
|
21
22
|
category_name (str):
|
|
22
23
|
category_uuid (UUID):
|
|
23
|
-
roles (list[str]):
|
|
24
24
|
description (Union[Unset, str]):
|
|
25
|
+
checklist_type (Union[Unset, ChecklistTypeEnum]):
|
|
26
|
+
category (Union[None, UUID, Unset]): Category of the checklist
|
|
25
27
|
"""
|
|
26
28
|
|
|
27
29
|
uuid: UUID
|
|
@@ -30,8 +32,9 @@ class Checklist:
|
|
|
30
32
|
questions_count: int
|
|
31
33
|
category_name: str
|
|
32
34
|
category_uuid: UUID
|
|
33
|
-
roles: list[str]
|
|
34
35
|
description: Union[Unset, str] = UNSET
|
|
36
|
+
checklist_type: Union[Unset, ChecklistTypeEnum] = UNSET
|
|
37
|
+
category: Union[None, UUID, Unset] = UNSET
|
|
35
38
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
36
39
|
|
|
37
40
|
def to_dict(self) -> dict[str, Any]:
|
|
@@ -47,10 +50,20 @@ class Checklist:
|
|
|
47
50
|
|
|
48
51
|
category_uuid = str(self.category_uuid)
|
|
49
52
|
|
|
50
|
-
roles = self.roles
|
|
51
|
-
|
|
52
53
|
description = self.description
|
|
53
54
|
|
|
55
|
+
checklist_type: Union[Unset, str] = UNSET
|
|
56
|
+
if not isinstance(self.checklist_type, Unset):
|
|
57
|
+
checklist_type = self.checklist_type.value
|
|
58
|
+
|
|
59
|
+
category: Union[None, Unset, str]
|
|
60
|
+
if isinstance(self.category, Unset):
|
|
61
|
+
category = UNSET
|
|
62
|
+
elif isinstance(self.category, UUID):
|
|
63
|
+
category = str(self.category)
|
|
64
|
+
else:
|
|
65
|
+
category = self.category
|
|
66
|
+
|
|
54
67
|
field_dict: dict[str, Any] = {}
|
|
55
68
|
field_dict.update(self.additional_properties)
|
|
56
69
|
field_dict.update(
|
|
@@ -61,11 +74,14 @@ class Checklist:
|
|
|
61
74
|
"questions_count": questions_count,
|
|
62
75
|
"category_name": category_name,
|
|
63
76
|
"category_uuid": category_uuid,
|
|
64
|
-
"roles": roles,
|
|
65
77
|
}
|
|
66
78
|
)
|
|
67
79
|
if description is not UNSET:
|
|
68
80
|
field_dict["description"] = description
|
|
81
|
+
if checklist_type is not UNSET:
|
|
82
|
+
field_dict["checklist_type"] = checklist_type
|
|
83
|
+
if category is not UNSET:
|
|
84
|
+
field_dict["category"] = category
|
|
69
85
|
|
|
70
86
|
return field_dict
|
|
71
87
|
|
|
@@ -84,10 +100,32 @@ class Checklist:
|
|
|
84
100
|
|
|
85
101
|
category_uuid = UUID(d.pop("category_uuid"))
|
|
86
102
|
|
|
87
|
-
roles = cast(list[str], d.pop("roles"))
|
|
88
|
-
|
|
89
103
|
description = d.pop("description", UNSET)
|
|
90
104
|
|
|
105
|
+
_checklist_type = d.pop("checklist_type", UNSET)
|
|
106
|
+
checklist_type: Union[Unset, ChecklistTypeEnum]
|
|
107
|
+
if isinstance(_checklist_type, Unset):
|
|
108
|
+
checklist_type = UNSET
|
|
109
|
+
else:
|
|
110
|
+
checklist_type = ChecklistTypeEnum(_checklist_type)
|
|
111
|
+
|
|
112
|
+
def _parse_category(data: object) -> Union[None, UUID, Unset]:
|
|
113
|
+
if data is None:
|
|
114
|
+
return data
|
|
115
|
+
if isinstance(data, Unset):
|
|
116
|
+
return data
|
|
117
|
+
try:
|
|
118
|
+
if not isinstance(data, str):
|
|
119
|
+
raise TypeError()
|
|
120
|
+
category_type_0 = UUID(data)
|
|
121
|
+
|
|
122
|
+
return category_type_0
|
|
123
|
+
except: # noqa: E722
|
|
124
|
+
pass
|
|
125
|
+
return cast(Union[None, UUID, Unset], data)
|
|
126
|
+
|
|
127
|
+
category = _parse_category(d.pop("category", UNSET))
|
|
128
|
+
|
|
91
129
|
checklist = cls(
|
|
92
130
|
uuid=uuid,
|
|
93
131
|
url=url,
|
|
@@ -95,8 +133,9 @@ class Checklist:
|
|
|
95
133
|
questions_count=questions_count,
|
|
96
134
|
category_name=category_name,
|
|
97
135
|
category_uuid=category_uuid,
|
|
98
|
-
roles=roles,
|
|
99
136
|
description=description,
|
|
137
|
+
checklist_type=checklist_type,
|
|
138
|
+
category=category,
|
|
100
139
|
)
|
|
101
140
|
|
|
102
141
|
checklist.additional_properties = d
|
|
@@ -1,54 +1,55 @@
|
|
|
1
1
|
from collections.abc import Mapping
|
|
2
|
+
from io import BytesIO
|
|
2
3
|
from typing import Any, TypeVar, Union, cast
|
|
3
4
|
|
|
4
5
|
from attrs import define as _attrs_define
|
|
5
6
|
from attrs import field as _attrs_field
|
|
6
7
|
|
|
7
|
-
from ..
|
|
8
|
-
from ..types import UNSET, Unset
|
|
8
|
+
from .. import types
|
|
9
|
+
from ..types import UNSET, File, Unset
|
|
9
10
|
|
|
10
|
-
T = TypeVar("T", bound="
|
|
11
|
+
T = TypeVar("T", bound="ChecklistCategoryRequest")
|
|
11
12
|
|
|
12
13
|
|
|
13
14
|
@_attrs_define
|
|
14
|
-
class
|
|
15
|
+
class ChecklistCategoryRequest:
|
|
15
16
|
"""
|
|
16
17
|
Attributes:
|
|
17
18
|
name (str):
|
|
18
|
-
|
|
19
|
+
icon (Union[File, None, Unset]):
|
|
19
20
|
description (Union[Unset, str]):
|
|
20
|
-
roles (Union[Unset, list[str]]):
|
|
21
21
|
"""
|
|
22
22
|
|
|
23
23
|
name: str
|
|
24
|
-
|
|
24
|
+
icon: Union[File, None, Unset] = UNSET
|
|
25
25
|
description: Union[Unset, str] = UNSET
|
|
26
|
-
roles: Union[Unset, list[str]] = UNSET
|
|
27
26
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
28
27
|
|
|
29
28
|
def to_dict(self) -> dict[str, Any]:
|
|
30
29
|
name = self.name
|
|
31
30
|
|
|
32
|
-
|
|
31
|
+
icon: Union[None, Unset, types.FileTypes]
|
|
32
|
+
if isinstance(self.icon, Unset):
|
|
33
|
+
icon = UNSET
|
|
34
|
+
elif isinstance(self.icon, File):
|
|
35
|
+
icon = self.icon.to_tuple()
|
|
33
36
|
|
|
34
|
-
|
|
37
|
+
else:
|
|
38
|
+
icon = self.icon
|
|
35
39
|
|
|
36
|
-
|
|
37
|
-
if not isinstance(self.roles, Unset):
|
|
38
|
-
roles = self.roles
|
|
40
|
+
description = self.description
|
|
39
41
|
|
|
40
42
|
field_dict: dict[str, Any] = {}
|
|
41
43
|
field_dict.update(self.additional_properties)
|
|
42
44
|
field_dict.update(
|
|
43
45
|
{
|
|
44
46
|
"name": name,
|
|
45
|
-
"checklist_type": checklist_type,
|
|
46
47
|
}
|
|
47
48
|
)
|
|
49
|
+
if icon is not UNSET:
|
|
50
|
+
field_dict["icon"] = icon
|
|
48
51
|
if description is not UNSET:
|
|
49
52
|
field_dict["description"] = description
|
|
50
|
-
if roles is not UNSET:
|
|
51
|
-
field_dict["roles"] = roles
|
|
52
53
|
|
|
53
54
|
return field_dict
|
|
54
55
|
|
|
@@ -57,21 +58,33 @@ class CreateChecklistRequest:
|
|
|
57
58
|
d = dict(src_dict)
|
|
58
59
|
name = d.pop("name")
|
|
59
60
|
|
|
60
|
-
|
|
61
|
+
def _parse_icon(data: object) -> Union[File, None, Unset]:
|
|
62
|
+
if data is None:
|
|
63
|
+
return data
|
|
64
|
+
if isinstance(data, Unset):
|
|
65
|
+
return data
|
|
66
|
+
try:
|
|
67
|
+
if not isinstance(data, bytes):
|
|
68
|
+
raise TypeError()
|
|
69
|
+
icon_type_0 = File(payload=BytesIO(data))
|
|
61
70
|
|
|
62
|
-
|
|
71
|
+
return icon_type_0
|
|
72
|
+
except: # noqa: E722
|
|
73
|
+
pass
|
|
74
|
+
return cast(Union[File, None, Unset], data)
|
|
63
75
|
|
|
64
|
-
|
|
76
|
+
icon = _parse_icon(d.pop("icon", UNSET))
|
|
77
|
+
|
|
78
|
+
description = d.pop("description", UNSET)
|
|
65
79
|
|
|
66
|
-
|
|
80
|
+
checklist_category_request = cls(
|
|
67
81
|
name=name,
|
|
68
|
-
|
|
82
|
+
icon=icon,
|
|
69
83
|
description=description,
|
|
70
|
-
roles=roles,
|
|
71
84
|
)
|
|
72
85
|
|
|
73
|
-
|
|
74
|
-
return
|
|
86
|
+
checklist_category_request.additional_properties = d
|
|
87
|
+
return checklist_category_request
|
|
75
88
|
|
|
76
89
|
@property
|
|
77
90
|
def additional_keys(self) -> list[str]:
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
from collections.abc import Mapping
|
|
3
|
+
from typing import Any, TypeVar, cast
|
|
4
|
+
from uuid import UUID
|
|
5
|
+
|
|
6
|
+
from attrs import define as _attrs_define
|
|
7
|
+
from attrs import field as _attrs_field
|
|
8
|
+
from dateutil.parser import isoparse
|
|
9
|
+
|
|
10
|
+
T = TypeVar("T", bound="ChecklistCompletion")
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
@_attrs_define
|
|
14
|
+
class ChecklistCompletion:
|
|
15
|
+
"""
|
|
16
|
+
Attributes:
|
|
17
|
+
uuid (UUID):
|
|
18
|
+
is_completed (bool): Whether all required questions have been answered
|
|
19
|
+
completion_percentage (float):
|
|
20
|
+
unanswered_required_questions (list[Any]):
|
|
21
|
+
checklist_name (str):
|
|
22
|
+
checklist_description (str):
|
|
23
|
+
created (datetime.datetime):
|
|
24
|
+
modified (datetime.datetime):
|
|
25
|
+
"""
|
|
26
|
+
|
|
27
|
+
uuid: UUID
|
|
28
|
+
is_completed: bool
|
|
29
|
+
completion_percentage: float
|
|
30
|
+
unanswered_required_questions: list[Any]
|
|
31
|
+
checklist_name: str
|
|
32
|
+
checklist_description: str
|
|
33
|
+
created: datetime.datetime
|
|
34
|
+
modified: datetime.datetime
|
|
35
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
36
|
+
|
|
37
|
+
def to_dict(self) -> dict[str, Any]:
|
|
38
|
+
uuid = str(self.uuid)
|
|
39
|
+
|
|
40
|
+
is_completed = self.is_completed
|
|
41
|
+
|
|
42
|
+
completion_percentage = self.completion_percentage
|
|
43
|
+
|
|
44
|
+
unanswered_required_questions = self.unanswered_required_questions
|
|
45
|
+
|
|
46
|
+
checklist_name = self.checklist_name
|
|
47
|
+
|
|
48
|
+
checklist_description = self.checklist_description
|
|
49
|
+
|
|
50
|
+
created = self.created.isoformat()
|
|
51
|
+
|
|
52
|
+
modified = self.modified.isoformat()
|
|
53
|
+
|
|
54
|
+
field_dict: dict[str, Any] = {}
|
|
55
|
+
field_dict.update(self.additional_properties)
|
|
56
|
+
field_dict.update(
|
|
57
|
+
{
|
|
58
|
+
"uuid": uuid,
|
|
59
|
+
"is_completed": is_completed,
|
|
60
|
+
"completion_percentage": completion_percentage,
|
|
61
|
+
"unanswered_required_questions": unanswered_required_questions,
|
|
62
|
+
"checklist_name": checklist_name,
|
|
63
|
+
"checklist_description": checklist_description,
|
|
64
|
+
"created": created,
|
|
65
|
+
"modified": modified,
|
|
66
|
+
}
|
|
67
|
+
)
|
|
68
|
+
|
|
69
|
+
return field_dict
|
|
70
|
+
|
|
71
|
+
@classmethod
|
|
72
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
73
|
+
d = dict(src_dict)
|
|
74
|
+
uuid = UUID(d.pop("uuid"))
|
|
75
|
+
|
|
76
|
+
is_completed = d.pop("is_completed")
|
|
77
|
+
|
|
78
|
+
completion_percentage = d.pop("completion_percentage")
|
|
79
|
+
|
|
80
|
+
unanswered_required_questions = cast(list[Any], d.pop("unanswered_required_questions"))
|
|
81
|
+
|
|
82
|
+
checklist_name = d.pop("checklist_name")
|
|
83
|
+
|
|
84
|
+
checklist_description = d.pop("checklist_description")
|
|
85
|
+
|
|
86
|
+
created = isoparse(d.pop("created"))
|
|
87
|
+
|
|
88
|
+
modified = isoparse(d.pop("modified"))
|
|
89
|
+
|
|
90
|
+
checklist_completion = cls(
|
|
91
|
+
uuid=uuid,
|
|
92
|
+
is_completed=is_completed,
|
|
93
|
+
completion_percentage=completion_percentage,
|
|
94
|
+
unanswered_required_questions=unanswered_required_questions,
|
|
95
|
+
checklist_name=checklist_name,
|
|
96
|
+
checklist_description=checklist_description,
|
|
97
|
+
created=created,
|
|
98
|
+
modified=modified,
|
|
99
|
+
)
|
|
100
|
+
|
|
101
|
+
checklist_completion.additional_properties = d
|
|
102
|
+
return checklist_completion
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
def additional_keys(self) -> list[str]:
|
|
106
|
+
return list(self.additional_properties.keys())
|
|
107
|
+
|
|
108
|
+
def __getitem__(self, key: str) -> Any:
|
|
109
|
+
return self.additional_properties[key]
|
|
110
|
+
|
|
111
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
112
|
+
self.additional_properties[key] = value
|
|
113
|
+
|
|
114
|
+
def __delitem__(self, key: str) -> None:
|
|
115
|
+
del self.additional_properties[key]
|
|
116
|
+
|
|
117
|
+
def __contains__(self, key: str) -> bool:
|
|
118
|
+
return key in self.additional_properties
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
from collections.abc import Mapping
|
|
3
|
+
from typing import Any, TypeVar, Union, cast
|
|
4
|
+
from uuid import UUID
|
|
5
|
+
|
|
6
|
+
from attrs import define as _attrs_define
|
|
7
|
+
from attrs import field as _attrs_field
|
|
8
|
+
from dateutil.parser import isoparse
|
|
9
|
+
|
|
10
|
+
from ..types import UNSET, Unset
|
|
11
|
+
|
|
12
|
+
T = TypeVar("T", bound="ChecklistCompletionReviewer")
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
@_attrs_define
|
|
16
|
+
class ChecklistCompletionReviewer:
|
|
17
|
+
"""
|
|
18
|
+
Attributes:
|
|
19
|
+
uuid (UUID):
|
|
20
|
+
is_completed (bool): Whether all required questions have been answered
|
|
21
|
+
completion_percentage (float):
|
|
22
|
+
unanswered_required_questions (list[Any]):
|
|
23
|
+
checklist_name (str):
|
|
24
|
+
checklist_description (str):
|
|
25
|
+
created (datetime.datetime):
|
|
26
|
+
modified (datetime.datetime):
|
|
27
|
+
requires_review (bool): Whether any answers triggered review requirements
|
|
28
|
+
reviewed_by_name (str):
|
|
29
|
+
review_trigger_summary (list[Any]):
|
|
30
|
+
reviewed_by (Union[None, Unset, int]): User who reviewed the checklist completion
|
|
31
|
+
reviewed_at (Union[None, Unset, datetime.datetime]):
|
|
32
|
+
review_notes (Union[Unset, str]): Notes from the reviewer
|
|
33
|
+
"""
|
|
34
|
+
|
|
35
|
+
uuid: UUID
|
|
36
|
+
is_completed: bool
|
|
37
|
+
completion_percentage: float
|
|
38
|
+
unanswered_required_questions: list[Any]
|
|
39
|
+
checklist_name: str
|
|
40
|
+
checklist_description: str
|
|
41
|
+
created: datetime.datetime
|
|
42
|
+
modified: datetime.datetime
|
|
43
|
+
requires_review: bool
|
|
44
|
+
reviewed_by_name: str
|
|
45
|
+
review_trigger_summary: list[Any]
|
|
46
|
+
reviewed_by: Union[None, Unset, int] = UNSET
|
|
47
|
+
reviewed_at: Union[None, Unset, datetime.datetime] = UNSET
|
|
48
|
+
review_notes: Union[Unset, str] = UNSET
|
|
49
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
50
|
+
|
|
51
|
+
def to_dict(self) -> dict[str, Any]:
|
|
52
|
+
uuid = str(self.uuid)
|
|
53
|
+
|
|
54
|
+
is_completed = self.is_completed
|
|
55
|
+
|
|
56
|
+
completion_percentage = self.completion_percentage
|
|
57
|
+
|
|
58
|
+
unanswered_required_questions = self.unanswered_required_questions
|
|
59
|
+
|
|
60
|
+
checklist_name = self.checklist_name
|
|
61
|
+
|
|
62
|
+
checklist_description = self.checklist_description
|
|
63
|
+
|
|
64
|
+
created = self.created.isoformat()
|
|
65
|
+
|
|
66
|
+
modified = self.modified.isoformat()
|
|
67
|
+
|
|
68
|
+
requires_review = self.requires_review
|
|
69
|
+
|
|
70
|
+
reviewed_by_name = self.reviewed_by_name
|
|
71
|
+
|
|
72
|
+
review_trigger_summary = self.review_trigger_summary
|
|
73
|
+
|
|
74
|
+
reviewed_by: Union[None, Unset, int]
|
|
75
|
+
if isinstance(self.reviewed_by, Unset):
|
|
76
|
+
reviewed_by = UNSET
|
|
77
|
+
else:
|
|
78
|
+
reviewed_by = self.reviewed_by
|
|
79
|
+
|
|
80
|
+
reviewed_at: Union[None, Unset, str]
|
|
81
|
+
if isinstance(self.reviewed_at, Unset):
|
|
82
|
+
reviewed_at = UNSET
|
|
83
|
+
elif isinstance(self.reviewed_at, datetime.datetime):
|
|
84
|
+
reviewed_at = self.reviewed_at.isoformat()
|
|
85
|
+
else:
|
|
86
|
+
reviewed_at = self.reviewed_at
|
|
87
|
+
|
|
88
|
+
review_notes = self.review_notes
|
|
89
|
+
|
|
90
|
+
field_dict: dict[str, Any] = {}
|
|
91
|
+
field_dict.update(self.additional_properties)
|
|
92
|
+
field_dict.update(
|
|
93
|
+
{
|
|
94
|
+
"uuid": uuid,
|
|
95
|
+
"is_completed": is_completed,
|
|
96
|
+
"completion_percentage": completion_percentage,
|
|
97
|
+
"unanswered_required_questions": unanswered_required_questions,
|
|
98
|
+
"checklist_name": checklist_name,
|
|
99
|
+
"checklist_description": checklist_description,
|
|
100
|
+
"created": created,
|
|
101
|
+
"modified": modified,
|
|
102
|
+
"requires_review": requires_review,
|
|
103
|
+
"reviewed_by_name": reviewed_by_name,
|
|
104
|
+
"review_trigger_summary": review_trigger_summary,
|
|
105
|
+
}
|
|
106
|
+
)
|
|
107
|
+
if reviewed_by is not UNSET:
|
|
108
|
+
field_dict["reviewed_by"] = reviewed_by
|
|
109
|
+
if reviewed_at is not UNSET:
|
|
110
|
+
field_dict["reviewed_at"] = reviewed_at
|
|
111
|
+
if review_notes is not UNSET:
|
|
112
|
+
field_dict["review_notes"] = review_notes
|
|
113
|
+
|
|
114
|
+
return field_dict
|
|
115
|
+
|
|
116
|
+
@classmethod
|
|
117
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
118
|
+
d = dict(src_dict)
|
|
119
|
+
uuid = UUID(d.pop("uuid"))
|
|
120
|
+
|
|
121
|
+
is_completed = d.pop("is_completed")
|
|
122
|
+
|
|
123
|
+
completion_percentage = d.pop("completion_percentage")
|
|
124
|
+
|
|
125
|
+
unanswered_required_questions = cast(list[Any], d.pop("unanswered_required_questions"))
|
|
126
|
+
|
|
127
|
+
checklist_name = d.pop("checklist_name")
|
|
128
|
+
|
|
129
|
+
checklist_description = d.pop("checklist_description")
|
|
130
|
+
|
|
131
|
+
created = isoparse(d.pop("created"))
|
|
132
|
+
|
|
133
|
+
modified = isoparse(d.pop("modified"))
|
|
134
|
+
|
|
135
|
+
requires_review = d.pop("requires_review")
|
|
136
|
+
|
|
137
|
+
reviewed_by_name = d.pop("reviewed_by_name")
|
|
138
|
+
|
|
139
|
+
review_trigger_summary = cast(list[Any], d.pop("review_trigger_summary"))
|
|
140
|
+
|
|
141
|
+
def _parse_reviewed_by(data: object) -> Union[None, Unset, int]:
|
|
142
|
+
if data is None:
|
|
143
|
+
return data
|
|
144
|
+
if isinstance(data, Unset):
|
|
145
|
+
return data
|
|
146
|
+
return cast(Union[None, Unset, int], data)
|
|
147
|
+
|
|
148
|
+
reviewed_by = _parse_reviewed_by(d.pop("reviewed_by", UNSET))
|
|
149
|
+
|
|
150
|
+
def _parse_reviewed_at(data: object) -> Union[None, Unset, datetime.datetime]:
|
|
151
|
+
if data is None:
|
|
152
|
+
return data
|
|
153
|
+
if isinstance(data, Unset):
|
|
154
|
+
return data
|
|
155
|
+
try:
|
|
156
|
+
if not isinstance(data, str):
|
|
157
|
+
raise TypeError()
|
|
158
|
+
reviewed_at_type_0 = isoparse(data)
|
|
159
|
+
|
|
160
|
+
return reviewed_at_type_0
|
|
161
|
+
except: # noqa: E722
|
|
162
|
+
pass
|
|
163
|
+
return cast(Union[None, Unset, datetime.datetime], data)
|
|
164
|
+
|
|
165
|
+
reviewed_at = _parse_reviewed_at(d.pop("reviewed_at", UNSET))
|
|
166
|
+
|
|
167
|
+
review_notes = d.pop("review_notes", UNSET)
|
|
168
|
+
|
|
169
|
+
checklist_completion_reviewer = cls(
|
|
170
|
+
uuid=uuid,
|
|
171
|
+
is_completed=is_completed,
|
|
172
|
+
completion_percentage=completion_percentage,
|
|
173
|
+
unanswered_required_questions=unanswered_required_questions,
|
|
174
|
+
checklist_name=checklist_name,
|
|
175
|
+
checklist_description=checklist_description,
|
|
176
|
+
created=created,
|
|
177
|
+
modified=modified,
|
|
178
|
+
requires_review=requires_review,
|
|
179
|
+
reviewed_by_name=reviewed_by_name,
|
|
180
|
+
review_trigger_summary=review_trigger_summary,
|
|
181
|
+
reviewed_by=reviewed_by,
|
|
182
|
+
reviewed_at=reviewed_at,
|
|
183
|
+
review_notes=review_notes,
|
|
184
|
+
)
|
|
185
|
+
|
|
186
|
+
checklist_completion_reviewer.additional_properties = d
|
|
187
|
+
return checklist_completion_reviewer
|
|
188
|
+
|
|
189
|
+
@property
|
|
190
|
+
def additional_keys(self) -> list[str]:
|
|
191
|
+
return list(self.additional_properties.keys())
|
|
192
|
+
|
|
193
|
+
def __getitem__(self, key: str) -> Any:
|
|
194
|
+
return self.additional_properties[key]
|
|
195
|
+
|
|
196
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
197
|
+
self.additional_properties[key] = value
|
|
198
|
+
|
|
199
|
+
def __delitem__(self, key: str) -> None:
|
|
200
|
+
del self.additional_properties[key]
|
|
201
|
+
|
|
202
|
+
def __contains__(self, key: str) -> bool:
|
|
203
|
+
return key in self.additional_properties
|