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
|
@@ -49,6 +49,8 @@ class ConstanceSettingsRequestMultipart:
|
|
|
49
49
|
docs_url (Union[Unset, str]):
|
|
50
50
|
short_page_title (Union[Unset, str]):
|
|
51
51
|
full_page_title (Union[Unset, str]):
|
|
52
|
+
project_end_date_mandatory (Union[Unset, bool]):
|
|
53
|
+
enable_order_start_date (Union[Unset, bool]):
|
|
52
54
|
brand_color (Union[Unset, str]):
|
|
53
55
|
hero_link_label (Union[Unset, str]):
|
|
54
56
|
hero_link_url (Union[Unset, str]):
|
|
@@ -72,24 +74,25 @@ class ConstanceSettingsRequestMultipart:
|
|
|
72
74
|
waldur_support_enabled (Union[Unset, bool]):
|
|
73
75
|
waldur_support_active_backend_type (Union[Unset, str]):
|
|
74
76
|
waldur_support_display_request_type (Union[Unset, bool]):
|
|
75
|
-
atlassian_use_old_api (Union[Unset, bool]):
|
|
76
|
-
atlassian_use_teenage_api (Union[Unset, bool]):
|
|
77
|
-
atlassian_use_automatic_request_mapping (Union[Unset, bool]):
|
|
78
77
|
atlassian_map_waldur_users_to_servicedesk_agents (Union[Unset, bool]):
|
|
79
|
-
atlassian_strange_setting (Union[Unset, int]):
|
|
80
78
|
atlassian_api_url (Union[Unset, str]):
|
|
81
79
|
atlassian_username (Union[Unset, str]):
|
|
82
80
|
atlassian_password (Union[Unset, str]):
|
|
83
81
|
atlassian_email (Union[Unset, str]):
|
|
82
|
+
atlassian_use_old_api (Union[Unset, bool]):
|
|
84
83
|
atlassian_token (Union[Unset, str]):
|
|
84
|
+
atlassian_personal_access_token (Union[Unset, str]):
|
|
85
|
+
atlassian_oauth2_client_id (Union[Unset, str]):
|
|
86
|
+
atlassian_oauth2_access_token (Union[Unset, str]):
|
|
87
|
+
atlassian_oauth2_token_type (Union[Unset, str]):
|
|
85
88
|
atlassian_verify_ssl (Union[Unset, bool]):
|
|
86
89
|
atlassian_project_id (Union[Unset, str]):
|
|
87
90
|
atlassian_shared_username (Union[Unset, bool]):
|
|
88
91
|
atlassian_custom_issue_field_mapping_enabled (Union[Unset, bool]):
|
|
89
92
|
atlassian_default_offering_issue_type (Union[Unset, str]):
|
|
90
93
|
atlassian_excluded_attachment_types (Union[Unset, str]):
|
|
91
|
-
atlassian_pull_priorities (Union[Unset, bool]):
|
|
92
94
|
atlassian_issue_types (Union[Unset, str]):
|
|
95
|
+
atlassian_support_type_mapping (Union[Unset, str]):
|
|
93
96
|
atlassian_description_template (Union[Unset, str]):
|
|
94
97
|
atlassian_summary_template (Union[Unset, str]):
|
|
95
98
|
atlassian_affected_resource_field (Union[Unset, str]):
|
|
@@ -104,6 +107,7 @@ class ConstanceSettingsRequestMultipart:
|
|
|
104
107
|
atlassian_satisfaction_field (Union[Unset, str]):
|
|
105
108
|
atlassian_request_feedback_field (Union[Unset, str]):
|
|
106
109
|
atlassian_template_field (Union[Unset, str]):
|
|
110
|
+
atlassian_waldur_backend_id_field (Union[Unset, str]):
|
|
107
111
|
zammad_api_url (Union[Unset, str]):
|
|
108
112
|
zammad_token (Union[Unset, str]):
|
|
109
113
|
zammad_group (Union[Unset, str]):
|
|
@@ -151,6 +155,11 @@ class ConstanceSettingsRequestMultipart:
|
|
|
151
155
|
maintenance_announcement_notify_before_minutes (Union[Unset, int]):
|
|
152
156
|
maintenance_announcement_notify_system (Union[Unset, list[str]]):
|
|
153
157
|
enforce_user_consent_for_offerings (Union[Unset, bool]):
|
|
158
|
+
onboarding_verification_expiry_hours (Union[Unset, int]):
|
|
159
|
+
onboarding_ariregister_base_url (Union[Unset, str]):
|
|
160
|
+
onboarding_ariregister_username (Union[Unset, str]):
|
|
161
|
+
onboarding_ariregister_password (Union[Unset, str]):
|
|
162
|
+
onboarding_ariregister_timeout (Union[Unset, int]):
|
|
154
163
|
"""
|
|
155
164
|
|
|
156
165
|
site_name: Union[Unset, str] = UNSET
|
|
@@ -187,6 +196,8 @@ class ConstanceSettingsRequestMultipart:
|
|
|
187
196
|
docs_url: Union[Unset, str] = UNSET
|
|
188
197
|
short_page_title: Union[Unset, str] = UNSET
|
|
189
198
|
full_page_title: Union[Unset, str] = UNSET
|
|
199
|
+
project_end_date_mandatory: Union[Unset, bool] = UNSET
|
|
200
|
+
enable_order_start_date: Union[Unset, bool] = UNSET
|
|
190
201
|
brand_color: Union[Unset, str] = UNSET
|
|
191
202
|
hero_link_label: Union[Unset, str] = UNSET
|
|
192
203
|
hero_link_url: Union[Unset, str] = UNSET
|
|
@@ -210,24 +221,25 @@ class ConstanceSettingsRequestMultipart:
|
|
|
210
221
|
waldur_support_enabled: Union[Unset, bool] = UNSET
|
|
211
222
|
waldur_support_active_backend_type: Union[Unset, str] = UNSET
|
|
212
223
|
waldur_support_display_request_type: Union[Unset, bool] = UNSET
|
|
213
|
-
atlassian_use_old_api: Union[Unset, bool] = UNSET
|
|
214
|
-
atlassian_use_teenage_api: Union[Unset, bool] = UNSET
|
|
215
|
-
atlassian_use_automatic_request_mapping: Union[Unset, bool] = UNSET
|
|
216
224
|
atlassian_map_waldur_users_to_servicedesk_agents: Union[Unset, bool] = UNSET
|
|
217
|
-
atlassian_strange_setting: Union[Unset, int] = UNSET
|
|
218
225
|
atlassian_api_url: Union[Unset, str] = UNSET
|
|
219
226
|
atlassian_username: Union[Unset, str] = UNSET
|
|
220
227
|
atlassian_password: Union[Unset, str] = UNSET
|
|
221
228
|
atlassian_email: Union[Unset, str] = UNSET
|
|
229
|
+
atlassian_use_old_api: Union[Unset, bool] = UNSET
|
|
222
230
|
atlassian_token: Union[Unset, str] = UNSET
|
|
231
|
+
atlassian_personal_access_token: Union[Unset, str] = UNSET
|
|
232
|
+
atlassian_oauth2_client_id: Union[Unset, str] = UNSET
|
|
233
|
+
atlassian_oauth2_access_token: Union[Unset, str] = UNSET
|
|
234
|
+
atlassian_oauth2_token_type: Union[Unset, str] = UNSET
|
|
223
235
|
atlassian_verify_ssl: Union[Unset, bool] = UNSET
|
|
224
236
|
atlassian_project_id: Union[Unset, str] = UNSET
|
|
225
237
|
atlassian_shared_username: Union[Unset, bool] = UNSET
|
|
226
238
|
atlassian_custom_issue_field_mapping_enabled: Union[Unset, bool] = UNSET
|
|
227
239
|
atlassian_default_offering_issue_type: Union[Unset, str] = UNSET
|
|
228
240
|
atlassian_excluded_attachment_types: Union[Unset, str] = UNSET
|
|
229
|
-
atlassian_pull_priorities: Union[Unset, bool] = UNSET
|
|
230
241
|
atlassian_issue_types: Union[Unset, str] = UNSET
|
|
242
|
+
atlassian_support_type_mapping: Union[Unset, str] = UNSET
|
|
231
243
|
atlassian_description_template: Union[Unset, str] = UNSET
|
|
232
244
|
atlassian_summary_template: Union[Unset, str] = UNSET
|
|
233
245
|
atlassian_affected_resource_field: Union[Unset, str] = UNSET
|
|
@@ -242,6 +254,7 @@ class ConstanceSettingsRequestMultipart:
|
|
|
242
254
|
atlassian_satisfaction_field: Union[Unset, str] = UNSET
|
|
243
255
|
atlassian_request_feedback_field: Union[Unset, str] = UNSET
|
|
244
256
|
atlassian_template_field: Union[Unset, str] = UNSET
|
|
257
|
+
atlassian_waldur_backend_id_field: Union[Unset, str] = UNSET
|
|
245
258
|
zammad_api_url: Union[Unset, str] = UNSET
|
|
246
259
|
zammad_token: Union[Unset, str] = UNSET
|
|
247
260
|
zammad_group: Union[Unset, str] = UNSET
|
|
@@ -289,6 +302,11 @@ class ConstanceSettingsRequestMultipart:
|
|
|
289
302
|
maintenance_announcement_notify_before_minutes: Union[Unset, int] = UNSET
|
|
290
303
|
maintenance_announcement_notify_system: Union[Unset, list[str]] = UNSET
|
|
291
304
|
enforce_user_consent_for_offerings: Union[Unset, bool] = UNSET
|
|
305
|
+
onboarding_verification_expiry_hours: Union[Unset, int] = UNSET
|
|
306
|
+
onboarding_ariregister_base_url: Union[Unset, str] = UNSET
|
|
307
|
+
onboarding_ariregister_username: Union[Unset, str] = UNSET
|
|
308
|
+
onboarding_ariregister_password: Union[Unset, str] = UNSET
|
|
309
|
+
onboarding_ariregister_timeout: Union[Unset, int] = UNSET
|
|
292
310
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
293
311
|
|
|
294
312
|
def to_dict(self) -> dict[str, Any]:
|
|
@@ -360,6 +378,10 @@ class ConstanceSettingsRequestMultipart:
|
|
|
360
378
|
|
|
361
379
|
full_page_title = self.full_page_title
|
|
362
380
|
|
|
381
|
+
project_end_date_mandatory = self.project_end_date_mandatory
|
|
382
|
+
|
|
383
|
+
enable_order_start_date = self.enable_order_start_date
|
|
384
|
+
|
|
363
385
|
brand_color = self.brand_color
|
|
364
386
|
|
|
365
387
|
hero_link_label = self.hero_link_label
|
|
@@ -483,16 +505,8 @@ class ConstanceSettingsRequestMultipart:
|
|
|
483
505
|
|
|
484
506
|
waldur_support_display_request_type = self.waldur_support_display_request_type
|
|
485
507
|
|
|
486
|
-
atlassian_use_old_api = self.atlassian_use_old_api
|
|
487
|
-
|
|
488
|
-
atlassian_use_teenage_api = self.atlassian_use_teenage_api
|
|
489
|
-
|
|
490
|
-
atlassian_use_automatic_request_mapping = self.atlassian_use_automatic_request_mapping
|
|
491
|
-
|
|
492
508
|
atlassian_map_waldur_users_to_servicedesk_agents = self.atlassian_map_waldur_users_to_servicedesk_agents
|
|
493
509
|
|
|
494
|
-
atlassian_strange_setting = self.atlassian_strange_setting
|
|
495
|
-
|
|
496
510
|
atlassian_api_url = self.atlassian_api_url
|
|
497
511
|
|
|
498
512
|
atlassian_username = self.atlassian_username
|
|
@@ -501,8 +515,18 @@ class ConstanceSettingsRequestMultipart:
|
|
|
501
515
|
|
|
502
516
|
atlassian_email = self.atlassian_email
|
|
503
517
|
|
|
518
|
+
atlassian_use_old_api = self.atlassian_use_old_api
|
|
519
|
+
|
|
504
520
|
atlassian_token = self.atlassian_token
|
|
505
521
|
|
|
522
|
+
atlassian_personal_access_token = self.atlassian_personal_access_token
|
|
523
|
+
|
|
524
|
+
atlassian_oauth2_client_id = self.atlassian_oauth2_client_id
|
|
525
|
+
|
|
526
|
+
atlassian_oauth2_access_token = self.atlassian_oauth2_access_token
|
|
527
|
+
|
|
528
|
+
atlassian_oauth2_token_type = self.atlassian_oauth2_token_type
|
|
529
|
+
|
|
506
530
|
atlassian_verify_ssl = self.atlassian_verify_ssl
|
|
507
531
|
|
|
508
532
|
atlassian_project_id = self.atlassian_project_id
|
|
@@ -515,10 +539,10 @@ class ConstanceSettingsRequestMultipart:
|
|
|
515
539
|
|
|
516
540
|
atlassian_excluded_attachment_types = self.atlassian_excluded_attachment_types
|
|
517
541
|
|
|
518
|
-
atlassian_pull_priorities = self.atlassian_pull_priorities
|
|
519
|
-
|
|
520
542
|
atlassian_issue_types = self.atlassian_issue_types
|
|
521
543
|
|
|
544
|
+
atlassian_support_type_mapping = self.atlassian_support_type_mapping
|
|
545
|
+
|
|
522
546
|
atlassian_description_template = self.atlassian_description_template
|
|
523
547
|
|
|
524
548
|
atlassian_summary_template = self.atlassian_summary_template
|
|
@@ -547,6 +571,8 @@ class ConstanceSettingsRequestMultipart:
|
|
|
547
571
|
|
|
548
572
|
atlassian_template_field = self.atlassian_template_field
|
|
549
573
|
|
|
574
|
+
atlassian_waldur_backend_id_field = self.atlassian_waldur_backend_id_field
|
|
575
|
+
|
|
550
576
|
zammad_api_url = self.zammad_api_url
|
|
551
577
|
|
|
552
578
|
zammad_token = self.zammad_token
|
|
@@ -654,6 +680,16 @@ class ConstanceSettingsRequestMultipart:
|
|
|
654
680
|
|
|
655
681
|
enforce_user_consent_for_offerings = self.enforce_user_consent_for_offerings
|
|
656
682
|
|
|
683
|
+
onboarding_verification_expiry_hours = self.onboarding_verification_expiry_hours
|
|
684
|
+
|
|
685
|
+
onboarding_ariregister_base_url = self.onboarding_ariregister_base_url
|
|
686
|
+
|
|
687
|
+
onboarding_ariregister_username = self.onboarding_ariregister_username
|
|
688
|
+
|
|
689
|
+
onboarding_ariregister_password = self.onboarding_ariregister_password
|
|
690
|
+
|
|
691
|
+
onboarding_ariregister_timeout = self.onboarding_ariregister_timeout
|
|
692
|
+
|
|
657
693
|
field_dict: dict[str, Any] = {}
|
|
658
694
|
field_dict.update(self.additional_properties)
|
|
659
695
|
field_dict.update({})
|
|
@@ -727,6 +763,10 @@ class ConstanceSettingsRequestMultipart:
|
|
|
727
763
|
field_dict["SHORT_PAGE_TITLE"] = short_page_title
|
|
728
764
|
if full_page_title is not UNSET:
|
|
729
765
|
field_dict["FULL_PAGE_TITLE"] = full_page_title
|
|
766
|
+
if project_end_date_mandatory is not UNSET:
|
|
767
|
+
field_dict["PROJECT_END_DATE_MANDATORY"] = project_end_date_mandatory
|
|
768
|
+
if enable_order_start_date is not UNSET:
|
|
769
|
+
field_dict["ENABLE_ORDER_START_DATE"] = enable_order_start_date
|
|
730
770
|
if brand_color is not UNSET:
|
|
731
771
|
field_dict["BRAND_COLOR"] = brand_color
|
|
732
772
|
if hero_link_label is not UNSET:
|
|
@@ -773,18 +813,10 @@ class ConstanceSettingsRequestMultipart:
|
|
|
773
813
|
field_dict["WALDUR_SUPPORT_ACTIVE_BACKEND_TYPE"] = waldur_support_active_backend_type
|
|
774
814
|
if waldur_support_display_request_type is not UNSET:
|
|
775
815
|
field_dict["WALDUR_SUPPORT_DISPLAY_REQUEST_TYPE"] = waldur_support_display_request_type
|
|
776
|
-
if atlassian_use_old_api is not UNSET:
|
|
777
|
-
field_dict["ATLASSIAN_USE_OLD_API"] = atlassian_use_old_api
|
|
778
|
-
if atlassian_use_teenage_api is not UNSET:
|
|
779
|
-
field_dict["ATLASSIAN_USE_TEENAGE_API"] = atlassian_use_teenage_api
|
|
780
|
-
if atlassian_use_automatic_request_mapping is not UNSET:
|
|
781
|
-
field_dict["ATLASSIAN_USE_AUTOMATIC_REQUEST_MAPPING"] = atlassian_use_automatic_request_mapping
|
|
782
816
|
if atlassian_map_waldur_users_to_servicedesk_agents is not UNSET:
|
|
783
817
|
field_dict["ATLASSIAN_MAP_WALDUR_USERS_TO_SERVICEDESK_AGENTS"] = (
|
|
784
818
|
atlassian_map_waldur_users_to_servicedesk_agents
|
|
785
819
|
)
|
|
786
|
-
if atlassian_strange_setting is not UNSET:
|
|
787
|
-
field_dict["ATLASSIAN_STRANGE_SETTING"] = atlassian_strange_setting
|
|
788
820
|
if atlassian_api_url is not UNSET:
|
|
789
821
|
field_dict["ATLASSIAN_API_URL"] = atlassian_api_url
|
|
790
822
|
if atlassian_username is not UNSET:
|
|
@@ -793,8 +825,18 @@ class ConstanceSettingsRequestMultipart:
|
|
|
793
825
|
field_dict["ATLASSIAN_PASSWORD"] = atlassian_password
|
|
794
826
|
if atlassian_email is not UNSET:
|
|
795
827
|
field_dict["ATLASSIAN_EMAIL"] = atlassian_email
|
|
828
|
+
if atlassian_use_old_api is not UNSET:
|
|
829
|
+
field_dict["ATLASSIAN_USE_OLD_API"] = atlassian_use_old_api
|
|
796
830
|
if atlassian_token is not UNSET:
|
|
797
831
|
field_dict["ATLASSIAN_TOKEN"] = atlassian_token
|
|
832
|
+
if atlassian_personal_access_token is not UNSET:
|
|
833
|
+
field_dict["ATLASSIAN_PERSONAL_ACCESS_TOKEN"] = atlassian_personal_access_token
|
|
834
|
+
if atlassian_oauth2_client_id is not UNSET:
|
|
835
|
+
field_dict["ATLASSIAN_OAUTH2_CLIENT_ID"] = atlassian_oauth2_client_id
|
|
836
|
+
if atlassian_oauth2_access_token is not UNSET:
|
|
837
|
+
field_dict["ATLASSIAN_OAUTH2_ACCESS_TOKEN"] = atlassian_oauth2_access_token
|
|
838
|
+
if atlassian_oauth2_token_type is not UNSET:
|
|
839
|
+
field_dict["ATLASSIAN_OAUTH2_TOKEN_TYPE"] = atlassian_oauth2_token_type
|
|
798
840
|
if atlassian_verify_ssl is not UNSET:
|
|
799
841
|
field_dict["ATLASSIAN_VERIFY_SSL"] = atlassian_verify_ssl
|
|
800
842
|
if atlassian_project_id is not UNSET:
|
|
@@ -807,10 +849,10 @@ class ConstanceSettingsRequestMultipart:
|
|
|
807
849
|
field_dict["ATLASSIAN_DEFAULT_OFFERING_ISSUE_TYPE"] = atlassian_default_offering_issue_type
|
|
808
850
|
if atlassian_excluded_attachment_types is not UNSET:
|
|
809
851
|
field_dict["ATLASSIAN_EXCLUDED_ATTACHMENT_TYPES"] = atlassian_excluded_attachment_types
|
|
810
|
-
if atlassian_pull_priorities is not UNSET:
|
|
811
|
-
field_dict["ATLASSIAN_PULL_PRIORITIES"] = atlassian_pull_priorities
|
|
812
852
|
if atlassian_issue_types is not UNSET:
|
|
813
853
|
field_dict["ATLASSIAN_ISSUE_TYPES"] = atlassian_issue_types
|
|
854
|
+
if atlassian_support_type_mapping is not UNSET:
|
|
855
|
+
field_dict["ATLASSIAN_SUPPORT_TYPE_MAPPING"] = atlassian_support_type_mapping
|
|
814
856
|
if atlassian_description_template is not UNSET:
|
|
815
857
|
field_dict["ATLASSIAN_DESCRIPTION_TEMPLATE"] = atlassian_description_template
|
|
816
858
|
if atlassian_summary_template is not UNSET:
|
|
@@ -839,6 +881,8 @@ class ConstanceSettingsRequestMultipart:
|
|
|
839
881
|
field_dict["ATLASSIAN_REQUEST_FEEDBACK_FIELD"] = atlassian_request_feedback_field
|
|
840
882
|
if atlassian_template_field is not UNSET:
|
|
841
883
|
field_dict["ATLASSIAN_TEMPLATE_FIELD"] = atlassian_template_field
|
|
884
|
+
if atlassian_waldur_backend_id_field is not UNSET:
|
|
885
|
+
field_dict["ATLASSIAN_WALDUR_BACKEND_ID_FIELD"] = atlassian_waldur_backend_id_field
|
|
842
886
|
if zammad_api_url is not UNSET:
|
|
843
887
|
field_dict["ZAMMAD_API_URL"] = zammad_api_url
|
|
844
888
|
if zammad_token is not UNSET:
|
|
@@ -935,6 +979,16 @@ class ConstanceSettingsRequestMultipart:
|
|
|
935
979
|
field_dict["MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM"] = maintenance_announcement_notify_system
|
|
936
980
|
if enforce_user_consent_for_offerings is not UNSET:
|
|
937
981
|
field_dict["ENFORCE_USER_CONSENT_FOR_OFFERINGS"] = enforce_user_consent_for_offerings
|
|
982
|
+
if onboarding_verification_expiry_hours is not UNSET:
|
|
983
|
+
field_dict["ONBOARDING_VERIFICATION_EXPIRY_HOURS"] = onboarding_verification_expiry_hours
|
|
984
|
+
if onboarding_ariregister_base_url is not UNSET:
|
|
985
|
+
field_dict["ONBOARDING_ARIREGISTER_BASE_URL"] = onboarding_ariregister_base_url
|
|
986
|
+
if onboarding_ariregister_username is not UNSET:
|
|
987
|
+
field_dict["ONBOARDING_ARIREGISTER_USERNAME"] = onboarding_ariregister_username
|
|
988
|
+
if onboarding_ariregister_password is not UNSET:
|
|
989
|
+
field_dict["ONBOARDING_ARIREGISTER_PASSWORD"] = onboarding_ariregister_password
|
|
990
|
+
if onboarding_ariregister_timeout is not UNSET:
|
|
991
|
+
field_dict["ONBOARDING_ARIREGISTER_TIMEOUT"] = onboarding_ariregister_timeout
|
|
938
992
|
|
|
939
993
|
return field_dict
|
|
940
994
|
|
|
@@ -1081,6 +1135,14 @@ class ConstanceSettingsRequestMultipart:
|
|
|
1081
1135
|
if not isinstance(self.full_page_title, Unset):
|
|
1082
1136
|
files.append(("FULL_PAGE_TITLE", (None, str(self.full_page_title).encode(), "text/plain")))
|
|
1083
1137
|
|
|
1138
|
+
if not isinstance(self.project_end_date_mandatory, Unset):
|
|
1139
|
+
files.append(
|
|
1140
|
+
("PROJECT_END_DATE_MANDATORY", (None, str(self.project_end_date_mandatory).encode(), "text/plain"))
|
|
1141
|
+
)
|
|
1142
|
+
|
|
1143
|
+
if not isinstance(self.enable_order_start_date, Unset):
|
|
1144
|
+
files.append(("ENABLE_ORDER_START_DATE", (None, str(self.enable_order_start_date).encode(), "text/plain")))
|
|
1145
|
+
|
|
1084
1146
|
if not isinstance(self.brand_color, Unset):
|
|
1085
1147
|
files.append(("BRAND_COLOR", (None, str(self.brand_color).encode(), "text/plain")))
|
|
1086
1148
|
|
|
@@ -1199,22 +1261,6 @@ class ConstanceSettingsRequestMultipart:
|
|
|
1199
1261
|
)
|
|
1200
1262
|
)
|
|
1201
1263
|
|
|
1202
|
-
if not isinstance(self.atlassian_use_old_api, Unset):
|
|
1203
|
-
files.append(("ATLASSIAN_USE_OLD_API", (None, str(self.atlassian_use_old_api).encode(), "text/plain")))
|
|
1204
|
-
|
|
1205
|
-
if not isinstance(self.atlassian_use_teenage_api, Unset):
|
|
1206
|
-
files.append(
|
|
1207
|
-
("ATLASSIAN_USE_TEENAGE_API", (None, str(self.atlassian_use_teenage_api).encode(), "text/plain"))
|
|
1208
|
-
)
|
|
1209
|
-
|
|
1210
|
-
if not isinstance(self.atlassian_use_automatic_request_mapping, Unset):
|
|
1211
|
-
files.append(
|
|
1212
|
-
(
|
|
1213
|
-
"ATLASSIAN_USE_AUTOMATIC_REQUEST_MAPPING",
|
|
1214
|
-
(None, str(self.atlassian_use_automatic_request_mapping).encode(), "text/plain"),
|
|
1215
|
-
)
|
|
1216
|
-
)
|
|
1217
|
-
|
|
1218
1264
|
if not isinstance(self.atlassian_map_waldur_users_to_servicedesk_agents, Unset):
|
|
1219
1265
|
files.append(
|
|
1220
1266
|
(
|
|
@@ -1223,11 +1269,6 @@ class ConstanceSettingsRequestMultipart:
|
|
|
1223
1269
|
)
|
|
1224
1270
|
)
|
|
1225
1271
|
|
|
1226
|
-
if not isinstance(self.atlassian_strange_setting, Unset):
|
|
1227
|
-
files.append(
|
|
1228
|
-
("ATLASSIAN_STRANGE_SETTING", (None, str(self.atlassian_strange_setting).encode(), "text/plain"))
|
|
1229
|
-
)
|
|
1230
|
-
|
|
1231
1272
|
if not isinstance(self.atlassian_api_url, Unset):
|
|
1232
1273
|
files.append(("ATLASSIAN_API_URL", (None, str(self.atlassian_api_url).encode(), "text/plain")))
|
|
1233
1274
|
|
|
@@ -1240,9 +1281,38 @@ class ConstanceSettingsRequestMultipart:
|
|
|
1240
1281
|
if not isinstance(self.atlassian_email, Unset):
|
|
1241
1282
|
files.append(("ATLASSIAN_EMAIL", (None, str(self.atlassian_email).encode(), "text/plain")))
|
|
1242
1283
|
|
|
1284
|
+
if not isinstance(self.atlassian_use_old_api, Unset):
|
|
1285
|
+
files.append(("ATLASSIAN_USE_OLD_API", (None, str(self.atlassian_use_old_api).encode(), "text/plain")))
|
|
1286
|
+
|
|
1243
1287
|
if not isinstance(self.atlassian_token, Unset):
|
|
1244
1288
|
files.append(("ATLASSIAN_TOKEN", (None, str(self.atlassian_token).encode(), "text/plain")))
|
|
1245
1289
|
|
|
1290
|
+
if not isinstance(self.atlassian_personal_access_token, Unset):
|
|
1291
|
+
files.append(
|
|
1292
|
+
(
|
|
1293
|
+
"ATLASSIAN_PERSONAL_ACCESS_TOKEN",
|
|
1294
|
+
(None, str(self.atlassian_personal_access_token).encode(), "text/plain"),
|
|
1295
|
+
)
|
|
1296
|
+
)
|
|
1297
|
+
|
|
1298
|
+
if not isinstance(self.atlassian_oauth2_client_id, Unset):
|
|
1299
|
+
files.append(
|
|
1300
|
+
("ATLASSIAN_OAUTH2_CLIENT_ID", (None, str(self.atlassian_oauth2_client_id).encode(), "text/plain"))
|
|
1301
|
+
)
|
|
1302
|
+
|
|
1303
|
+
if not isinstance(self.atlassian_oauth2_access_token, Unset):
|
|
1304
|
+
files.append(
|
|
1305
|
+
(
|
|
1306
|
+
"ATLASSIAN_OAUTH2_ACCESS_TOKEN",
|
|
1307
|
+
(None, str(self.atlassian_oauth2_access_token).encode(), "text/plain"),
|
|
1308
|
+
)
|
|
1309
|
+
)
|
|
1310
|
+
|
|
1311
|
+
if not isinstance(self.atlassian_oauth2_token_type, Unset):
|
|
1312
|
+
files.append(
|
|
1313
|
+
("ATLASSIAN_OAUTH2_TOKEN_TYPE", (None, str(self.atlassian_oauth2_token_type).encode(), "text/plain"))
|
|
1314
|
+
)
|
|
1315
|
+
|
|
1246
1316
|
if not isinstance(self.atlassian_verify_ssl, Unset):
|
|
1247
1317
|
files.append(("ATLASSIAN_VERIFY_SSL", (None, str(self.atlassian_verify_ssl).encode(), "text/plain")))
|
|
1248
1318
|
|
|
@@ -1278,14 +1348,17 @@ class ConstanceSettingsRequestMultipart:
|
|
|
1278
1348
|
)
|
|
1279
1349
|
)
|
|
1280
1350
|
|
|
1281
|
-
if not isinstance(self.atlassian_pull_priorities, Unset):
|
|
1282
|
-
files.append(
|
|
1283
|
-
("ATLASSIAN_PULL_PRIORITIES", (None, str(self.atlassian_pull_priorities).encode(), "text/plain"))
|
|
1284
|
-
)
|
|
1285
|
-
|
|
1286
1351
|
if not isinstance(self.atlassian_issue_types, Unset):
|
|
1287
1352
|
files.append(("ATLASSIAN_ISSUE_TYPES", (None, str(self.atlassian_issue_types).encode(), "text/plain")))
|
|
1288
1353
|
|
|
1354
|
+
if not isinstance(self.atlassian_support_type_mapping, Unset):
|
|
1355
|
+
files.append(
|
|
1356
|
+
(
|
|
1357
|
+
"ATLASSIAN_SUPPORT_TYPE_MAPPING",
|
|
1358
|
+
(None, str(self.atlassian_support_type_mapping).encode(), "text/plain"),
|
|
1359
|
+
)
|
|
1360
|
+
)
|
|
1361
|
+
|
|
1289
1362
|
if not isinstance(self.atlassian_description_template, Unset):
|
|
1290
1363
|
files.append(
|
|
1291
1364
|
(
|
|
@@ -1360,6 +1433,14 @@ class ConstanceSettingsRequestMultipart:
|
|
|
1360
1433
|
("ATLASSIAN_TEMPLATE_FIELD", (None, str(self.atlassian_template_field).encode(), "text/plain"))
|
|
1361
1434
|
)
|
|
1362
1435
|
|
|
1436
|
+
if not isinstance(self.atlassian_waldur_backend_id_field, Unset):
|
|
1437
|
+
files.append(
|
|
1438
|
+
(
|
|
1439
|
+
"ATLASSIAN_WALDUR_BACKEND_ID_FIELD",
|
|
1440
|
+
(None, str(self.atlassian_waldur_backend_id_field).encode(), "text/plain"),
|
|
1441
|
+
)
|
|
1442
|
+
)
|
|
1443
|
+
|
|
1363
1444
|
if not isinstance(self.zammad_api_url, Unset):
|
|
1364
1445
|
files.append(("ZAMMAD_API_URL", (None, str(self.zammad_api_url).encode(), "text/plain")))
|
|
1365
1446
|
|
|
@@ -1564,6 +1645,46 @@ class ConstanceSettingsRequestMultipart:
|
|
|
1564
1645
|
)
|
|
1565
1646
|
)
|
|
1566
1647
|
|
|
1648
|
+
if not isinstance(self.onboarding_verification_expiry_hours, Unset):
|
|
1649
|
+
files.append(
|
|
1650
|
+
(
|
|
1651
|
+
"ONBOARDING_VERIFICATION_EXPIRY_HOURS",
|
|
1652
|
+
(None, str(self.onboarding_verification_expiry_hours).encode(), "text/plain"),
|
|
1653
|
+
)
|
|
1654
|
+
)
|
|
1655
|
+
|
|
1656
|
+
if not isinstance(self.onboarding_ariregister_base_url, Unset):
|
|
1657
|
+
files.append(
|
|
1658
|
+
(
|
|
1659
|
+
"ONBOARDING_ARIREGISTER_BASE_URL",
|
|
1660
|
+
(None, str(self.onboarding_ariregister_base_url).encode(), "text/plain"),
|
|
1661
|
+
)
|
|
1662
|
+
)
|
|
1663
|
+
|
|
1664
|
+
if not isinstance(self.onboarding_ariregister_username, Unset):
|
|
1665
|
+
files.append(
|
|
1666
|
+
(
|
|
1667
|
+
"ONBOARDING_ARIREGISTER_USERNAME",
|
|
1668
|
+
(None, str(self.onboarding_ariregister_username).encode(), "text/plain"),
|
|
1669
|
+
)
|
|
1670
|
+
)
|
|
1671
|
+
|
|
1672
|
+
if not isinstance(self.onboarding_ariregister_password, Unset):
|
|
1673
|
+
files.append(
|
|
1674
|
+
(
|
|
1675
|
+
"ONBOARDING_ARIREGISTER_PASSWORD",
|
|
1676
|
+
(None, str(self.onboarding_ariregister_password).encode(), "text/plain"),
|
|
1677
|
+
)
|
|
1678
|
+
)
|
|
1679
|
+
|
|
1680
|
+
if not isinstance(self.onboarding_ariregister_timeout, Unset):
|
|
1681
|
+
files.append(
|
|
1682
|
+
(
|
|
1683
|
+
"ONBOARDING_ARIREGISTER_TIMEOUT",
|
|
1684
|
+
(None, str(self.onboarding_ariregister_timeout).encode(), "text/plain"),
|
|
1685
|
+
)
|
|
1686
|
+
)
|
|
1687
|
+
|
|
1567
1688
|
for prop_name, prop in self.additional_properties.items():
|
|
1568
1689
|
files.append((prop_name, (None, str(prop).encode(), "text/plain")))
|
|
1569
1690
|
|
|
@@ -1642,6 +1763,10 @@ class ConstanceSettingsRequestMultipart:
|
|
|
1642
1763
|
|
|
1643
1764
|
full_page_title = d.pop("FULL_PAGE_TITLE", UNSET)
|
|
1644
1765
|
|
|
1766
|
+
project_end_date_mandatory = d.pop("PROJECT_END_DATE_MANDATORY", UNSET)
|
|
1767
|
+
|
|
1768
|
+
enable_order_start_date = d.pop("ENABLE_ORDER_START_DATE", UNSET)
|
|
1769
|
+
|
|
1645
1770
|
brand_color = d.pop("BRAND_COLOR", UNSET)
|
|
1646
1771
|
|
|
1647
1772
|
hero_link_label = d.pop("HERO_LINK_LABEL", UNSET)
|
|
@@ -1853,18 +1978,10 @@ class ConstanceSettingsRequestMultipart:
|
|
|
1853
1978
|
|
|
1854
1979
|
waldur_support_display_request_type = d.pop("WALDUR_SUPPORT_DISPLAY_REQUEST_TYPE", UNSET)
|
|
1855
1980
|
|
|
1856
|
-
atlassian_use_old_api = d.pop("ATLASSIAN_USE_OLD_API", UNSET)
|
|
1857
|
-
|
|
1858
|
-
atlassian_use_teenage_api = d.pop("ATLASSIAN_USE_TEENAGE_API", UNSET)
|
|
1859
|
-
|
|
1860
|
-
atlassian_use_automatic_request_mapping = d.pop("ATLASSIAN_USE_AUTOMATIC_REQUEST_MAPPING", UNSET)
|
|
1861
|
-
|
|
1862
1981
|
atlassian_map_waldur_users_to_servicedesk_agents = d.pop(
|
|
1863
1982
|
"ATLASSIAN_MAP_WALDUR_USERS_TO_SERVICEDESK_AGENTS", UNSET
|
|
1864
1983
|
)
|
|
1865
1984
|
|
|
1866
|
-
atlassian_strange_setting = d.pop("ATLASSIAN_STRANGE_SETTING", UNSET)
|
|
1867
|
-
|
|
1868
1985
|
atlassian_api_url = d.pop("ATLASSIAN_API_URL", UNSET)
|
|
1869
1986
|
|
|
1870
1987
|
atlassian_username = d.pop("ATLASSIAN_USERNAME", UNSET)
|
|
@@ -1873,8 +1990,18 @@ class ConstanceSettingsRequestMultipart:
|
|
|
1873
1990
|
|
|
1874
1991
|
atlassian_email = d.pop("ATLASSIAN_EMAIL", UNSET)
|
|
1875
1992
|
|
|
1993
|
+
atlassian_use_old_api = d.pop("ATLASSIAN_USE_OLD_API", UNSET)
|
|
1994
|
+
|
|
1876
1995
|
atlassian_token = d.pop("ATLASSIAN_TOKEN", UNSET)
|
|
1877
1996
|
|
|
1997
|
+
atlassian_personal_access_token = d.pop("ATLASSIAN_PERSONAL_ACCESS_TOKEN", UNSET)
|
|
1998
|
+
|
|
1999
|
+
atlassian_oauth2_client_id = d.pop("ATLASSIAN_OAUTH2_CLIENT_ID", UNSET)
|
|
2000
|
+
|
|
2001
|
+
atlassian_oauth2_access_token = d.pop("ATLASSIAN_OAUTH2_ACCESS_TOKEN", UNSET)
|
|
2002
|
+
|
|
2003
|
+
atlassian_oauth2_token_type = d.pop("ATLASSIAN_OAUTH2_TOKEN_TYPE", UNSET)
|
|
2004
|
+
|
|
1878
2005
|
atlassian_verify_ssl = d.pop("ATLASSIAN_VERIFY_SSL", UNSET)
|
|
1879
2006
|
|
|
1880
2007
|
atlassian_project_id = d.pop("ATLASSIAN_PROJECT_ID", UNSET)
|
|
@@ -1887,10 +2014,10 @@ class ConstanceSettingsRequestMultipart:
|
|
|
1887
2014
|
|
|
1888
2015
|
atlassian_excluded_attachment_types = d.pop("ATLASSIAN_EXCLUDED_ATTACHMENT_TYPES", UNSET)
|
|
1889
2016
|
|
|
1890
|
-
atlassian_pull_priorities = d.pop("ATLASSIAN_PULL_PRIORITIES", UNSET)
|
|
1891
|
-
|
|
1892
2017
|
atlassian_issue_types = d.pop("ATLASSIAN_ISSUE_TYPES", UNSET)
|
|
1893
2018
|
|
|
2019
|
+
atlassian_support_type_mapping = d.pop("ATLASSIAN_SUPPORT_TYPE_MAPPING", UNSET)
|
|
2020
|
+
|
|
1894
2021
|
atlassian_description_template = d.pop("ATLASSIAN_DESCRIPTION_TEMPLATE", UNSET)
|
|
1895
2022
|
|
|
1896
2023
|
atlassian_summary_template = d.pop("ATLASSIAN_SUMMARY_TEMPLATE", UNSET)
|
|
@@ -1919,6 +2046,8 @@ class ConstanceSettingsRequestMultipart:
|
|
|
1919
2046
|
|
|
1920
2047
|
atlassian_template_field = d.pop("ATLASSIAN_TEMPLATE_FIELD", UNSET)
|
|
1921
2048
|
|
|
2049
|
+
atlassian_waldur_backend_id_field = d.pop("ATLASSIAN_WALDUR_BACKEND_ID_FIELD", UNSET)
|
|
2050
|
+
|
|
1922
2051
|
zammad_api_url = d.pop("ZAMMAD_API_URL", UNSET)
|
|
1923
2052
|
|
|
1924
2053
|
zammad_token = d.pop("ZAMMAD_TOKEN", UNSET)
|
|
@@ -2028,6 +2157,16 @@ class ConstanceSettingsRequestMultipart:
|
|
|
2028
2157
|
|
|
2029
2158
|
enforce_user_consent_for_offerings = d.pop("ENFORCE_USER_CONSENT_FOR_OFFERINGS", UNSET)
|
|
2030
2159
|
|
|
2160
|
+
onboarding_verification_expiry_hours = d.pop("ONBOARDING_VERIFICATION_EXPIRY_HOURS", UNSET)
|
|
2161
|
+
|
|
2162
|
+
onboarding_ariregister_base_url = d.pop("ONBOARDING_ARIREGISTER_BASE_URL", UNSET)
|
|
2163
|
+
|
|
2164
|
+
onboarding_ariregister_username = d.pop("ONBOARDING_ARIREGISTER_USERNAME", UNSET)
|
|
2165
|
+
|
|
2166
|
+
onboarding_ariregister_password = d.pop("ONBOARDING_ARIREGISTER_PASSWORD", UNSET)
|
|
2167
|
+
|
|
2168
|
+
onboarding_ariregister_timeout = d.pop("ONBOARDING_ARIREGISTER_TIMEOUT", UNSET)
|
|
2169
|
+
|
|
2031
2170
|
constance_settings_request_multipart = cls(
|
|
2032
2171
|
site_name=site_name,
|
|
2033
2172
|
site_description=site_description,
|
|
@@ -2063,6 +2202,8 @@ class ConstanceSettingsRequestMultipart:
|
|
|
2063
2202
|
docs_url=docs_url,
|
|
2064
2203
|
short_page_title=short_page_title,
|
|
2065
2204
|
full_page_title=full_page_title,
|
|
2205
|
+
project_end_date_mandatory=project_end_date_mandatory,
|
|
2206
|
+
enable_order_start_date=enable_order_start_date,
|
|
2066
2207
|
brand_color=brand_color,
|
|
2067
2208
|
hero_link_label=hero_link_label,
|
|
2068
2209
|
hero_link_url=hero_link_url,
|
|
@@ -2086,24 +2227,25 @@ class ConstanceSettingsRequestMultipart:
|
|
|
2086
2227
|
waldur_support_enabled=waldur_support_enabled,
|
|
2087
2228
|
waldur_support_active_backend_type=waldur_support_active_backend_type,
|
|
2088
2229
|
waldur_support_display_request_type=waldur_support_display_request_type,
|
|
2089
|
-
atlassian_use_old_api=atlassian_use_old_api,
|
|
2090
|
-
atlassian_use_teenage_api=atlassian_use_teenage_api,
|
|
2091
|
-
atlassian_use_automatic_request_mapping=atlassian_use_automatic_request_mapping,
|
|
2092
2230
|
atlassian_map_waldur_users_to_servicedesk_agents=atlassian_map_waldur_users_to_servicedesk_agents,
|
|
2093
|
-
atlassian_strange_setting=atlassian_strange_setting,
|
|
2094
2231
|
atlassian_api_url=atlassian_api_url,
|
|
2095
2232
|
atlassian_username=atlassian_username,
|
|
2096
2233
|
atlassian_password=atlassian_password,
|
|
2097
2234
|
atlassian_email=atlassian_email,
|
|
2235
|
+
atlassian_use_old_api=atlassian_use_old_api,
|
|
2098
2236
|
atlassian_token=atlassian_token,
|
|
2237
|
+
atlassian_personal_access_token=atlassian_personal_access_token,
|
|
2238
|
+
atlassian_oauth2_client_id=atlassian_oauth2_client_id,
|
|
2239
|
+
atlassian_oauth2_access_token=atlassian_oauth2_access_token,
|
|
2240
|
+
atlassian_oauth2_token_type=atlassian_oauth2_token_type,
|
|
2099
2241
|
atlassian_verify_ssl=atlassian_verify_ssl,
|
|
2100
2242
|
atlassian_project_id=atlassian_project_id,
|
|
2101
2243
|
atlassian_shared_username=atlassian_shared_username,
|
|
2102
2244
|
atlassian_custom_issue_field_mapping_enabled=atlassian_custom_issue_field_mapping_enabled,
|
|
2103
2245
|
atlassian_default_offering_issue_type=atlassian_default_offering_issue_type,
|
|
2104
2246
|
atlassian_excluded_attachment_types=atlassian_excluded_attachment_types,
|
|
2105
|
-
atlassian_pull_priorities=atlassian_pull_priorities,
|
|
2106
2247
|
atlassian_issue_types=atlassian_issue_types,
|
|
2248
|
+
atlassian_support_type_mapping=atlassian_support_type_mapping,
|
|
2107
2249
|
atlassian_description_template=atlassian_description_template,
|
|
2108
2250
|
atlassian_summary_template=atlassian_summary_template,
|
|
2109
2251
|
atlassian_affected_resource_field=atlassian_affected_resource_field,
|
|
@@ -2118,6 +2260,7 @@ class ConstanceSettingsRequestMultipart:
|
|
|
2118
2260
|
atlassian_satisfaction_field=atlassian_satisfaction_field,
|
|
2119
2261
|
atlassian_request_feedback_field=atlassian_request_feedback_field,
|
|
2120
2262
|
atlassian_template_field=atlassian_template_field,
|
|
2263
|
+
atlassian_waldur_backend_id_field=atlassian_waldur_backend_id_field,
|
|
2121
2264
|
zammad_api_url=zammad_api_url,
|
|
2122
2265
|
zammad_token=zammad_token,
|
|
2123
2266
|
zammad_group=zammad_group,
|
|
@@ -2165,6 +2308,11 @@ class ConstanceSettingsRequestMultipart:
|
|
|
2165
2308
|
maintenance_announcement_notify_before_minutes=maintenance_announcement_notify_before_minutes,
|
|
2166
2309
|
maintenance_announcement_notify_system=maintenance_announcement_notify_system,
|
|
2167
2310
|
enforce_user_consent_for_offerings=enforce_user_consent_for_offerings,
|
|
2311
|
+
onboarding_verification_expiry_hours=onboarding_verification_expiry_hours,
|
|
2312
|
+
onboarding_ariregister_base_url=onboarding_ariregister_base_url,
|
|
2313
|
+
onboarding_ariregister_username=onboarding_ariregister_username,
|
|
2314
|
+
onboarding_ariregister_password=onboarding_ariregister_password,
|
|
2315
|
+
onboarding_ariregister_timeout=onboarding_ariregister_timeout,
|
|
2168
2316
|
)
|
|
2169
2317
|
|
|
2170
2318
|
constance_settings_request_multipart.additional_properties = d
|
|
@@ -35,6 +35,7 @@ class Customer:
|
|
|
35
35
|
image (Union[None, Unset, str]):
|
|
36
36
|
blocked (Union[Unset, bool]):
|
|
37
37
|
archived (Union[Unset, bool]):
|
|
38
|
+
display_billing_info_in_projects (Union[Unset, bool]):
|
|
38
39
|
default_tax_percent (Union[Unset, str]):
|
|
39
40
|
accounting_start_date (Union[Unset, datetime.datetime]):
|
|
40
41
|
projects_count (Union[Unset, int]):
|
|
@@ -86,6 +87,7 @@ class Customer:
|
|
|
86
87
|
image: Union[None, Unset, str] = UNSET
|
|
87
88
|
blocked: Union[Unset, bool] = UNSET
|
|
88
89
|
archived: Union[Unset, bool] = UNSET
|
|
90
|
+
display_billing_info_in_projects: Union[Unset, bool] = UNSET
|
|
89
91
|
default_tax_percent: Union[Unset, str] = UNSET
|
|
90
92
|
accounting_start_date: Union[Unset, datetime.datetime] = UNSET
|
|
91
93
|
projects_count: Union[Unset, int] = UNSET
|
|
@@ -165,6 +167,8 @@ class Customer:
|
|
|
165
167
|
|
|
166
168
|
archived = self.archived
|
|
167
169
|
|
|
170
|
+
display_billing_info_in_projects = self.display_billing_info_in_projects
|
|
171
|
+
|
|
168
172
|
default_tax_percent = self.default_tax_percent
|
|
169
173
|
|
|
170
174
|
accounting_start_date: Union[Unset, str] = UNSET
|
|
@@ -323,6 +327,8 @@ class Customer:
|
|
|
323
327
|
field_dict["blocked"] = blocked
|
|
324
328
|
if archived is not UNSET:
|
|
325
329
|
field_dict["archived"] = archived
|
|
330
|
+
if display_billing_info_in_projects is not UNSET:
|
|
331
|
+
field_dict["display_billing_info_in_projects"] = display_billing_info_in_projects
|
|
326
332
|
if default_tax_percent is not UNSET:
|
|
327
333
|
field_dict["default_tax_percent"] = default_tax_percent
|
|
328
334
|
if accounting_start_date is not UNSET:
|
|
@@ -457,6 +463,8 @@ class Customer:
|
|
|
457
463
|
|
|
458
464
|
archived = d.pop("archived", UNSET)
|
|
459
465
|
|
|
466
|
+
display_billing_info_in_projects = d.pop("display_billing_info_in_projects", UNSET)
|
|
467
|
+
|
|
460
468
|
default_tax_percent = d.pop("default_tax_percent", UNSET)
|
|
461
469
|
|
|
462
470
|
_accounting_start_date = d.pop("accounting_start_date", UNSET)
|
|
@@ -664,6 +672,7 @@ class Customer:
|
|
|
664
672
|
image=image,
|
|
665
673
|
blocked=blocked,
|
|
666
674
|
archived=archived,
|
|
675
|
+
display_billing_info_in_projects=display_billing_info_in_projects,
|
|
667
676
|
default_tax_percent=default_tax_percent,
|
|
668
677
|
accounting_start_date=accounting_start_date,
|
|
669
678
|
projects_count=projects_count,
|