waldur-api-client 7.8.3__py3-none-any.whl → 7.8.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/backend_resources/backend_resources_import_resource.py +3 -3
- waldur_api_client/api/booking_resources/booking_resources_count.py +108 -0
- waldur_api_client/api/booking_resources/booking_resources_list.py +108 -0
- waldur_api_client/api/call_managing_organisations/call_managing_organisations_add_user.py +17 -10
- waldur_api_client/api/customers/customers_add_user.py +17 -10
- waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_count.py +30 -0
- waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_list.py +30 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/__init__.py +1 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_actions_count.py +125 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_actions_retrieve.py +119 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_count.py +239 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_create.py +152 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_destroy.py +89 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_list.py +242 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_partial_update.py +166 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_retrieve.py +144 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_update.py +166 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_template_count.py +125 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_template_retrieve.py +126 -0
- waldur_api_client/api/marketplace_orders/marketplace_orders_set_backend_id.py +105 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_update_discounts.py +123 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_partition.py +168 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_software_catalog.py +168 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_user.py +19 -10
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_component_stats_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_create_offering_component.py +1 -1
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_customers_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_remove_partition.py +107 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_remove_software_catalog.py +107 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_tos_stats_retrieve.py +146 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_partition_partial_update.py +168 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_software_catalog_partial_update.py +168 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +108 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +108 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_downscaled.py +107 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_paused.py +107 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_restrict_member_access.py +107 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_update_options.py +168 -0
- waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_count.py +15 -0
- waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_list.py +15 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +108 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +108 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_renew.py +166 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_set_downscaled.py +107 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_set_paused.py +107 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_set_restrict_member_access.py +107 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_add_user.py +17 -10
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_customer_projects_list.py +15 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py +15 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_projects_list.py +14 -24
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_set_offerings_username.py +8 -67
- waldur_api_client/api/marketplace_service_providers/service_provider_checklists_summary.py +189 -0
- waldur_api_client/api/marketplace_site_agent_identities/__init__.py +1 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_count.py +240 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_create.py +148 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_destroy.py +89 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_list.py +241 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_register_event_subscription.py +176 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_register_service.py +170 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_retrieve.py +140 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_update.py +162 -0
- waldur_api_client/api/marketplace_site_agent_processors/__init__.py +1 -0
- waldur_api_client/api/marketplace_site_agent_processors/marketplace_site_agent_processors_count.py +240 -0
- waldur_api_client/api/marketplace_site_agent_processors/marketplace_site_agent_processors_list.py +241 -0
- waldur_api_client/api/marketplace_site_agent_processors/marketplace_site_agent_processors_retrieve.py +142 -0
- waldur_api_client/api/marketplace_site_agent_services/__init__.py +1 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_count.py +229 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_list.py +230 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_register_processor.py +172 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_retrieve.py +140 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_set_statistics.py +166 -0
- waldur_api_client/api/marketplace_software_catalogs/__init__.py +1 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_count.py +225 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_create.py +150 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_destroy.py +89 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_list.py +226 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_partial_update.py +164 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_retrieve.py +142 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_update.py +164 -0
- waldur_api_client/api/marketplace_software_packages/__init__.py +1 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_count.py +352 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_create.py +150 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_destroy.py +89 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_list.py +353 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_partial_update.py +164 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_retrieve.py +142 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_update.py +164 -0
- waldur_api_client/api/marketplace_software_targets/__init__.py +1 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_count.py +313 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_create.py +117 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_destroy.py +89 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_list.py +314 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_partial_update.py +142 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_retrieve.py +142 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_update.py +142 -0
- waldur_api_client/api/marketplace_software_versions/__init__.py +1 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_count.py +310 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_create.py +117 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_destroy.py +89 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_list.py +311 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_partial_update.py +142 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_retrieve.py +142 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_update.py +142 -0
- waldur_api_client/api/onboarding/__init__.py +1 -0
- waldur_api_client/api/onboarding/onboarding_supported_countries_retrieve.py +74 -0
- waldur_api_client/api/onboarding_justifications/__init__.py +1 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_approve.py +168 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_attach_document.py +211 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_count.py +172 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_create.py +150 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_create_justification.py +154 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_destroy.py +89 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_list.py +175 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_partial_update.py +164 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_reject.py +168 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_retrieve.py +142 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_update.py +164 -0
- waldur_api_client/api/onboarding_verifications/__init__.py +1 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_count.py +172 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_create.py +150 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_create_customer.py +144 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_destroy.py +89 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_list.py +175 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_partial_update.py +164 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_retrieve.py +142 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_update.py +164 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_validate_company.py +154 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_count.py +33 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_create.py +154 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_destroy.py +91 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_list.py +33 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_partial_update.py +164 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_update.py +164 -0
- waldur_api_client/api/openstack_networks/openstack_networks_rbac_policy_create.py +24 -22
- waldur_api_client/api/projects/projects_add_user.py +17 -10
- waldur_api_client/api/projects/projects_checklist_template_count.py +125 -0
- waldur_api_client/api/projects/projects_checklist_template_retrieve.py +126 -0
- waldur_api_client/api/projects/projects_count.py +30 -0
- waldur_api_client/api/projects/projects_list.py +30 -0
- waldur_api_client/api/projects/projects_move_project.py +19 -10
- waldur_api_client/api/projects/projects_recover.py +166 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_add_user.py +17 -10
- waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_template_count.py +125 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_template_retrieve.py +126 -0
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_add_user.py +17 -10
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_offerings_list.py +15 -0
- waldur_api_client/api/remote_waldur_api/remote_waldur_api_pull_resource_robot_accounts.py +88 -0
- waldur_api_client/models/__init__.py +214 -8
- waldur_api_client/models/agent_event_subscription_create_request.py +71 -0
- waldur_api_client/models/agent_identity.py +211 -0
- waldur_api_client/models/agent_identity_request.py +157 -0
- waldur_api_client/models/agent_processor.py +170 -0
- waldur_api_client/models/agent_processor_create_request.py +89 -0
- waldur_api_client/models/agent_service.py +172 -0
- waldur_api_client/models/agent_service_create_request.py +81 -0
- waldur_api_client/models/agent_service_state.py +10 -0
- waldur_api_client/models/agent_service_statistics_request.py +59 -0
- waldur_api_client/models/base_provider_plan.py +21 -0
- waldur_api_client/models/base_public_plan.py +21 -0
- waldur_api_client/models/booking_offerings_list_field_item.py +2 -0
- waldur_api_client/models/booking_offerings_retrieve_field_item.py +2 -0
- waldur_api_client/models/booking_resource.py +37 -11
- waldur_api_client/models/booking_resource_renewal_date_type_0.py +53 -0
- waldur_api_client/models/booking_resources_list_field_item.py +1 -0
- waldur_api_client/models/booking_resources_retrieve_field_item.py +1 -0
- waldur_api_client/models/call_managing_organisations_add_user_response_400.py +65 -0
- waldur_api_client/models/call_round.py +4 -4
- waldur_api_client/models/checklist_template.py +99 -0
- waldur_api_client/models/checklist_template_checklist.py +44 -0
- waldur_api_client/models/constance_settings.py +126 -45
- waldur_api_client/models/constance_settings_request.py +126 -45
- waldur_api_client/models/constance_settings_request_form.py +126 -45
- waldur_api_client/models/constance_settings_request_multipart.py +219 -71
- waldur_api_client/models/customer.py +9 -0
- waldur_api_client/models/customer_component_usage_policy.py +175 -0
- waldur_api_client/models/customer_component_usage_policy_request.py +102 -0
- waldur_api_client/models/customers_add_user_response_400.py +65 -0
- waldur_api_client/models/customers_list_field_item.py +1 -0
- waldur_api_client/models/customers_retrieve_field_item.py +1 -0
- waldur_api_client/models/deprecated_network_rbac_policy.py +137 -0
- waldur_api_client/models/deprecated_network_rbac_policy_request.py +78 -0
- waldur_api_client/models/discount_config_request.py +91 -0
- waldur_api_client/models/discounts_update_request.py +65 -0
- waldur_api_client/models/discounts_update_request_discounts.py +57 -0
- waldur_api_client/models/event_types_enum.py +1 -0
- waldur_api_client/models/issue.py +0 -25
- waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py +1 -0
- waldur_api_client/models/managed_rancher_cluster_resources_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_orders_count_state_item.py +1 -0
- waldur_api_client/models/marketplace_orders_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_orders_list_state_item.py +1 -0
- waldur_api_client/models/marketplace_orders_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_add_user_response_400.py +65 -0
- waldur_api_client/models/marketplace_provider_offerings_list_course_accounts_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_list_project_service_accounts_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_stats_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_resources_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_public_offerings_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_resources_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_resources_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_service_providers_add_user_response_400.py +65 -0
- waldur_api_client/models/marketplace_site_agent_services_count_state_item.py +10 -0
- waldur_api_client/models/marketplace_site_agent_services_list_state_item.py +10 -0
- waldur_api_client/models/marketplace_software_catalogs_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_catalogs_list_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_packages_count_o_item.py +17 -0
- waldur_api_client/models/marketplace_software_packages_list_o_item.py +17 -0
- waldur_api_client/models/marketplace_software_targets_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_targets_list_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_versions_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_versions_list_o_item.py +15 -0
- waldur_api_client/models/merged_plugin_options.py +65 -8
- waldur_api_client/models/merged_plugin_options_request.py +65 -8
- waldur_api_client/models/nested_agent_processor.py +154 -0
- waldur_api_client/models/nested_agent_service.py +134 -0
- waldur_api_client/models/nested_agent_service_request.py +90 -0
- waldur_api_client/models/nested_customer_usage_policy_component.py +103 -0
- waldur_api_client/models/nested_customer_usage_policy_component_request.py +87 -0
- waldur_api_client/models/nested_partition.py +412 -0
- waldur_api_client/models/nested_partition_request.py +397 -0
- waldur_api_client/models/nested_plan_component.py +155 -0
- waldur_api_client/models/nested_plan_component_request.py +128 -0
- waldur_api_client/models/nested_round.py +5 -5
- waldur_api_client/models/nested_software_catalog.py +134 -0
- waldur_api_client/models/nested_software_catalog_catalog.py +86 -0
- waldur_api_client/models/nested_software_catalog_partition.py +86 -0
- waldur_api_client/models/nested_software_catalog_request.py +68 -0
- waldur_api_client/models/nested_software_target.py +84 -0
- waldur_api_client/models/nested_software_target_request.py +75 -0
- waldur_api_client/models/nested_software_version.py +124 -0
- waldur_api_client/models/nested_software_version_request.py +93 -0
- waldur_api_client/models/network_rbac_policy_request.py +8 -0
- waldur_api_client/models/notification.py +9 -9
- waldur_api_client/models/{notification_context_fields.py → notification_context_schema.py} +6 -6
- waldur_api_client/models/notification_template_detail_serializers.py +9 -3
- waldur_api_client/models/observable_object_type_enum.py +14 -0
- waldur_api_client/models/offering.py +42 -0
- waldur_api_client/models/offering_component.py +79 -0
- waldur_api_client/models/offering_component_request.py +80 -0
- waldur_api_client/models/offering_create.py +36 -0
- waldur_api_client/models/offering_partition.py +440 -0
- waldur_api_client/models/offering_partition_request.py +406 -0
- waldur_api_client/models/offering_software_catalog.py +176 -0
- waldur_api_client/models/offering_software_catalog_request.py +118 -0
- waldur_api_client/models/onboarding_company_validation_request_request.py +88 -0
- waldur_api_client/models/onboarding_justification.py +212 -0
- waldur_api_client/models/onboarding_justification_create_request.py +71 -0
- waldur_api_client/models/onboarding_justification_documentation.py +108 -0
- waldur_api_client/models/onboarding_justification_documentation_request.py +84 -0
- waldur_api_client/models/onboarding_justification_documentation_request_form.py +84 -0
- waldur_api_client/models/onboarding_justification_documentation_request_multipart.py +98 -0
- waldur_api_client/models/onboarding_justification_request.py +89 -0
- waldur_api_client/models/onboarding_justification_review_request.py +59 -0
- waldur_api_client/models/onboarding_verification.py +250 -0
- waldur_api_client/models/onboarding_verification_request.py +128 -0
- waldur_api_client/models/onboarding_verification_status_enum.py +12 -0
- waldur_api_client/models/open_stack_create_floating_ip_request.py +20 -1
- waldur_api_client/models/order_backend_id_request.py +59 -0
- waldur_api_client/models/order_create.py +4 -4
- waldur_api_client/models/order_details.py +43 -11
- waldur_api_client/models/order_state.py +1 -0
- waldur_api_client/models/patched_customer_component_usage_policy_request.py +104 -0
- waldur_api_client/models/patched_network_rbac_policy_request.py +85 -0
- waldur_api_client/models/patched_offering_partition_request.py +412 -0
- waldur_api_client/models/patched_offering_software_catalog_update_request.py +131 -0
- waldur_api_client/models/patched_onboarding_justification_request.py +88 -0
- waldur_api_client/models/patched_onboarding_verification_request.py +128 -0
- waldur_api_client/models/patched_project_credit_request.py +13 -0
- waldur_api_client/models/patched_project_request.py +10 -2
- waldur_api_client/models/patched_project_request_form.py +10 -2
- waldur_api_client/models/patched_project_request_multipart.py +13 -2
- waldur_api_client/models/patched_software_catalog_request.py +86 -0
- waldur_api_client/models/patched_software_package_request.py +86 -0
- waldur_api_client/models/plan_component.py +40 -0
- waldur_api_client/models/project.py +37 -2
- waldur_api_client/models/project_credit.py +13 -0
- waldur_api_client/models/project_credit_request.py +13 -0
- waldur_api_client/models/project_recovery_request.py +70 -0
- waldur_api_client/models/project_request.py +10 -2
- waldur_api_client/models/project_request_form.py +10 -2
- waldur_api_client/models/project_request_multipart.py +13 -2
- waldur_api_client/models/project_user.py +21 -4
- waldur_api_client/models/projects_add_user_response_400.py +65 -0
- waldur_api_client/models/projects_list_field_item.py +4 -0
- waldur_api_client/models/projects_move_project_response_400.py +65 -0
- waldur_api_client/models/projects_retrieve_field_item.py +4 -0
- waldur_api_client/models/proposal_proposals_add_user_response_400.py +65 -0
- waldur_api_client/models/proposal_protected_calls_add_user_response_400.py +65 -0
- waldur_api_client/models/protected_round.py +4 -4
- waldur_api_client/models/provider_offering_details.py +42 -0
- waldur_api_client/models/provider_plan_details.py +18 -0
- waldur_api_client/models/public_offering_details.py +42 -0
- waldur_api_client/models/question.py +102 -0
- waldur_api_client/models/question_options.py +79 -0
- waldur_api_client/models/remote_resource_order_remote_state_enum.py +1 -0
- waldur_api_client/models/{set_offerings_username.py → remove_partition_request.py} +11 -19
- waldur_api_client/models/remove_software_catalog_request.py +60 -0
- waldur_api_client/models/resource.py +37 -11
- waldur_api_client/models/resource_downscaled_request.py +59 -0
- waldur_api_client/models/resource_paused_request.py +59 -0
- waldur_api_client/models/resource_renew_request.py +83 -0
- waldur_api_client/models/resource_renew_request_limits.py +44 -0
- waldur_api_client/models/resource_renewal_date_type_0.py +53 -0
- waldur_api_client/models/resource_restrict_member_access_request.py +59 -0
- waldur_api_client/models/{status_enum.py → round_status.py} +1 -1
- waldur_api_client/models/service_provider_checklist_summary.py +98 -0
- waldur_api_client/models/software_catalog.py +130 -0
- waldur_api_client/models/software_catalog_request.py +87 -0
- waldur_api_client/models/software_catalog_uuid.py +60 -0
- waldur_api_client/models/software_package.py +168 -0
- waldur_api_client/models/software_package_request.py +87 -0
- waldur_api_client/models/software_target.py +110 -0
- waldur_api_client/models/software_version.py +135 -0
- waldur_api_client/models/time_series_to_s_data.py +69 -0
- waldur_api_client/models/to_s_consent_dashboard.py +155 -0
- waldur_api_client/models/update_offering_component_request.py +79 -0
- waldur_api_client/models/user.py +20 -0
- waldur_api_client/models/users_list_field_item.py +1 -0
- waldur_api_client/models/users_me_retrieve_field_item.py +1 -0
- waldur_api_client/models/users_retrieve_field_item.py +1 -0
- waldur_api_client/models/validation_decision_enum.py +10 -0
- waldur_api_client/models/validation_method_enum.py +8 -0
- waldur_api_client/models/version_adoption.py +67 -0
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/METADATA +1 -1
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/RECORD +340 -123
- waldur_api_client/models/marketplace_service_providers_projects_list_field_item.py +0 -36
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/WHEEL +0 -0
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/licenses/LICENSE +0 -0
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
from collections.abc import Mapping
|
|
2
|
+
from typing import TYPE_CHECKING, Any, TypeVar
|
|
3
|
+
|
|
4
|
+
from attrs import define as _attrs_define
|
|
5
|
+
from attrs import field as _attrs_field
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from ..models.discounts_update_request_discounts import DiscountsUpdateRequestDiscounts
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
T = TypeVar("T", bound="DiscountsUpdateRequest")
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
@_attrs_define
|
|
15
|
+
class DiscountsUpdateRequest:
|
|
16
|
+
"""
|
|
17
|
+
Attributes:
|
|
18
|
+
discounts (DiscountsUpdateRequestDiscounts): Dictionary mapping component types to their discount configuration.
|
|
19
|
+
"""
|
|
20
|
+
|
|
21
|
+
discounts: "DiscountsUpdateRequestDiscounts"
|
|
22
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
23
|
+
|
|
24
|
+
def to_dict(self) -> dict[str, Any]:
|
|
25
|
+
discounts = self.discounts.to_dict()
|
|
26
|
+
|
|
27
|
+
field_dict: dict[str, Any] = {}
|
|
28
|
+
field_dict.update(self.additional_properties)
|
|
29
|
+
field_dict.update(
|
|
30
|
+
{
|
|
31
|
+
"discounts": discounts,
|
|
32
|
+
}
|
|
33
|
+
)
|
|
34
|
+
|
|
35
|
+
return field_dict
|
|
36
|
+
|
|
37
|
+
@classmethod
|
|
38
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
39
|
+
from ..models.discounts_update_request_discounts import DiscountsUpdateRequestDiscounts
|
|
40
|
+
|
|
41
|
+
d = dict(src_dict)
|
|
42
|
+
discounts = DiscountsUpdateRequestDiscounts.from_dict(d.pop("discounts"))
|
|
43
|
+
|
|
44
|
+
discounts_update_request = cls(
|
|
45
|
+
discounts=discounts,
|
|
46
|
+
)
|
|
47
|
+
|
|
48
|
+
discounts_update_request.additional_properties = d
|
|
49
|
+
return discounts_update_request
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
def additional_keys(self) -> list[str]:
|
|
53
|
+
return list(self.additional_properties.keys())
|
|
54
|
+
|
|
55
|
+
def __getitem__(self, key: str) -> Any:
|
|
56
|
+
return self.additional_properties[key]
|
|
57
|
+
|
|
58
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
59
|
+
self.additional_properties[key] = value
|
|
60
|
+
|
|
61
|
+
def __delitem__(self, key: str) -> None:
|
|
62
|
+
del self.additional_properties[key]
|
|
63
|
+
|
|
64
|
+
def __contains__(self, key: str) -> bool:
|
|
65
|
+
return key in self.additional_properties
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
from collections.abc import Mapping
|
|
2
|
+
from typing import TYPE_CHECKING, Any, TypeVar
|
|
3
|
+
|
|
4
|
+
from attrs import define as _attrs_define
|
|
5
|
+
from attrs import field as _attrs_field
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from ..models.discount_config_request import DiscountConfigRequest
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
T = TypeVar("T", bound="DiscountsUpdateRequestDiscounts")
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
@_attrs_define
|
|
15
|
+
class DiscountsUpdateRequestDiscounts:
|
|
16
|
+
"""Dictionary mapping component types to their discount configuration."""
|
|
17
|
+
|
|
18
|
+
additional_properties: dict[str, "DiscountConfigRequest"] = _attrs_field(init=False, factory=dict)
|
|
19
|
+
|
|
20
|
+
def to_dict(self) -> dict[str, Any]:
|
|
21
|
+
field_dict: dict[str, Any] = {}
|
|
22
|
+
for prop_name, prop in self.additional_properties.items():
|
|
23
|
+
field_dict[prop_name] = prop.to_dict()
|
|
24
|
+
|
|
25
|
+
return field_dict
|
|
26
|
+
|
|
27
|
+
@classmethod
|
|
28
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
29
|
+
from ..models.discount_config_request import DiscountConfigRequest
|
|
30
|
+
|
|
31
|
+
d = dict(src_dict)
|
|
32
|
+
discounts_update_request_discounts = cls()
|
|
33
|
+
|
|
34
|
+
additional_properties = {}
|
|
35
|
+
for prop_name, prop_dict in d.items():
|
|
36
|
+
additional_property = DiscountConfigRequest.from_dict(prop_dict)
|
|
37
|
+
|
|
38
|
+
additional_properties[prop_name] = additional_property
|
|
39
|
+
|
|
40
|
+
discounts_update_request_discounts.additional_properties = additional_properties
|
|
41
|
+
return discounts_update_request_discounts
|
|
42
|
+
|
|
43
|
+
@property
|
|
44
|
+
def additional_keys(self) -> list[str]:
|
|
45
|
+
return list(self.additional_properties.keys())
|
|
46
|
+
|
|
47
|
+
def __getitem__(self, key: str) -> "DiscountConfigRequest":
|
|
48
|
+
return self.additional_properties[key]
|
|
49
|
+
|
|
50
|
+
def __setitem__(self, key: str, value: "DiscountConfigRequest") -> None:
|
|
51
|
+
self.additional_properties[key] = value
|
|
52
|
+
|
|
53
|
+
def __delitem__(self, key: str) -> None:
|
|
54
|
+
del self.additional_properties[key]
|
|
55
|
+
|
|
56
|
+
def __contains__(self, key: str) -> bool:
|
|
57
|
+
return key in self.additional_properties
|
|
@@ -15,6 +15,7 @@ class EventTypesEnum(str, Enum):
|
|
|
15
15
|
AUTH_LOGGED_OUT = "auth_logged_out"
|
|
16
16
|
AUTH_LOGGED_OUT_WITH_SAML2 = "auth_logged_out_with_saml2"
|
|
17
17
|
AUTH_LOGIN_FAILED_WITH_USERNAME = "auth_login_failed_with_username"
|
|
18
|
+
AUTOMATIC_CREDIT_ADJUSTMENT = "automatic_credit_adjustment"
|
|
18
19
|
BLOCK_CREATION_OF_NEW_RESOURCES = "block_creation_of_new_resources"
|
|
19
20
|
BLOCK_MODIFICATION_OF_EXISTING_RESOURCES = "block_modification_of_existing_resources"
|
|
20
21
|
CALL_DOCUMENT_ADDED = "call_document_added"
|
|
@@ -45,7 +45,6 @@ class Issue:
|
|
|
45
45
|
resource_name (str):
|
|
46
46
|
created (datetime.datetime):
|
|
47
47
|
modified (datetime.datetime):
|
|
48
|
-
first_response_sla (Union[None, datetime.datetime]):
|
|
49
48
|
feedback (Union['NestedFeedback', None]):
|
|
50
49
|
resolved (Union[None, bool]):
|
|
51
50
|
update_is_available (bool):
|
|
@@ -88,7 +87,6 @@ class Issue:
|
|
|
88
87
|
resource_name: str
|
|
89
88
|
created: datetime.datetime
|
|
90
89
|
modified: datetime.datetime
|
|
91
|
-
first_response_sla: Union[None, datetime.datetime]
|
|
92
90
|
feedback: Union["NestedFeedback", None]
|
|
93
91
|
resolved: Union[None, bool]
|
|
94
92
|
update_is_available: bool
|
|
@@ -186,12 +184,6 @@ class Issue:
|
|
|
186
184
|
|
|
187
185
|
modified = self.modified.isoformat()
|
|
188
186
|
|
|
189
|
-
first_response_sla: Union[None, str]
|
|
190
|
-
if isinstance(self.first_response_sla, datetime.datetime):
|
|
191
|
-
first_response_sla = self.first_response_sla.isoformat()
|
|
192
|
-
else:
|
|
193
|
-
first_response_sla = self.first_response_sla
|
|
194
|
-
|
|
195
187
|
feedback: Union[None, dict[str, Any]]
|
|
196
188
|
if isinstance(self.feedback, NestedFeedback):
|
|
197
189
|
feedback = self.feedback.to_dict()
|
|
@@ -280,7 +272,6 @@ class Issue:
|
|
|
280
272
|
"resource_name": resource_name,
|
|
281
273
|
"created": created,
|
|
282
274
|
"modified": modified,
|
|
283
|
-
"first_response_sla": first_response_sla,
|
|
284
275
|
"feedback": feedback,
|
|
285
276
|
"resolved": resolved,
|
|
286
277
|
"update_is_available": update_is_available,
|
|
@@ -465,21 +456,6 @@ class Issue:
|
|
|
465
456
|
|
|
466
457
|
modified = isoparse(d.pop("modified"))
|
|
467
458
|
|
|
468
|
-
def _parse_first_response_sla(data: object) -> Union[None, datetime.datetime]:
|
|
469
|
-
if data is None:
|
|
470
|
-
return data
|
|
471
|
-
try:
|
|
472
|
-
if not isinstance(data, str):
|
|
473
|
-
raise TypeError()
|
|
474
|
-
first_response_sla_type_0 = isoparse(data)
|
|
475
|
-
|
|
476
|
-
return first_response_sla_type_0
|
|
477
|
-
except: # noqa: E722
|
|
478
|
-
pass
|
|
479
|
-
return cast(Union[None, datetime.datetime], data)
|
|
480
|
-
|
|
481
|
-
first_response_sla = _parse_first_response_sla(d.pop("first_response_sla"))
|
|
482
|
-
|
|
483
459
|
def _parse_feedback(data: object) -> Union["NestedFeedback", None]:
|
|
484
460
|
if data is None:
|
|
485
461
|
return data
|
|
@@ -596,7 +572,6 @@ class Issue:
|
|
|
596
572
|
resource_name=resource_name,
|
|
597
573
|
created=created,
|
|
598
574
|
modified=modified,
|
|
599
|
-
first_response_sla=first_response_sla,
|
|
600
575
|
feedback=feedback,
|
|
601
576
|
resolved=resolved,
|
|
602
577
|
update_is_available=update_is_available,
|
|
@@ -65,6 +65,7 @@ class ManagedRancherClusterResourcesListFieldItem(str, Enum):
|
|
|
65
65
|
PROVIDER_NAME = "provider_name"
|
|
66
66
|
PROVIDER_SLUG = "provider_slug"
|
|
67
67
|
PROVIDER_UUID = "provider_uuid"
|
|
68
|
+
RENEWAL_DATE = "renewal_date"
|
|
68
69
|
REPORT = "report"
|
|
69
70
|
RESOURCE_TYPE = "resource_type"
|
|
70
71
|
RESOURCE_UUID = "resource_uuid"
|
|
@@ -65,6 +65,7 @@ class ManagedRancherClusterResourcesRetrieveFieldItem(str, Enum):
|
|
|
65
65
|
PROVIDER_NAME = "provider_name"
|
|
66
66
|
PROVIDER_SLUG = "provider_slug"
|
|
67
67
|
PROVIDER_UUID = "provider_uuid"
|
|
68
|
+
RENEWAL_DATE = "renewal_date"
|
|
68
69
|
REPORT = "report"
|
|
69
70
|
RESOURCE_TYPE = "resource_type"
|
|
70
71
|
RESOURCE_UUID = "resource_uuid"
|
|
@@ -9,6 +9,7 @@ class MarketplaceOrdersCountStateItem(str, Enum):
|
|
|
9
9
|
PENDING_CONSUMER = "pending-consumer"
|
|
10
10
|
PENDING_PROJECT = "pending-project"
|
|
11
11
|
PENDING_PROVIDER = "pending-provider"
|
|
12
|
+
PENDING_START_DATE = "pending-start-date"
|
|
12
13
|
REJECTED = "rejected"
|
|
13
14
|
|
|
14
15
|
def __str__(self) -> str:
|
|
@@ -69,9 +69,11 @@ class MarketplaceOrdersListFieldItem(str, Enum):
|
|
|
69
69
|
RESOURCE_NAME = "resource_name"
|
|
70
70
|
RESOURCE_TYPE = "resource_type"
|
|
71
71
|
RESOURCE_UUID = "resource_uuid"
|
|
72
|
+
START_DATE = "start_date"
|
|
72
73
|
STATE = "state"
|
|
73
74
|
TERMINATION_COMMENT = "termination_comment"
|
|
74
75
|
TYPE = "type"
|
|
76
|
+
URL = "url"
|
|
75
77
|
UUID = "uuid"
|
|
76
78
|
|
|
77
79
|
def __str__(self) -> str:
|
|
@@ -9,6 +9,7 @@ class MarketplaceOrdersListStateItem(str, Enum):
|
|
|
9
9
|
PENDING_CONSUMER = "pending-consumer"
|
|
10
10
|
PENDING_PROJECT = "pending-project"
|
|
11
11
|
PENDING_PROVIDER = "pending-provider"
|
|
12
|
+
PENDING_START_DATE = "pending-start-date"
|
|
12
13
|
REJECTED = "rejected"
|
|
13
14
|
|
|
14
15
|
def __str__(self) -> str:
|
|
@@ -69,9 +69,11 @@ class MarketplaceOrdersRetrieveFieldItem(str, Enum):
|
|
|
69
69
|
RESOURCE_NAME = "resource_name"
|
|
70
70
|
RESOURCE_TYPE = "resource_type"
|
|
71
71
|
RESOURCE_UUID = "resource_uuid"
|
|
72
|
+
START_DATE = "start_date"
|
|
72
73
|
STATE = "state"
|
|
73
74
|
TERMINATION_COMMENT = "termination_comment"
|
|
74
75
|
TYPE = "type"
|
|
76
|
+
URL = "url"
|
|
75
77
|
UUID = "uuid"
|
|
76
78
|
|
|
77
79
|
def __str__(self) -> str:
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
from collections.abc import Mapping
|
|
2
|
+
from typing import Any, TypeVar, Union, cast
|
|
3
|
+
|
|
4
|
+
from attrs import define as _attrs_define
|
|
5
|
+
from attrs import field as _attrs_field
|
|
6
|
+
|
|
7
|
+
from ..types import UNSET, Unset
|
|
8
|
+
|
|
9
|
+
T = TypeVar("T", bound="MarketplaceProviderOfferingsAddUserResponse400")
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
@_attrs_define
|
|
13
|
+
class MarketplaceProviderOfferingsAddUserResponse400:
|
|
14
|
+
"""Validation error when trying to add user to terminated project
|
|
15
|
+
|
|
16
|
+
Example:
|
|
17
|
+
{'non_field_errors': ['Cannot manage team members for terminated projects.']}
|
|
18
|
+
|
|
19
|
+
Attributes:
|
|
20
|
+
non_field_errors (Union[Unset, list[str]]):
|
|
21
|
+
"""
|
|
22
|
+
|
|
23
|
+
non_field_errors: Union[Unset, list[str]] = UNSET
|
|
24
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
25
|
+
|
|
26
|
+
def to_dict(self) -> dict[str, Any]:
|
|
27
|
+
non_field_errors: Union[Unset, list[str]] = UNSET
|
|
28
|
+
if not isinstance(self.non_field_errors, Unset):
|
|
29
|
+
non_field_errors = self.non_field_errors
|
|
30
|
+
|
|
31
|
+
field_dict: dict[str, Any] = {}
|
|
32
|
+
field_dict.update(self.additional_properties)
|
|
33
|
+
field_dict.update({})
|
|
34
|
+
if non_field_errors is not UNSET:
|
|
35
|
+
field_dict["non_field_errors"] = non_field_errors
|
|
36
|
+
|
|
37
|
+
return field_dict
|
|
38
|
+
|
|
39
|
+
@classmethod
|
|
40
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
41
|
+
d = dict(src_dict)
|
|
42
|
+
non_field_errors = cast(list[str], d.pop("non_field_errors", UNSET))
|
|
43
|
+
|
|
44
|
+
marketplace_provider_offerings_add_user_response_400 = cls(
|
|
45
|
+
non_field_errors=non_field_errors,
|
|
46
|
+
)
|
|
47
|
+
|
|
48
|
+
marketplace_provider_offerings_add_user_response_400.additional_properties = d
|
|
49
|
+
return marketplace_provider_offerings_add_user_response_400
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
def additional_keys(self) -> list[str]:
|
|
53
|
+
return list(self.additional_properties.keys())
|
|
54
|
+
|
|
55
|
+
def __getitem__(self, key: str) -> Any:
|
|
56
|
+
return self.additional_properties[key]
|
|
57
|
+
|
|
58
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
59
|
+
self.additional_properties[key] = value
|
|
60
|
+
|
|
61
|
+
def __delitem__(self, key: str) -> None:
|
|
62
|
+
del self.additional_properties[key]
|
|
63
|
+
|
|
64
|
+
def __contains__(self, key: str) -> bool:
|
|
65
|
+
return key in self.additional_properties
|
waldur_api_client/models/marketplace_provider_offerings_list_course_accounts_retrieve_field_item.py
CHANGED
|
@@ -39,6 +39,7 @@ class MarketplaceProviderOfferingsListCourseAccountsRetrieveFieldItem(str, Enum)
|
|
|
39
39
|
PARENT_DESCRIPTION = "parent_description"
|
|
40
40
|
PARENT_NAME = "parent_name"
|
|
41
41
|
PARENT_UUID = "parent_uuid"
|
|
42
|
+
PARTITIONS = "partitions"
|
|
42
43
|
PAUSED_REASON = "paused_reason"
|
|
43
44
|
PLANS = "plans"
|
|
44
45
|
PLUGIN_OPTIONS = "plugin_options"
|
|
@@ -59,6 +60,7 @@ class MarketplaceProviderOfferingsListCourseAccountsRetrieveFieldItem(str, Enum)
|
|
|
59
60
|
SERVICE_ATTRIBUTES = "service_attributes"
|
|
60
61
|
SHARED = "shared"
|
|
61
62
|
SLUG = "slug"
|
|
63
|
+
SOFTWARE_CATALOGS = "software_catalogs"
|
|
62
64
|
STATE = "state"
|
|
63
65
|
THUMBNAIL = "thumbnail"
|
|
64
66
|
TOTAL_COST = "total_cost"
|
|
@@ -39,6 +39,7 @@ class MarketplaceProviderOfferingsListCustomerServiceAccountsRetrieveFieldItem(s
|
|
|
39
39
|
PARENT_DESCRIPTION = "parent_description"
|
|
40
40
|
PARENT_NAME = "parent_name"
|
|
41
41
|
PARENT_UUID = "parent_uuid"
|
|
42
|
+
PARTITIONS = "partitions"
|
|
42
43
|
PAUSED_REASON = "paused_reason"
|
|
43
44
|
PLANS = "plans"
|
|
44
45
|
PLUGIN_OPTIONS = "plugin_options"
|
|
@@ -59,6 +60,7 @@ class MarketplaceProviderOfferingsListCustomerServiceAccountsRetrieveFieldItem(s
|
|
|
59
60
|
SERVICE_ATTRIBUTES = "service_attributes"
|
|
60
61
|
SHARED = "shared"
|
|
61
62
|
SLUG = "slug"
|
|
63
|
+
SOFTWARE_CATALOGS = "software_catalogs"
|
|
62
64
|
STATE = "state"
|
|
63
65
|
THUMBNAIL = "thumbnail"
|
|
64
66
|
TOTAL_COST = "total_cost"
|
|
@@ -39,6 +39,7 @@ class MarketplaceProviderOfferingsListFieldItem(str, Enum):
|
|
|
39
39
|
PARENT_DESCRIPTION = "parent_description"
|
|
40
40
|
PARENT_NAME = "parent_name"
|
|
41
41
|
PARENT_UUID = "parent_uuid"
|
|
42
|
+
PARTITIONS = "partitions"
|
|
42
43
|
PAUSED_REASON = "paused_reason"
|
|
43
44
|
PLANS = "plans"
|
|
44
45
|
PLUGIN_OPTIONS = "plugin_options"
|
|
@@ -59,6 +60,7 @@ class MarketplaceProviderOfferingsListFieldItem(str, Enum):
|
|
|
59
60
|
SERVICE_ATTRIBUTES = "service_attributes"
|
|
60
61
|
SHARED = "shared"
|
|
61
62
|
SLUG = "slug"
|
|
63
|
+
SOFTWARE_CATALOGS = "software_catalogs"
|
|
62
64
|
STATE = "state"
|
|
63
65
|
THUMBNAIL = "thumbnail"
|
|
64
66
|
TOTAL_COST = "total_cost"
|
|
@@ -39,6 +39,7 @@ class MarketplaceProviderOfferingsListProjectServiceAccountsRetrieveFieldItem(st
|
|
|
39
39
|
PARENT_DESCRIPTION = "parent_description"
|
|
40
40
|
PARENT_NAME = "parent_name"
|
|
41
41
|
PARENT_UUID = "parent_uuid"
|
|
42
|
+
PARTITIONS = "partitions"
|
|
42
43
|
PAUSED_REASON = "paused_reason"
|
|
43
44
|
PLANS = "plans"
|
|
44
45
|
PLUGIN_OPTIONS = "plugin_options"
|
|
@@ -59,6 +60,7 @@ class MarketplaceProviderOfferingsListProjectServiceAccountsRetrieveFieldItem(st
|
|
|
59
60
|
SERVICE_ATTRIBUTES = "service_attributes"
|
|
60
61
|
SHARED = "shared"
|
|
61
62
|
SLUG = "slug"
|
|
63
|
+
SOFTWARE_CATALOGS = "software_catalogs"
|
|
62
64
|
STATE = "state"
|
|
63
65
|
THUMBNAIL = "thumbnail"
|
|
64
66
|
TOTAL_COST = "total_cost"
|
|
@@ -39,6 +39,7 @@ class MarketplaceProviderOfferingsRetrieveFieldItem(str, Enum):
|
|
|
39
39
|
PARENT_DESCRIPTION = "parent_description"
|
|
40
40
|
PARENT_NAME = "parent_name"
|
|
41
41
|
PARENT_UUID = "parent_uuid"
|
|
42
|
+
PARTITIONS = "partitions"
|
|
42
43
|
PAUSED_REASON = "paused_reason"
|
|
43
44
|
PLANS = "plans"
|
|
44
45
|
PLUGIN_OPTIONS = "plugin_options"
|
|
@@ -59,6 +60,7 @@ class MarketplaceProviderOfferingsRetrieveFieldItem(str, Enum):
|
|
|
59
60
|
SERVICE_ATTRIBUTES = "service_attributes"
|
|
60
61
|
SHARED = "shared"
|
|
61
62
|
SLUG = "slug"
|
|
63
|
+
SOFTWARE_CATALOGS = "software_catalogs"
|
|
62
64
|
STATE = "state"
|
|
63
65
|
THUMBNAIL = "thumbnail"
|
|
64
66
|
TOTAL_COST = "total_cost"
|
|
@@ -39,6 +39,7 @@ class MarketplaceProviderOfferingsStatsRetrieveFieldItem(str, Enum):
|
|
|
39
39
|
PARENT_DESCRIPTION = "parent_description"
|
|
40
40
|
PARENT_NAME = "parent_name"
|
|
41
41
|
PARENT_UUID = "parent_uuid"
|
|
42
|
+
PARTITIONS = "partitions"
|
|
42
43
|
PAUSED_REASON = "paused_reason"
|
|
43
44
|
PLANS = "plans"
|
|
44
45
|
PLUGIN_OPTIONS = "plugin_options"
|
|
@@ -59,6 +60,7 @@ class MarketplaceProviderOfferingsStatsRetrieveFieldItem(str, Enum):
|
|
|
59
60
|
SERVICE_ATTRIBUTES = "service_attributes"
|
|
60
61
|
SHARED = "shared"
|
|
61
62
|
SLUG = "slug"
|
|
63
|
+
SOFTWARE_CATALOGS = "software_catalogs"
|
|
62
64
|
STATE = "state"
|
|
63
65
|
THUMBNAIL = "thumbnail"
|
|
64
66
|
TOTAL_COST = "total_cost"
|
|
@@ -39,6 +39,7 @@ class MarketplaceProviderOfferingsUserHasResourceAccessRetrieveFieldItem(str, En
|
|
|
39
39
|
PARENT_DESCRIPTION = "parent_description"
|
|
40
40
|
PARENT_NAME = "parent_name"
|
|
41
41
|
PARENT_UUID = "parent_uuid"
|
|
42
|
+
PARTITIONS = "partitions"
|
|
42
43
|
PAUSED_REASON = "paused_reason"
|
|
43
44
|
PLANS = "plans"
|
|
44
45
|
PLUGIN_OPTIONS = "plugin_options"
|
|
@@ -59,6 +60,7 @@ class MarketplaceProviderOfferingsUserHasResourceAccessRetrieveFieldItem(str, En
|
|
|
59
60
|
SERVICE_ATTRIBUTES = "service_attributes"
|
|
60
61
|
SHARED = "shared"
|
|
61
62
|
SLUG = "slug"
|
|
63
|
+
SOFTWARE_CATALOGS = "software_catalogs"
|
|
62
64
|
STATE = "state"
|
|
63
65
|
THUMBNAIL = "thumbnail"
|
|
64
66
|
TOTAL_COST = "total_cost"
|
|
@@ -65,6 +65,7 @@ class MarketplaceProviderResourcesDetailsRetrieveFieldItem(str, Enum):
|
|
|
65
65
|
PROVIDER_NAME = "provider_name"
|
|
66
66
|
PROVIDER_SLUG = "provider_slug"
|
|
67
67
|
PROVIDER_UUID = "provider_uuid"
|
|
68
|
+
RENEWAL_DATE = "renewal_date"
|
|
68
69
|
REPORT = "report"
|
|
69
70
|
RESOURCE_TYPE = "resource_type"
|
|
70
71
|
RESOURCE_UUID = "resource_uuid"
|
|
@@ -65,6 +65,7 @@ class MarketplaceProviderResourcesListFieldItem(str, Enum):
|
|
|
65
65
|
PROVIDER_NAME = "provider_name"
|
|
66
66
|
PROVIDER_SLUG = "provider_slug"
|
|
67
67
|
PROVIDER_UUID = "provider_uuid"
|
|
68
|
+
RENEWAL_DATE = "renewal_date"
|
|
68
69
|
REPORT = "report"
|
|
69
70
|
RESOURCE_TYPE = "resource_type"
|
|
70
71
|
RESOURCE_UUID = "resource_uuid"
|
|
@@ -65,6 +65,7 @@ class MarketplaceProviderResourcesRetrieveFieldItem(str, Enum):
|
|
|
65
65
|
PROVIDER_NAME = "provider_name"
|
|
66
66
|
PROVIDER_SLUG = "provider_slug"
|
|
67
67
|
PROVIDER_UUID = "provider_uuid"
|
|
68
|
+
RENEWAL_DATE = "renewal_date"
|
|
68
69
|
REPORT = "report"
|
|
69
70
|
RESOURCE_TYPE = "resource_type"
|
|
70
71
|
RESOURCE_UUID = "resource_uuid"
|
|
@@ -38,6 +38,7 @@ class MarketplacePublicOfferingsListFieldItem(str, Enum):
|
|
|
38
38
|
PARENT_DESCRIPTION = "parent_description"
|
|
39
39
|
PARENT_NAME = "parent_name"
|
|
40
40
|
PARENT_UUID = "parent_uuid"
|
|
41
|
+
PARTITIONS = "partitions"
|
|
41
42
|
PAUSED_REASON = "paused_reason"
|
|
42
43
|
PLANS = "plans"
|
|
43
44
|
PLUGIN_OPTIONS = "plugin_options"
|
|
@@ -57,6 +58,7 @@ class MarketplacePublicOfferingsListFieldItem(str, Enum):
|
|
|
57
58
|
SCREENSHOTS = "screenshots"
|
|
58
59
|
SHARED = "shared"
|
|
59
60
|
SLUG = "slug"
|
|
61
|
+
SOFTWARE_CATALOGS = "software_catalogs"
|
|
60
62
|
STATE = "state"
|
|
61
63
|
THUMBNAIL = "thumbnail"
|
|
62
64
|
TOTAL_COST = "total_cost"
|
|
@@ -38,6 +38,7 @@ class MarketplacePublicOfferingsRetrieveFieldItem(str, Enum):
|
|
|
38
38
|
PARENT_DESCRIPTION = "parent_description"
|
|
39
39
|
PARENT_NAME = "parent_name"
|
|
40
40
|
PARENT_UUID = "parent_uuid"
|
|
41
|
+
PARTITIONS = "partitions"
|
|
41
42
|
PAUSED_REASON = "paused_reason"
|
|
42
43
|
PLANS = "plans"
|
|
43
44
|
PLUGIN_OPTIONS = "plugin_options"
|
|
@@ -57,6 +58,7 @@ class MarketplacePublicOfferingsRetrieveFieldItem(str, Enum):
|
|
|
57
58
|
SCREENSHOTS = "screenshots"
|
|
58
59
|
SHARED = "shared"
|
|
59
60
|
SLUG = "slug"
|
|
61
|
+
SOFTWARE_CATALOGS = "software_catalogs"
|
|
60
62
|
STATE = "state"
|
|
61
63
|
THUMBNAIL = "thumbnail"
|
|
62
64
|
TOTAL_COST = "total_cost"
|
|
@@ -65,6 +65,7 @@ class MarketplaceResourcesDetailsRetrieveFieldItem(str, Enum):
|
|
|
65
65
|
PROVIDER_NAME = "provider_name"
|
|
66
66
|
PROVIDER_SLUG = "provider_slug"
|
|
67
67
|
PROVIDER_UUID = "provider_uuid"
|
|
68
|
+
RENEWAL_DATE = "renewal_date"
|
|
68
69
|
REPORT = "report"
|
|
69
70
|
RESOURCE_TYPE = "resource_type"
|
|
70
71
|
RESOURCE_UUID = "resource_uuid"
|
|
@@ -65,6 +65,7 @@ class MarketplaceResourcesListFieldItem(str, Enum):
|
|
|
65
65
|
PROVIDER_NAME = "provider_name"
|
|
66
66
|
PROVIDER_SLUG = "provider_slug"
|
|
67
67
|
PROVIDER_UUID = "provider_uuid"
|
|
68
|
+
RENEWAL_DATE = "renewal_date"
|
|
68
69
|
REPORT = "report"
|
|
69
70
|
RESOURCE_TYPE = "resource_type"
|
|
70
71
|
RESOURCE_UUID = "resource_uuid"
|
|
@@ -65,6 +65,7 @@ class MarketplaceResourcesRetrieveFieldItem(str, Enum):
|
|
|
65
65
|
PROVIDER_NAME = "provider_name"
|
|
66
66
|
PROVIDER_SLUG = "provider_slug"
|
|
67
67
|
PROVIDER_UUID = "provider_uuid"
|
|
68
|
+
RENEWAL_DATE = "renewal_date"
|
|
68
69
|
REPORT = "report"
|
|
69
70
|
RESOURCE_TYPE = "resource_type"
|
|
70
71
|
RESOURCE_UUID = "resource_uuid"
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
from collections.abc import Mapping
|
|
2
|
+
from typing import Any, TypeVar, Union, cast
|
|
3
|
+
|
|
4
|
+
from attrs import define as _attrs_define
|
|
5
|
+
from attrs import field as _attrs_field
|
|
6
|
+
|
|
7
|
+
from ..types import UNSET, Unset
|
|
8
|
+
|
|
9
|
+
T = TypeVar("T", bound="MarketplaceServiceProvidersAddUserResponse400")
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
@_attrs_define
|
|
13
|
+
class MarketplaceServiceProvidersAddUserResponse400:
|
|
14
|
+
"""Validation error when trying to add user to terminated project
|
|
15
|
+
|
|
16
|
+
Example:
|
|
17
|
+
{'non_field_errors': ['Cannot manage team members for terminated projects.']}
|
|
18
|
+
|
|
19
|
+
Attributes:
|
|
20
|
+
non_field_errors (Union[Unset, list[str]]):
|
|
21
|
+
"""
|
|
22
|
+
|
|
23
|
+
non_field_errors: Union[Unset, list[str]] = UNSET
|
|
24
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
25
|
+
|
|
26
|
+
def to_dict(self) -> dict[str, Any]:
|
|
27
|
+
non_field_errors: Union[Unset, list[str]] = UNSET
|
|
28
|
+
if not isinstance(self.non_field_errors, Unset):
|
|
29
|
+
non_field_errors = self.non_field_errors
|
|
30
|
+
|
|
31
|
+
field_dict: dict[str, Any] = {}
|
|
32
|
+
field_dict.update(self.additional_properties)
|
|
33
|
+
field_dict.update({})
|
|
34
|
+
if non_field_errors is not UNSET:
|
|
35
|
+
field_dict["non_field_errors"] = non_field_errors
|
|
36
|
+
|
|
37
|
+
return field_dict
|
|
38
|
+
|
|
39
|
+
@classmethod
|
|
40
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
41
|
+
d = dict(src_dict)
|
|
42
|
+
non_field_errors = cast(list[str], d.pop("non_field_errors", UNSET))
|
|
43
|
+
|
|
44
|
+
marketplace_service_providers_add_user_response_400 = cls(
|
|
45
|
+
non_field_errors=non_field_errors,
|
|
46
|
+
)
|
|
47
|
+
|
|
48
|
+
marketplace_service_providers_add_user_response_400.additional_properties = d
|
|
49
|
+
return marketplace_service_providers_add_user_response_400
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
def additional_keys(self) -> list[str]:
|
|
53
|
+
return list(self.additional_properties.keys())
|
|
54
|
+
|
|
55
|
+
def __getitem__(self, key: str) -> Any:
|
|
56
|
+
return self.additional_properties[key]
|
|
57
|
+
|
|
58
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
59
|
+
self.additional_properties[key] = value
|
|
60
|
+
|
|
61
|
+
def __delitem__(self, key: str) -> None:
|
|
62
|
+
del self.additional_properties[key]
|
|
63
|
+
|
|
64
|
+
def __contains__(self, key: str) -> bool:
|
|
65
|
+
return key in self.additional_properties
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class MarketplaceSoftwareCatalogsCountOItem(str, Enum):
|
|
5
|
+
CREATED = "created"
|
|
6
|
+
MODIFIED = "modified"
|
|
7
|
+
NAME = "name"
|
|
8
|
+
VALUE_0 = "-created"
|
|
9
|
+
VALUE_1 = "-modified"
|
|
10
|
+
VALUE_2 = "-name"
|
|
11
|
+
VALUE_3 = "-version"
|
|
12
|
+
VERSION = "version"
|
|
13
|
+
|
|
14
|
+
def __str__(self) -> str:
|
|
15
|
+
return str(self.value)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class MarketplaceSoftwareCatalogsListOItem(str, Enum):
|
|
5
|
+
CREATED = "created"
|
|
6
|
+
MODIFIED = "modified"
|
|
7
|
+
NAME = "name"
|
|
8
|
+
VALUE_0 = "-created"
|
|
9
|
+
VALUE_1 = "-modified"
|
|
10
|
+
VALUE_2 = "-name"
|
|
11
|
+
VALUE_3 = "-version"
|
|
12
|
+
VERSION = "version"
|
|
13
|
+
|
|
14
|
+
def __str__(self) -> str:
|
|
15
|
+
return str(self.value)
|