waldur-api-client 7.8.3__py3-none-any.whl → 7.8.4__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/booking_resources/booking_resources_count.py +18 -0
- waldur_api_client/api/booking_resources/booking_resources_list.py +18 -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_provider_offerings/marketplace_provider_offerings_tos_stats_retrieve.py +146 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +18 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +18 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_update_options.py +168 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +18 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +18 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_renew.py +166 -0
- waldur_api_client/api/marketplace_service_providers/service_provider_checklists_summary.py +189 -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_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_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_checklist_template_count.py +125 -0
- waldur_api_client/api/projects/projects_checklist_template_retrieve.py +126 -0
- 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_offerings_list.py +15 -0
- waldur_api_client/models/__init__.py +62 -4
- waldur_api_client/models/booking_resource.py +4 -11
- 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 +45 -0
- waldur_api_client/models/constance_settings_request.py +45 -0
- waldur_api_client/models/constance_settings_request_form.py +45 -0
- waldur_api_client/models/constance_settings_request_multipart.py +85 -0
- waldur_api_client/models/customer.py +9 -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/event_types_enum.py +1 -0
- waldur_api_client/models/marketplace_service_providers_projects_list_field_item.py +1 -0
- waldur_api_client/models/merged_plugin_options.py +18 -0
- waldur_api_client/models/merged_plugin_options_request.py +18 -0
- waldur_api_client/models/nested_round.py +5 -5
- 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/offering_component.py +79 -0
- waldur_api_client/models/offering_component_request.py +80 -0
- waldur_api_client/models/onboarding_company_validation_request_request.py +88 -0
- waldur_api_client/models/onboarding_justification.py +183 -0
- waldur_api_client/models/onboarding_justification_create_request.py +68 -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 +75 -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_create.py +4 -4
- waldur_api_client/models/order_details.py +4 -11
- waldur_api_client/models/patched_network_rbac_policy_request.py +85 -0
- waldur_api_client/models/patched_onboarding_justification_request.py +77 -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 +1 -2
- waldur_api_client/models/patched_project_request_form.py +1 -2
- waldur_api_client/models/patched_project_request_multipart.py +1 -2
- waldur_api_client/models/project.py +10 -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_request.py +1 -2
- waldur_api_client/models/project_request_form.py +1 -2
- waldur_api_client/models/project_request_multipart.py +1 -2
- waldur_api_client/models/projects_list_field_item.py +1 -0
- waldur_api_client/models/projects_retrieve_field_item.py +1 -0
- waldur_api_client/models/protected_round.py +4 -4
- waldur_api_client/models/question.py +102 -0
- waldur_api_client/models/question_options.py +79 -0
- waldur_api_client/models/resource.py +4 -11
- 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/{status_enum.py → round_status.py} +1 -1
- waldur_api_client/models/service_provider_checklist_summary.py +98 -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/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.4.dist-info}/METADATA +1 -1
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.4.dist-info}/RECORD +118 -54
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.4.dist-info}/WHEEL +0 -0
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.4.dist-info}/licenses/LICENSE +0 -0
|
@@ -210,6 +210,8 @@ from .checklist_response import ChecklistResponse
|
|
|
210
210
|
from .checklist_response_checklist import ChecklistResponseChecklist
|
|
211
211
|
from .checklist_reviewer_response import ChecklistReviewerResponse
|
|
212
212
|
from .checklist_reviewer_response_checklist import ChecklistReviewerResponseChecklist
|
|
213
|
+
from .checklist_template import ChecklistTemplate
|
|
214
|
+
from .checklist_template_checklist import ChecklistTemplateChecklist
|
|
213
215
|
from .checklist_type_enum import ChecklistTypeEnum
|
|
214
216
|
from .checklists_admin_checklist_questions_checklist_type import ChecklistsAdminChecklistQuestionsChecklistType
|
|
215
217
|
from .checklists_admin_checklist_questions_checklist_type_in_item import (
|
|
@@ -307,6 +309,8 @@ from .deciding_entity_enum import DecidingEntityEnum
|
|
|
307
309
|
from .delete_attachments_request import DeleteAttachmentsRequest
|
|
308
310
|
from .dependency_logic_operator_enum import DependencyLogicOperatorEnum
|
|
309
311
|
from .deployment_mode_enum import DeploymentModeEnum
|
|
312
|
+
from .deprecated_network_rbac_policy import DeprecatedNetworkRBACPolicy
|
|
313
|
+
from .deprecated_network_rbac_policy_request import DeprecatedNetworkRBACPolicyRequest
|
|
310
314
|
from .detail_state import DetailState
|
|
311
315
|
from .digital_ocean_droplet import DigitalOceanDroplet
|
|
312
316
|
from .digital_ocean_droplet_marketplace_offering_plugin_options_type_0 import (
|
|
@@ -731,7 +735,7 @@ from .network_rbac_policy import NetworkRBACPolicy
|
|
|
731
735
|
from .network_rbac_policy_request import NetworkRBACPolicyRequest
|
|
732
736
|
from .node_disk_driver_enum import NodeDiskDriverEnum
|
|
733
737
|
from .notification import Notification
|
|
734
|
-
from .
|
|
738
|
+
from .notification_context_schema import NotificationContextSchema
|
|
735
739
|
from .notification_request import NotificationRequest
|
|
736
740
|
from .notification_template_detail_serializers import NotificationTemplateDetailSerializers
|
|
737
741
|
from .notification_template_detail_serializers_request import NotificationTemplateDetailSerializersRequest
|
|
@@ -801,6 +805,19 @@ from .offering_user_service_provider_comment import OfferingUserServiceProviderC
|
|
|
801
805
|
from .offering_user_state import OfferingUserState
|
|
802
806
|
from .offering_user_state_transition_request import OfferingUserStateTransitionRequest
|
|
803
807
|
from .offering_user_update_restriction_request import OfferingUserUpdateRestrictionRequest
|
|
808
|
+
from .onboarding_company_validation_request_request import OnboardingCompanyValidationRequestRequest
|
|
809
|
+
from .onboarding_justification import OnboardingJustification
|
|
810
|
+
from .onboarding_justification_create_request import OnboardingJustificationCreateRequest
|
|
811
|
+
from .onboarding_justification_documentation import OnboardingJustificationDocumentation
|
|
812
|
+
from .onboarding_justification_documentation_request import OnboardingJustificationDocumentationRequest
|
|
813
|
+
from .onboarding_justification_documentation_request_form import OnboardingJustificationDocumentationRequestForm
|
|
814
|
+
from .onboarding_justification_documentation_request_multipart import (
|
|
815
|
+
OnboardingJustificationDocumentationRequestMultipart,
|
|
816
|
+
)
|
|
817
|
+
from .onboarding_justification_request import OnboardingJustificationRequest
|
|
818
|
+
from .onboarding_verification import OnboardingVerification
|
|
819
|
+
from .onboarding_verification_request import OnboardingVerificationRequest
|
|
820
|
+
from .onboarding_verification_status_enum import OnboardingVerificationStatusEnum
|
|
804
821
|
from .open_stack_allowed_address_pair import OpenStackAllowedAddressPair
|
|
805
822
|
from .open_stack_allowed_address_pair_request import OpenStackAllowedAddressPairRequest
|
|
806
823
|
from .open_stack_backend_instance import OpenStackBackendInstance
|
|
@@ -1054,6 +1071,7 @@ from .patched_marketplace_category_request_form import PatchedMarketplaceCategor
|
|
|
1054
1071
|
from .patched_marketplace_category_request_multipart import PatchedMarketplaceCategoryRequestMultipart
|
|
1055
1072
|
from .patched_message_template_request import PatchedMessageTemplateRequest
|
|
1056
1073
|
from .patched_migration_details_request import PatchedMigrationDetailsRequest
|
|
1074
|
+
from .patched_network_rbac_policy_request import PatchedNetworkRBACPolicyRequest
|
|
1057
1075
|
from .patched_notification_request import PatchedNotificationRequest
|
|
1058
1076
|
from .patched_notification_template_detail_serializers_request import (
|
|
1059
1077
|
PatchedNotificationTemplateDetailSerializersRequest,
|
|
@@ -1064,6 +1082,8 @@ from .patched_offering_usage_policy_request import PatchedOfferingUsagePolicyReq
|
|
|
1064
1082
|
from .patched_offering_user_request import PatchedOfferingUserRequest
|
|
1065
1083
|
from .patched_offering_user_role_request import PatchedOfferingUserRoleRequest
|
|
1066
1084
|
from .patched_offering_user_service_provider_comment_request import PatchedOfferingUserServiceProviderCommentRequest
|
|
1085
|
+
from .patched_onboarding_justification_request import PatchedOnboardingJustificationRequest
|
|
1086
|
+
from .patched_onboarding_verification_request import PatchedOnboardingVerificationRequest
|
|
1067
1087
|
from .patched_open_stack_backup_request import PatchedOpenStackBackupRequest
|
|
1068
1088
|
from .patched_open_stack_instance_request import PatchedOpenStackInstanceRequest
|
|
1069
1089
|
from .patched_open_stack_network_request import PatchedOpenStackNetworkRequest
|
|
@@ -1296,6 +1316,7 @@ from .public_offering_details import PublicOfferingDetails
|
|
|
1296
1316
|
from .public_offering_details_attributes import PublicOfferingDetailsAttributes
|
|
1297
1317
|
from .pull_marketplace_script_resource_request import PullMarketplaceScriptResourceRequest
|
|
1298
1318
|
from .query_request import QueryRequest
|
|
1319
|
+
from .question import Question
|
|
1299
1320
|
from .question_admin import QuestionAdmin
|
|
1300
1321
|
from .question_admin_request import QuestionAdminRequest
|
|
1301
1322
|
from .question_answer import QuestionAnswer
|
|
@@ -1303,6 +1324,7 @@ from .question_answer_project_answers_item import QuestionAnswerProjectAnswersIt
|
|
|
1303
1324
|
from .question_answer_question_options_item import QuestionAnswerQuestionOptionsItem
|
|
1304
1325
|
from .question_dependency import QuestionDependency
|
|
1305
1326
|
from .question_dependency_request import QuestionDependencyRequest
|
|
1327
|
+
from .question_options import QuestionOptions
|
|
1306
1328
|
from .question_options_admin import QuestionOptionsAdmin
|
|
1307
1329
|
from .question_options_admin_request import QuestionOptionsAdminRequest
|
|
1308
1330
|
from .question_type_enum import QuestionTypeEnum
|
|
@@ -1443,6 +1465,8 @@ from .resource_limits import ResourceLimits
|
|
|
1443
1465
|
from .resource_offering import ResourceOffering
|
|
1444
1466
|
from .resource_options_request import ResourceOptionsRequest
|
|
1445
1467
|
from .resource_plan_period import ResourcePlanPeriod
|
|
1468
|
+
from .resource_renew_request import ResourceRenewRequest
|
|
1469
|
+
from .resource_renew_request_limits import ResourceRenewRequestLimits
|
|
1446
1470
|
from .resource_report_request import ResourceReportRequest
|
|
1447
1471
|
from .resource_response_status import ResourceResponseStatus
|
|
1448
1472
|
from .resource_set_limits_request import ResourceSetLimitsRequest
|
|
@@ -1484,6 +1508,7 @@ from .role_type import RoleType
|
|
|
1484
1508
|
from .roles_list_field_item import RolesListFieldItem
|
|
1485
1509
|
from .roles_retrieve_field_item import RolesRetrieveFieldItem
|
|
1486
1510
|
from .round_reviewer import RoundReviewer
|
|
1511
|
+
from .round_status import RoundStatus
|
|
1487
1512
|
from .rule import Rule
|
|
1488
1513
|
from .rule_plan_attributes import RulePlanAttributes
|
|
1489
1514
|
from .rule_plan_limits import RulePlanLimits
|
|
@@ -1507,6 +1532,7 @@ from .section_request import SectionRequest
|
|
|
1507
1532
|
from .service_account_state import ServiceAccountState
|
|
1508
1533
|
from .service_provider import ServiceProvider
|
|
1509
1534
|
from .service_provider_api_secret_code import ServiceProviderApiSecretCode
|
|
1535
|
+
from .service_provider_checklist_summary import ServiceProviderChecklistSummary
|
|
1510
1536
|
from .service_provider_compliance_overview import ServiceProviderComplianceOverview
|
|
1511
1537
|
from .service_provider_offering_user_compliance import ServiceProviderOfferingUserCompliance
|
|
1512
1538
|
from .service_provider_offering_user_compliance_state_enum import ServiceProviderOfferingUserComplianceStateEnum
|
|
@@ -1549,7 +1575,6 @@ from .smax_web_hook_receiver_request import SmaxWebHookReceiverRequest
|
|
|
1549
1575
|
from .ssh_key import SshKey
|
|
1550
1576
|
from .ssh_key_request import SshKeyRequest
|
|
1551
1577
|
from .state_transition_error import StateTransitionError
|
|
1552
|
-
from .status_enum import StatusEnum
|
|
1553
1578
|
from .storage_mode_enum import StorageModeEnum
|
|
1554
1579
|
from .sub_net_mapping import SubNetMapping
|
|
1555
1580
|
from .sub_net_mapping_request import SubNetMappingRequest
|
|
@@ -1571,6 +1596,8 @@ from .template_attachment_request import TemplateAttachmentRequest
|
|
|
1571
1596
|
from .template_request import TemplateRequest
|
|
1572
1597
|
from .template_version import TemplateVersion
|
|
1573
1598
|
from .tenant import Tenant
|
|
1599
|
+
from .time_series_to_s_data import TimeSeriesToSData
|
|
1600
|
+
from .to_s_consent_dashboard import ToSConsentDashboard
|
|
1574
1601
|
from .token_request import TokenRequest
|
|
1575
1602
|
from .total_customer_cost import TotalCustomerCost
|
|
1576
1603
|
from .update_offering_component_request import UpdateOfferingComponentRequest
|
|
@@ -1623,7 +1650,10 @@ from .v_mware_virtual_machine_create_order_attributes_guest_os_type_2_type_1 imp
|
|
|
1623
1650
|
from .v_mware_virtual_machine_create_order_attributes_guest_os_type_3_type_1 import (
|
|
1624
1651
|
VMwareVirtualMachineCreateOrderAttributesGuestOsType3Type1,
|
|
1625
1652
|
)
|
|
1653
|
+
from .validation_decision_enum import ValidationDecisionEnum
|
|
1654
|
+
from .validation_method_enum import ValidationMethodEnum
|
|
1626
1655
|
from .version import Version
|
|
1656
|
+
from .version_adoption import VersionAdoption
|
|
1627
1657
|
from .visibility_enum import VisibilityEnum
|
|
1628
1658
|
from .visible_invitation_details import VisibleInvitationDetails
|
|
1629
1659
|
from .vmware_cluster import VmwareCluster
|
|
@@ -1882,6 +1912,8 @@ __all__ = (
|
|
|
1882
1912
|
"ChecklistsAdminCountChecklistTypeInItem",
|
|
1883
1913
|
"ChecklistsAdminListChecklistType",
|
|
1884
1914
|
"ChecklistsAdminListChecklistTypeInItem",
|
|
1915
|
+
"ChecklistTemplate",
|
|
1916
|
+
"ChecklistTemplateChecklist",
|
|
1885
1917
|
"ChecklistTypeEnum",
|
|
1886
1918
|
"ClusterSecurityGroup",
|
|
1887
1919
|
"ClusterSecurityGroupRequest",
|
|
@@ -1969,6 +2001,8 @@ __all__ = (
|
|
|
1969
2001
|
"DeleteAttachmentsRequest",
|
|
1970
2002
|
"DependencyLogicOperatorEnum",
|
|
1971
2003
|
"DeploymentModeEnum",
|
|
2004
|
+
"DeprecatedNetworkRBACPolicy",
|
|
2005
|
+
"DeprecatedNetworkRBACPolicyRequest",
|
|
1972
2006
|
"DetailState",
|
|
1973
2007
|
"DigitalOceanDroplet",
|
|
1974
2008
|
"DigitalOceanDropletMarketplaceOfferingPluginOptionsType0",
|
|
@@ -2349,7 +2383,7 @@ __all__ = (
|
|
|
2349
2383
|
"NetworkRBACPolicyRequest",
|
|
2350
2384
|
"NodeDiskDriverEnum",
|
|
2351
2385
|
"Notification",
|
|
2352
|
-
"
|
|
2386
|
+
"NotificationContextSchema",
|
|
2353
2387
|
"NotificationRequest",
|
|
2354
2388
|
"NotificationTemplateDetailSerializers",
|
|
2355
2389
|
"NotificationTemplateDetailSerializersRequest",
|
|
@@ -2419,6 +2453,17 @@ __all__ = (
|
|
|
2419
2453
|
"OfferingUserState",
|
|
2420
2454
|
"OfferingUserStateTransitionRequest",
|
|
2421
2455
|
"OfferingUserUpdateRestrictionRequest",
|
|
2456
|
+
"OnboardingCompanyValidationRequestRequest",
|
|
2457
|
+
"OnboardingJustification",
|
|
2458
|
+
"OnboardingJustificationCreateRequest",
|
|
2459
|
+
"OnboardingJustificationDocumentation",
|
|
2460
|
+
"OnboardingJustificationDocumentationRequest",
|
|
2461
|
+
"OnboardingJustificationDocumentationRequestForm",
|
|
2462
|
+
"OnboardingJustificationDocumentationRequestMultipart",
|
|
2463
|
+
"OnboardingJustificationRequest",
|
|
2464
|
+
"OnboardingVerification",
|
|
2465
|
+
"OnboardingVerificationRequest",
|
|
2466
|
+
"OnboardingVerificationStatusEnum",
|
|
2422
2467
|
"OpenStackAllowedAddressPair",
|
|
2423
2468
|
"OpenStackAllowedAddressPairRequest",
|
|
2424
2469
|
"OpenStackBackendInstance",
|
|
@@ -2646,6 +2691,7 @@ __all__ = (
|
|
|
2646
2691
|
"PatchedMarketplaceCategoryRequestMultipart",
|
|
2647
2692
|
"PatchedMessageTemplateRequest",
|
|
2648
2693
|
"PatchedMigrationDetailsRequest",
|
|
2694
|
+
"PatchedNetworkRBACPolicyRequest",
|
|
2649
2695
|
"PatchedNotificationRequest",
|
|
2650
2696
|
"PatchedNotificationTemplateDetailSerializersRequest",
|
|
2651
2697
|
"PatchedOfferingEstimatedCostPolicyRequest",
|
|
@@ -2654,6 +2700,8 @@ __all__ = (
|
|
|
2654
2700
|
"PatchedOfferingUserRequest",
|
|
2655
2701
|
"PatchedOfferingUserRoleRequest",
|
|
2656
2702
|
"PatchedOfferingUserServiceProviderCommentRequest",
|
|
2703
|
+
"PatchedOnboardingJustificationRequest",
|
|
2704
|
+
"PatchedOnboardingVerificationRequest",
|
|
2657
2705
|
"PatchedOpenStackBackupRequest",
|
|
2658
2706
|
"PatchedOpenStackInstanceRequest",
|
|
2659
2707
|
"PatchedOpenStackNetworkRequest",
|
|
@@ -2872,6 +2920,7 @@ __all__ = (
|
|
|
2872
2920
|
"PublicOfferingDetailsAttributes",
|
|
2873
2921
|
"PullMarketplaceScriptResourceRequest",
|
|
2874
2922
|
"QueryRequest",
|
|
2923
|
+
"Question",
|
|
2875
2924
|
"QuestionAdmin",
|
|
2876
2925
|
"QuestionAdminRequest",
|
|
2877
2926
|
"QuestionAnswer",
|
|
@@ -2879,6 +2928,7 @@ __all__ = (
|
|
|
2879
2928
|
"QuestionAnswerQuestionOptionsItem",
|
|
2880
2929
|
"QuestionDependency",
|
|
2881
2930
|
"QuestionDependencyRequest",
|
|
2931
|
+
"QuestionOptions",
|
|
2882
2932
|
"QuestionOptionsAdmin",
|
|
2883
2933
|
"QuestionOptionsAdminRequest",
|
|
2884
2934
|
"QuestionTypeEnum",
|
|
@@ -3009,6 +3059,8 @@ __all__ = (
|
|
|
3009
3059
|
"ResourceOffering",
|
|
3010
3060
|
"ResourceOptionsRequest",
|
|
3011
3061
|
"ResourcePlanPeriod",
|
|
3062
|
+
"ResourceRenewRequest",
|
|
3063
|
+
"ResourceRenewRequestLimits",
|
|
3012
3064
|
"ResourceReportRequest",
|
|
3013
3065
|
"ResourceResponseStatus",
|
|
3014
3066
|
"ResourceSetLimitsRequest",
|
|
@@ -3050,6 +3102,7 @@ __all__ = (
|
|
|
3050
3102
|
"RoleTemplate",
|
|
3051
3103
|
"RoleType",
|
|
3052
3104
|
"RoundReviewer",
|
|
3105
|
+
"RoundStatus",
|
|
3053
3106
|
"Rule",
|
|
3054
3107
|
"RulePlanAttributes",
|
|
3055
3108
|
"RulePlanLimits",
|
|
@@ -3073,6 +3126,7 @@ __all__ = (
|
|
|
3073
3126
|
"ServiceAccountState",
|
|
3074
3127
|
"ServiceProvider",
|
|
3075
3128
|
"ServiceProviderApiSecretCode",
|
|
3129
|
+
"ServiceProviderChecklistSummary",
|
|
3076
3130
|
"ServiceProviderComplianceOverview",
|
|
3077
3131
|
"ServiceProviderOfferingUserCompliance",
|
|
3078
3132
|
"ServiceProviderOfferingUserComplianceStateEnum",
|
|
@@ -3113,7 +3167,6 @@ __all__ = (
|
|
|
3113
3167
|
"SshKey",
|
|
3114
3168
|
"SshKeyRequest",
|
|
3115
3169
|
"StateTransitionError",
|
|
3116
|
-
"StatusEnum",
|
|
3117
3170
|
"StorageModeEnum",
|
|
3118
3171
|
"SubmitRequestResponse",
|
|
3119
3172
|
"SubNetMapping",
|
|
@@ -3135,7 +3188,9 @@ __all__ = (
|
|
|
3135
3188
|
"TemplateRequest",
|
|
3136
3189
|
"TemplateVersion",
|
|
3137
3190
|
"Tenant",
|
|
3191
|
+
"TimeSeriesToSData",
|
|
3138
3192
|
"TokenRequest",
|
|
3193
|
+
"ToSConsentDashboard",
|
|
3139
3194
|
"TotalCustomerCost",
|
|
3140
3195
|
"UpdateOfferingComponentRequest",
|
|
3141
3196
|
"User",
|
|
@@ -3177,7 +3232,10 @@ __all__ = (
|
|
|
3177
3232
|
"UsersListOItem",
|
|
3178
3233
|
"UsersMeRetrieveFieldItem",
|
|
3179
3234
|
"UsersRetrieveFieldItem",
|
|
3235
|
+
"ValidationDecisionEnum",
|
|
3236
|
+
"ValidationMethodEnum",
|
|
3180
3237
|
"Version",
|
|
3238
|
+
"VersionAdoption",
|
|
3181
3239
|
"VisibilityEnum",
|
|
3182
3240
|
"VisibleInvitationDetails",
|
|
3183
3241
|
"VmwareCluster",
|
|
@@ -43,7 +43,7 @@ class BookingResource:
|
|
|
43
43
|
OpenStack.
|
|
44
44
|
provider_name (Union[Unset, str]):
|
|
45
45
|
provider_uuid (Union[Unset, UUID]):
|
|
46
|
-
provider_slug (Union[Unset,
|
|
46
|
+
provider_slug (Union[Unset, str]):
|
|
47
47
|
category_title (Union[Unset, str]):
|
|
48
48
|
category_uuid (Union[Unset, UUID]):
|
|
49
49
|
category_icon (Union[Unset, str]):
|
|
@@ -132,7 +132,7 @@ class BookingResource:
|
|
|
132
132
|
offering_plugin_options: Union[Unset, Any] = UNSET
|
|
133
133
|
provider_name: Union[Unset, str] = UNSET
|
|
134
134
|
provider_uuid: Union[Unset, UUID] = UNSET
|
|
135
|
-
provider_slug: Union[Unset,
|
|
135
|
+
provider_slug: Union[Unset, str] = UNSET
|
|
136
136
|
category_title: Union[Unset, str] = UNSET
|
|
137
137
|
category_uuid: Union[Unset, UUID] = UNSET
|
|
138
138
|
category_icon: Union[Unset, str] = UNSET
|
|
@@ -235,9 +235,7 @@ class BookingResource:
|
|
|
235
235
|
if not isinstance(self.provider_uuid, Unset):
|
|
236
236
|
provider_uuid = str(self.provider_uuid)
|
|
237
237
|
|
|
238
|
-
provider_slug
|
|
239
|
-
if not isinstance(self.provider_slug, Unset):
|
|
240
|
-
provider_slug = str(self.provider_slug)
|
|
238
|
+
provider_slug = self.provider_slug
|
|
241
239
|
|
|
242
240
|
category_title = self.category_title
|
|
243
241
|
|
|
@@ -705,12 +703,7 @@ class BookingResource:
|
|
|
705
703
|
else:
|
|
706
704
|
provider_uuid = UUID(_provider_uuid)
|
|
707
705
|
|
|
708
|
-
|
|
709
|
-
provider_slug: Union[Unset, UUID]
|
|
710
|
-
if isinstance(_provider_slug, Unset):
|
|
711
|
-
provider_slug = UNSET
|
|
712
|
-
else:
|
|
713
|
-
provider_slug = UUID(_provider_slug)
|
|
706
|
+
provider_slug = d.pop("provider_slug", UNSET)
|
|
714
707
|
|
|
715
708
|
category_title = d.pop("category_title", UNSET)
|
|
716
709
|
|
|
@@ -7,7 +7,7 @@ from attrs import define as _attrs_define
|
|
|
7
7
|
from attrs import field as _attrs_field
|
|
8
8
|
from dateutil.parser import isoparse
|
|
9
9
|
|
|
10
|
-
from ..models.
|
|
10
|
+
from ..models.round_status import RoundStatus
|
|
11
11
|
from ..types import UNSET, Unset
|
|
12
12
|
|
|
13
13
|
T = TypeVar("T", bound="CallRound")
|
|
@@ -23,7 +23,7 @@ class CallRound:
|
|
|
23
23
|
cutoff_time (datetime.datetime):
|
|
24
24
|
call_uuid (UUID):
|
|
25
25
|
call_name (str):
|
|
26
|
-
status (
|
|
26
|
+
status (RoundStatus):
|
|
27
27
|
slug (Union[Unset, str]):
|
|
28
28
|
"""
|
|
29
29
|
|
|
@@ -33,7 +33,7 @@ class CallRound:
|
|
|
33
33
|
cutoff_time: datetime.datetime
|
|
34
34
|
call_uuid: UUID
|
|
35
35
|
call_name: str
|
|
36
|
-
status:
|
|
36
|
+
status: RoundStatus
|
|
37
37
|
slug: Union[Unset, str] = UNSET
|
|
38
38
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
39
39
|
|
|
@@ -87,7 +87,7 @@ class CallRound:
|
|
|
87
87
|
|
|
88
88
|
call_name = d.pop("call_name")
|
|
89
89
|
|
|
90
|
-
status =
|
|
90
|
+
status = RoundStatus(d.pop("status"))
|
|
91
91
|
|
|
92
92
|
slug = d.pop("slug", UNSET)
|
|
93
93
|
|
|
@@ -0,0 +1,99 @@
|
|
|
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.checklist_template_checklist import ChecklistTemplateChecklist
|
|
9
|
+
from ..models.question import Question
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
T = TypeVar("T", bound="ChecklistTemplate")
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
@_attrs_define
|
|
16
|
+
class ChecklistTemplate:
|
|
17
|
+
"""
|
|
18
|
+
Attributes:
|
|
19
|
+
checklist (ChecklistTemplateChecklist):
|
|
20
|
+
questions (list['Question']):
|
|
21
|
+
initial_visible_questions (list['Question']):
|
|
22
|
+
"""
|
|
23
|
+
|
|
24
|
+
checklist: "ChecklistTemplateChecklist"
|
|
25
|
+
questions: list["Question"]
|
|
26
|
+
initial_visible_questions: list["Question"]
|
|
27
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
28
|
+
|
|
29
|
+
def to_dict(self) -> dict[str, Any]:
|
|
30
|
+
checklist = self.checklist.to_dict()
|
|
31
|
+
|
|
32
|
+
questions = []
|
|
33
|
+
for questions_item_data in self.questions:
|
|
34
|
+
questions_item = questions_item_data.to_dict()
|
|
35
|
+
questions.append(questions_item)
|
|
36
|
+
|
|
37
|
+
initial_visible_questions = []
|
|
38
|
+
for initial_visible_questions_item_data in self.initial_visible_questions:
|
|
39
|
+
initial_visible_questions_item = initial_visible_questions_item_data.to_dict()
|
|
40
|
+
initial_visible_questions.append(initial_visible_questions_item)
|
|
41
|
+
|
|
42
|
+
field_dict: dict[str, Any] = {}
|
|
43
|
+
field_dict.update(self.additional_properties)
|
|
44
|
+
field_dict.update(
|
|
45
|
+
{
|
|
46
|
+
"checklist": checklist,
|
|
47
|
+
"questions": questions,
|
|
48
|
+
"initial_visible_questions": initial_visible_questions,
|
|
49
|
+
}
|
|
50
|
+
)
|
|
51
|
+
|
|
52
|
+
return field_dict
|
|
53
|
+
|
|
54
|
+
@classmethod
|
|
55
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
56
|
+
from ..models.checklist_template_checklist import ChecklistTemplateChecklist
|
|
57
|
+
from ..models.question import Question
|
|
58
|
+
|
|
59
|
+
d = dict(src_dict)
|
|
60
|
+
checklist = ChecklistTemplateChecklist.from_dict(d.pop("checklist"))
|
|
61
|
+
|
|
62
|
+
questions = []
|
|
63
|
+
_questions = d.pop("questions")
|
|
64
|
+
for questions_item_data in _questions:
|
|
65
|
+
questions_item = Question.from_dict(questions_item_data)
|
|
66
|
+
|
|
67
|
+
questions.append(questions_item)
|
|
68
|
+
|
|
69
|
+
initial_visible_questions = []
|
|
70
|
+
_initial_visible_questions = d.pop("initial_visible_questions")
|
|
71
|
+
for initial_visible_questions_item_data in _initial_visible_questions:
|
|
72
|
+
initial_visible_questions_item = Question.from_dict(initial_visible_questions_item_data)
|
|
73
|
+
|
|
74
|
+
initial_visible_questions.append(initial_visible_questions_item)
|
|
75
|
+
|
|
76
|
+
checklist_template = cls(
|
|
77
|
+
checklist=checklist,
|
|
78
|
+
questions=questions,
|
|
79
|
+
initial_visible_questions=initial_visible_questions,
|
|
80
|
+
)
|
|
81
|
+
|
|
82
|
+
checklist_template.additional_properties = d
|
|
83
|
+
return checklist_template
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
def additional_keys(self) -> list[str]:
|
|
87
|
+
return list(self.additional_properties.keys())
|
|
88
|
+
|
|
89
|
+
def __getitem__(self, key: str) -> Any:
|
|
90
|
+
return self.additional_properties[key]
|
|
91
|
+
|
|
92
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
93
|
+
self.additional_properties[key] = value
|
|
94
|
+
|
|
95
|
+
def __delitem__(self, key: str) -> None:
|
|
96
|
+
del self.additional_properties[key]
|
|
97
|
+
|
|
98
|
+
def __contains__(self, key: str) -> bool:
|
|
99
|
+
return key in self.additional_properties
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
from collections.abc import Mapping
|
|
2
|
+
from typing import Any, TypeVar
|
|
3
|
+
|
|
4
|
+
from attrs import define as _attrs_define
|
|
5
|
+
from attrs import field as _attrs_field
|
|
6
|
+
|
|
7
|
+
T = TypeVar("T", bound="ChecklistTemplateChecklist")
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
@_attrs_define
|
|
11
|
+
class ChecklistTemplateChecklist:
|
|
12
|
+
""" """
|
|
13
|
+
|
|
14
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
15
|
+
|
|
16
|
+
def to_dict(self) -> dict[str, Any]:
|
|
17
|
+
field_dict: dict[str, Any] = {}
|
|
18
|
+
field_dict.update(self.additional_properties)
|
|
19
|
+
|
|
20
|
+
return field_dict
|
|
21
|
+
|
|
22
|
+
@classmethod
|
|
23
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
24
|
+
d = dict(src_dict)
|
|
25
|
+
checklist_template_checklist = cls()
|
|
26
|
+
|
|
27
|
+
checklist_template_checklist.additional_properties = d
|
|
28
|
+
return checklist_template_checklist
|
|
29
|
+
|
|
30
|
+
@property
|
|
31
|
+
def additional_keys(self) -> list[str]:
|
|
32
|
+
return list(self.additional_properties.keys())
|
|
33
|
+
|
|
34
|
+
def __getitem__(self, key: str) -> Any:
|
|
35
|
+
return self.additional_properties[key]
|
|
36
|
+
|
|
37
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
38
|
+
self.additional_properties[key] = value
|
|
39
|
+
|
|
40
|
+
def __delitem__(self, key: str) -> None:
|
|
41
|
+
del self.additional_properties[key]
|
|
42
|
+
|
|
43
|
+
def __contains__(self, key: str) -> bool:
|
|
44
|
+
return key in self.additional_properties
|
|
@@ -149,6 +149,11 @@ class ConstanceSettings:
|
|
|
149
149
|
maintenance_announcement_notify_before_minutes (Union[Unset, int]):
|
|
150
150
|
maintenance_announcement_notify_system (Union[Unset, list[str]]):
|
|
151
151
|
enforce_user_consent_for_offerings (Union[Unset, bool]):
|
|
152
|
+
onboarding_verification_expiry_hours (Union[Unset, int]):
|
|
153
|
+
onboarding_ariregister_base_url (Union[Unset, str]):
|
|
154
|
+
onboarding_ariregister_username (Union[Unset, str]):
|
|
155
|
+
onboarding_ariregister_password (Union[Unset, str]):
|
|
156
|
+
onboarding_ariregister_timeout (Union[Unset, int]):
|
|
152
157
|
"""
|
|
153
158
|
|
|
154
159
|
site_name: Union[Unset, str] = UNSET
|
|
@@ -287,6 +292,11 @@ class ConstanceSettings:
|
|
|
287
292
|
maintenance_announcement_notify_before_minutes: Union[Unset, int] = UNSET
|
|
288
293
|
maintenance_announcement_notify_system: Union[Unset, list[str]] = UNSET
|
|
289
294
|
enforce_user_consent_for_offerings: Union[Unset, bool] = UNSET
|
|
295
|
+
onboarding_verification_expiry_hours: Union[Unset, int] = UNSET
|
|
296
|
+
onboarding_ariregister_base_url: Union[Unset, str] = UNSET
|
|
297
|
+
onboarding_ariregister_username: Union[Unset, str] = UNSET
|
|
298
|
+
onboarding_ariregister_password: Union[Unset, str] = UNSET
|
|
299
|
+
onboarding_ariregister_timeout: Union[Unset, int] = UNSET
|
|
290
300
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
291
301
|
|
|
292
302
|
def to_dict(self) -> dict[str, Any]:
|
|
@@ -616,6 +626,16 @@ class ConstanceSettings:
|
|
|
616
626
|
|
|
617
627
|
enforce_user_consent_for_offerings = self.enforce_user_consent_for_offerings
|
|
618
628
|
|
|
629
|
+
onboarding_verification_expiry_hours = self.onboarding_verification_expiry_hours
|
|
630
|
+
|
|
631
|
+
onboarding_ariregister_base_url = self.onboarding_ariregister_base_url
|
|
632
|
+
|
|
633
|
+
onboarding_ariregister_username = self.onboarding_ariregister_username
|
|
634
|
+
|
|
635
|
+
onboarding_ariregister_password = self.onboarding_ariregister_password
|
|
636
|
+
|
|
637
|
+
onboarding_ariregister_timeout = self.onboarding_ariregister_timeout
|
|
638
|
+
|
|
619
639
|
field_dict: dict[str, Any] = {}
|
|
620
640
|
field_dict.update(self.additional_properties)
|
|
621
641
|
field_dict.update({})
|
|
@@ -897,6 +917,16 @@ class ConstanceSettings:
|
|
|
897
917
|
field_dict["MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM"] = maintenance_announcement_notify_system
|
|
898
918
|
if enforce_user_consent_for_offerings is not UNSET:
|
|
899
919
|
field_dict["ENFORCE_USER_CONSENT_FOR_OFFERINGS"] = enforce_user_consent_for_offerings
|
|
920
|
+
if onboarding_verification_expiry_hours is not UNSET:
|
|
921
|
+
field_dict["ONBOARDING_VERIFICATION_EXPIRY_HOURS"] = onboarding_verification_expiry_hours
|
|
922
|
+
if onboarding_ariregister_base_url is not UNSET:
|
|
923
|
+
field_dict["ONBOARDING_ARIREGISTER_BASE_URL"] = onboarding_ariregister_base_url
|
|
924
|
+
if onboarding_ariregister_username is not UNSET:
|
|
925
|
+
field_dict["ONBOARDING_ARIREGISTER_USERNAME"] = onboarding_ariregister_username
|
|
926
|
+
if onboarding_ariregister_password is not UNSET:
|
|
927
|
+
field_dict["ONBOARDING_ARIREGISTER_PASSWORD"] = onboarding_ariregister_password
|
|
928
|
+
if onboarding_ariregister_timeout is not UNSET:
|
|
929
|
+
field_dict["ONBOARDING_ARIREGISTER_TIMEOUT"] = onboarding_ariregister_timeout
|
|
900
930
|
|
|
901
931
|
return field_dict
|
|
902
932
|
|
|
@@ -1263,6 +1293,16 @@ class ConstanceSettings:
|
|
|
1263
1293
|
|
|
1264
1294
|
enforce_user_consent_for_offerings = d.pop("ENFORCE_USER_CONSENT_FOR_OFFERINGS", UNSET)
|
|
1265
1295
|
|
|
1296
|
+
onboarding_verification_expiry_hours = d.pop("ONBOARDING_VERIFICATION_EXPIRY_HOURS", UNSET)
|
|
1297
|
+
|
|
1298
|
+
onboarding_ariregister_base_url = d.pop("ONBOARDING_ARIREGISTER_BASE_URL", UNSET)
|
|
1299
|
+
|
|
1300
|
+
onboarding_ariregister_username = d.pop("ONBOARDING_ARIREGISTER_USERNAME", UNSET)
|
|
1301
|
+
|
|
1302
|
+
onboarding_ariregister_password = d.pop("ONBOARDING_ARIREGISTER_PASSWORD", UNSET)
|
|
1303
|
+
|
|
1304
|
+
onboarding_ariregister_timeout = d.pop("ONBOARDING_ARIREGISTER_TIMEOUT", UNSET)
|
|
1305
|
+
|
|
1266
1306
|
constance_settings = cls(
|
|
1267
1307
|
site_name=site_name,
|
|
1268
1308
|
site_description=site_description,
|
|
@@ -1400,6 +1440,11 @@ class ConstanceSettings:
|
|
|
1400
1440
|
maintenance_announcement_notify_before_minutes=maintenance_announcement_notify_before_minutes,
|
|
1401
1441
|
maintenance_announcement_notify_system=maintenance_announcement_notify_system,
|
|
1402
1442
|
enforce_user_consent_for_offerings=enforce_user_consent_for_offerings,
|
|
1443
|
+
onboarding_verification_expiry_hours=onboarding_verification_expiry_hours,
|
|
1444
|
+
onboarding_ariregister_base_url=onboarding_ariregister_base_url,
|
|
1445
|
+
onboarding_ariregister_username=onboarding_ariregister_username,
|
|
1446
|
+
onboarding_ariregister_password=onboarding_ariregister_password,
|
|
1447
|
+
onboarding_ariregister_timeout=onboarding_ariregister_timeout,
|
|
1403
1448
|
)
|
|
1404
1449
|
|
|
1405
1450
|
constance_settings.additional_properties = d
|
|
@@ -151,6 +151,11 @@ class ConstanceSettingsRequest:
|
|
|
151
151
|
maintenance_announcement_notify_before_minutes (Union[Unset, int]):
|
|
152
152
|
maintenance_announcement_notify_system (Union[Unset, list[str]]):
|
|
153
153
|
enforce_user_consent_for_offerings (Union[Unset, bool]):
|
|
154
|
+
onboarding_verification_expiry_hours (Union[Unset, int]):
|
|
155
|
+
onboarding_ariregister_base_url (Union[Unset, str]):
|
|
156
|
+
onboarding_ariregister_username (Union[Unset, str]):
|
|
157
|
+
onboarding_ariregister_password (Union[Unset, str]):
|
|
158
|
+
onboarding_ariregister_timeout (Union[Unset, int]):
|
|
154
159
|
"""
|
|
155
160
|
|
|
156
161
|
site_name: Union[Unset, str] = UNSET
|
|
@@ -289,6 +294,11 @@ class ConstanceSettingsRequest:
|
|
|
289
294
|
maintenance_announcement_notify_before_minutes: Union[Unset, int] = UNSET
|
|
290
295
|
maintenance_announcement_notify_system: Union[Unset, list[str]] = UNSET
|
|
291
296
|
enforce_user_consent_for_offerings: Union[Unset, bool] = UNSET
|
|
297
|
+
onboarding_verification_expiry_hours: Union[Unset, int] = UNSET
|
|
298
|
+
onboarding_ariregister_base_url: Union[Unset, str] = UNSET
|
|
299
|
+
onboarding_ariregister_username: Union[Unset, str] = UNSET
|
|
300
|
+
onboarding_ariregister_password: Union[Unset, str] = UNSET
|
|
301
|
+
onboarding_ariregister_timeout: Union[Unset, int] = UNSET
|
|
292
302
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
293
303
|
|
|
294
304
|
def to_dict(self) -> dict[str, Any]:
|
|
@@ -654,6 +664,16 @@ class ConstanceSettingsRequest:
|
|
|
654
664
|
|
|
655
665
|
enforce_user_consent_for_offerings = self.enforce_user_consent_for_offerings
|
|
656
666
|
|
|
667
|
+
onboarding_verification_expiry_hours = self.onboarding_verification_expiry_hours
|
|
668
|
+
|
|
669
|
+
onboarding_ariregister_base_url = self.onboarding_ariregister_base_url
|
|
670
|
+
|
|
671
|
+
onboarding_ariregister_username = self.onboarding_ariregister_username
|
|
672
|
+
|
|
673
|
+
onboarding_ariregister_password = self.onboarding_ariregister_password
|
|
674
|
+
|
|
675
|
+
onboarding_ariregister_timeout = self.onboarding_ariregister_timeout
|
|
676
|
+
|
|
657
677
|
field_dict: dict[str, Any] = {}
|
|
658
678
|
field_dict.update(self.additional_properties)
|
|
659
679
|
field_dict.update({})
|
|
@@ -935,6 +955,16 @@ class ConstanceSettingsRequest:
|
|
|
935
955
|
field_dict["MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM"] = maintenance_announcement_notify_system
|
|
936
956
|
if enforce_user_consent_for_offerings is not UNSET:
|
|
937
957
|
field_dict["ENFORCE_USER_CONSENT_FOR_OFFERINGS"] = enforce_user_consent_for_offerings
|
|
958
|
+
if onboarding_verification_expiry_hours is not UNSET:
|
|
959
|
+
field_dict["ONBOARDING_VERIFICATION_EXPIRY_HOURS"] = onboarding_verification_expiry_hours
|
|
960
|
+
if onboarding_ariregister_base_url is not UNSET:
|
|
961
|
+
field_dict["ONBOARDING_ARIREGISTER_BASE_URL"] = onboarding_ariregister_base_url
|
|
962
|
+
if onboarding_ariregister_username is not UNSET:
|
|
963
|
+
field_dict["ONBOARDING_ARIREGISTER_USERNAME"] = onboarding_ariregister_username
|
|
964
|
+
if onboarding_ariregister_password is not UNSET:
|
|
965
|
+
field_dict["ONBOARDING_ARIREGISTER_PASSWORD"] = onboarding_ariregister_password
|
|
966
|
+
if onboarding_ariregister_timeout is not UNSET:
|
|
967
|
+
field_dict["ONBOARDING_ARIREGISTER_TIMEOUT"] = onboarding_ariregister_timeout
|
|
938
968
|
|
|
939
969
|
return field_dict
|
|
940
970
|
|
|
@@ -1397,6 +1427,16 @@ class ConstanceSettingsRequest:
|
|
|
1397
1427
|
|
|
1398
1428
|
enforce_user_consent_for_offerings = d.pop("ENFORCE_USER_CONSENT_FOR_OFFERINGS", UNSET)
|
|
1399
1429
|
|
|
1430
|
+
onboarding_verification_expiry_hours = d.pop("ONBOARDING_VERIFICATION_EXPIRY_HOURS", UNSET)
|
|
1431
|
+
|
|
1432
|
+
onboarding_ariregister_base_url = d.pop("ONBOARDING_ARIREGISTER_BASE_URL", UNSET)
|
|
1433
|
+
|
|
1434
|
+
onboarding_ariregister_username = d.pop("ONBOARDING_ARIREGISTER_USERNAME", UNSET)
|
|
1435
|
+
|
|
1436
|
+
onboarding_ariregister_password = d.pop("ONBOARDING_ARIREGISTER_PASSWORD", UNSET)
|
|
1437
|
+
|
|
1438
|
+
onboarding_ariregister_timeout = d.pop("ONBOARDING_ARIREGISTER_TIMEOUT", UNSET)
|
|
1439
|
+
|
|
1400
1440
|
constance_settings_request = cls(
|
|
1401
1441
|
site_name=site_name,
|
|
1402
1442
|
site_description=site_description,
|
|
@@ -1534,6 +1574,11 @@ class ConstanceSettingsRequest:
|
|
|
1534
1574
|
maintenance_announcement_notify_before_minutes=maintenance_announcement_notify_before_minutes,
|
|
1535
1575
|
maintenance_announcement_notify_system=maintenance_announcement_notify_system,
|
|
1536
1576
|
enforce_user_consent_for_offerings=enforce_user_consent_for_offerings,
|
|
1577
|
+
onboarding_verification_expiry_hours=onboarding_verification_expiry_hours,
|
|
1578
|
+
onboarding_ariregister_base_url=onboarding_ariregister_base_url,
|
|
1579
|
+
onboarding_ariregister_username=onboarding_ariregister_username,
|
|
1580
|
+
onboarding_ariregister_password=onboarding_ariregister_password,
|
|
1581
|
+
onboarding_ariregister_timeout=onboarding_ariregister_timeout,
|
|
1537
1582
|
)
|
|
1538
1583
|
|
|
1539
1584
|
constance_settings_request.additional_properties = d
|