waldur-api-client 7.7.9__py3-none-any.whl → 7.8.1__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/marketplace_course_accounts/marketplace_course_accounts_count.py +96 -0
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_list.py +96 -0
- waldur_api_client/api/marketplace_offering_user_checklist_completions/__init__.py +1 -0
- waldur_api_client/api/marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_count.py +286 -0
- waldur_api_client/api/marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_list.py +289 -0
- waldur_api_client/api/{rancher_clusters/rancher_clusters_create.py → marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_retrieve.py} +29 -38
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_count.py +15 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py +15 -0
- waldur_api_client/api/{rancher_clusters/rancher_clusters_destroy.py → marketplace_orders/marketplace_orders_delete_attachment.py} +6 -4
- waldur_api_client/api/marketplace_orders/marketplace_orders_update_attachment.py +168 -0
- 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_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_list_course_accounts_retrieve.py +177 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_refresh_offering_usernames.py +0 -22
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_compliance_checklist.py +105 -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_service_providers/marketplace_service_providers_course_accounts_list.py +98 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py +15 -0
- waldur_api_client/api/user_invitations/user_invitations_count.py +15 -0
- waldur_api_client/api/user_invitations/user_invitations_list.py +15 -0
- waldur_api_client/models/__init__.py +34 -6
- waldur_api_client/models/booking_offerings_list_field_item.py +1 -0
- waldur_api_client/models/booking_offerings_retrieve_field_item.py +1 -0
- waldur_api_client/models/booking_resource.py +18 -0
- waldur_api_client/models/booking_resources_list_field_item.py +2 -0
- waldur_api_client/models/booking_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/country_enum.py +211 -0
- waldur_api_client/models/course_account.py +24 -0
- waldur_api_client/models/customer_request.py +9 -0
- waldur_api_client/models/deployment_mode_enum.py +9 -0
- waldur_api_client/models/group_invitation.py +8 -0
- waldur_api_client/models/identity_provider.py +57 -0
- waldur_api_client/models/identity_provider_request.py +57 -0
- waldur_api_client/models/invitation.py +8 -0
- waldur_api_client/models/issue.py +8 -17
- waldur_api_client/models/issue_request.py +8 -17
- waldur_api_client/models/issue_type_enum.py +4 -4
- waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py +2 -0
- waldur_api_client/models/managed_rancher_cluster_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_course_accounts_count_o_item.py +23 -0
- waldur_api_client/models/marketplace_course_accounts_list_o_item.py +23 -0
- waldur_api_client/models/marketplace_offering_user_checklist_completions_count_o_item.py +11 -0
- waldur_api_client/models/marketplace_offering_user_checklist_completions_list_o_item.py +11 -0
- waldur_api_client/models/marketplace_offering_users_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_offering_users_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_orders_list_field_item.py +5 -0
- waldur_api_client/models/marketplace_orders_retrieve_field_item.py +5 -0
- waldur_api_client/models/marketplace_provider_offerings_list_course_accounts_retrieve_field_item.py +72 -0
- waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_resources_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_public_offerings_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_resources_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_service_providers_course_accounts_list_o_item.py +23 -0
- waldur_api_client/models/merged_plugin_options.py +36 -0
- waldur_api_client/models/merged_plugin_options_request.py +36 -0
- waldur_api_client/models/notification.py +11 -0
- waldur_api_client/models/notification_context_fields.py +47 -0
- waldur_api_client/models/offering.py +9 -0
- waldur_api_client/models/offering_compliance_checklist_update_request.py +82 -0
- waldur_api_client/models/offering_create.py +9 -8
- waldur_api_client/models/offering_create_request.py +9 -0
- waldur_api_client/models/offering_overview_update_request.py +9 -0
- waldur_api_client/models/offering_terms_of_service.py +42 -1
- waldur_api_client/models/offering_user.py +18 -0
- waldur_api_client/models/open_stack_tenant_create_order_attributes.py +0 -18
- waldur_api_client/models/open_stack_tenant_request.py +18 -0
- waldur_api_client/models/order_attachment.py +71 -0
- waldur_api_client/models/order_attachment_request.py +84 -0
- waldur_api_client/models/order_create.py +58 -16
- waldur_api_client/models/order_create_request.py +44 -62
- waldur_api_client/models/order_details.py +99 -16
- waldur_api_client/models/patched_customer_request.py +9 -0
- waldur_api_client/models/patched_identity_provider_request.py +58 -0
- waldur_api_client/models/patched_project_request.py +9 -0
- waldur_api_client/models/patched_protected_call_request.py +9 -0
- waldur_api_client/models/patched_protected_round_request.py +2 -2
- waldur_api_client/models/patched_service_provider_request.py +9 -0
- waldur_api_client/models/patched_user_request.py +9 -0
- waldur_api_client/models/project_request.py +9 -0
- waldur_api_client/models/protected_call_request.py +9 -0
- waldur_api_client/models/protected_round.py +2 -2
- waldur_api_client/models/protected_round_request.py +2 -2
- waldur_api_client/models/public_offering_details.py +9 -0
- waldur_api_client/models/rancher_cluster_request.py +1 -48
- waldur_api_client/models/resource.py +18 -0
- waldur_api_client/models/resource_update_limits_request.py +23 -1
- waldur_api_client/models/service_provider_request.py +9 -0
- waldur_api_client/models/user_checklist_completion.py +265 -0
- waldur_api_client/models/user_consent_info.py +86 -0
- waldur_api_client/models/user_request.py +9 -0
- waldur_api_client/models/visible_invitation_details.py +8 -0
- {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.1.dist-info}/METADATA +4 -2
- {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.1.dist-info}/RECORD +105 -89
- {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.1.dist-info}/WHEEL +1 -1
- waldur_api_client/models/marketplace_managed_rancher_create_order_attributes.py +0 -144
- waldur_api_client/models/marketplace_rancher_create_order_attributes.py +0 -145
- waldur_api_client/models/provider_offering_details_request.py +0 -398
- {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -285,6 +285,7 @@ from .data_volume_request import DataVolumeRequest
|
|
|
285
285
|
from .deciding_entity_enum import DecidingEntityEnum
|
|
286
286
|
from .delete_attachments_request import DeleteAttachmentsRequest
|
|
287
287
|
from .dependency_logic_operator_enum import DependencyLogicOperatorEnum
|
|
288
|
+
from .deployment_mode_enum import DeploymentModeEnum
|
|
288
289
|
from .detail_state import DetailState
|
|
289
290
|
from .digital_ocean_droplet import DigitalOceanDroplet
|
|
290
291
|
from .digital_ocean_droplet_marketplace_offering_plugin_options_type_0 import (
|
|
@@ -486,7 +487,9 @@ from .marketplace_component_user_usages_count_o_item import MarketplaceComponent
|
|
|
486
487
|
from .marketplace_component_user_usages_list_field_item import MarketplaceComponentUserUsagesListFieldItem
|
|
487
488
|
from .marketplace_component_user_usages_list_o_item import MarketplaceComponentUserUsagesListOItem
|
|
488
489
|
from .marketplace_component_user_usages_retrieve_field_item import MarketplaceComponentUserUsagesRetrieveFieldItem
|
|
490
|
+
from .marketplace_course_accounts_count_o_item import MarketplaceCourseAccountsCountOItem
|
|
489
491
|
from .marketplace_course_accounts_count_state_item import MarketplaceCourseAccountsCountStateItem
|
|
492
|
+
from .marketplace_course_accounts_list_o_item import MarketplaceCourseAccountsListOItem
|
|
490
493
|
from .marketplace_course_accounts_list_state_item import MarketplaceCourseAccountsListStateItem
|
|
491
494
|
from .marketplace_customer_service_accounts_count_state_item import MarketplaceCustomerServiceAccountsCountStateItem
|
|
492
495
|
from .marketplace_customer_service_accounts_list_state_item import MarketplaceCustomerServiceAccountsListStateItem
|
|
@@ -496,7 +499,6 @@ from .marketplace_integration_statuses_count_o_item import MarketplaceIntegratio
|
|
|
496
499
|
from .marketplace_integration_statuses_count_status_item import MarketplaceIntegrationStatusesCountStatusItem
|
|
497
500
|
from .marketplace_integration_statuses_list_o_item import MarketplaceIntegrationStatusesListOItem
|
|
498
501
|
from .marketplace_integration_statuses_list_status_item import MarketplaceIntegrationStatusesListStatusItem
|
|
499
|
-
from .marketplace_managed_rancher_create_order_attributes import MarketplaceManagedRancherCreateOrderAttributes
|
|
500
502
|
from .marketplace_offering_files_count_o_item import MarketplaceOfferingFilesCountOItem
|
|
501
503
|
from .marketplace_offering_files_list_field_item import MarketplaceOfferingFilesListFieldItem
|
|
502
504
|
from .marketplace_offering_files_list_o_item import MarketplaceOfferingFilesListOItem
|
|
@@ -509,6 +511,12 @@ from .marketplace_offering_referrals_count_o_item import MarketplaceOfferingRefe
|
|
|
509
511
|
from .marketplace_offering_referrals_list_o_item import MarketplaceOfferingReferralsListOItem
|
|
510
512
|
from .marketplace_offering_terms_of_service_count_o_item import MarketplaceOfferingTermsOfServiceCountOItem
|
|
511
513
|
from .marketplace_offering_terms_of_service_list_o_item import MarketplaceOfferingTermsOfServiceListOItem
|
|
514
|
+
from .marketplace_offering_user_checklist_completions_count_o_item import (
|
|
515
|
+
MarketplaceOfferingUserChecklistCompletionsCountOItem,
|
|
516
|
+
)
|
|
517
|
+
from .marketplace_offering_user_checklist_completions_list_o_item import (
|
|
518
|
+
MarketplaceOfferingUserChecklistCompletionsListOItem,
|
|
519
|
+
)
|
|
512
520
|
from .marketplace_offering_users_count_o_item import MarketplaceOfferingUsersCountOItem
|
|
513
521
|
from .marketplace_offering_users_count_state_item import MarketplaceOfferingUsersCountStateItem
|
|
514
522
|
from .marketplace_offering_users_list_field_item import MarketplaceOfferingUsersListFieldItem
|
|
@@ -545,6 +553,9 @@ from .marketplace_provider_offerings_groups_count_o_item import MarketplaceProvi
|
|
|
545
553
|
from .marketplace_provider_offerings_groups_count_state_item import MarketplaceProviderOfferingsGroupsCountStateItem
|
|
546
554
|
from .marketplace_provider_offerings_groups_list_o_item import MarketplaceProviderOfferingsGroupsListOItem
|
|
547
555
|
from .marketplace_provider_offerings_groups_list_state_item import MarketplaceProviderOfferingsGroupsListStateItem
|
|
556
|
+
from .marketplace_provider_offerings_list_course_accounts_retrieve_field_item import (
|
|
557
|
+
MarketplaceProviderOfferingsListCourseAccountsRetrieveFieldItem,
|
|
558
|
+
)
|
|
548
559
|
from .marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item import (
|
|
549
560
|
MarketplaceProviderOfferingsListCustomerServiceAccountsRetrieveFieldItem,
|
|
550
561
|
)
|
|
@@ -580,7 +591,6 @@ from .marketplace_public_offerings_list_field_item import MarketplacePublicOffer
|
|
|
580
591
|
from .marketplace_public_offerings_list_o_item import MarketplacePublicOfferingsListOItem
|
|
581
592
|
from .marketplace_public_offerings_list_state_item import MarketplacePublicOfferingsListStateItem
|
|
582
593
|
from .marketplace_public_offerings_retrieve_field_item import MarketplacePublicOfferingsRetrieveFieldItem
|
|
583
|
-
from .marketplace_rancher_create_order_attributes import MarketplaceRancherCreateOrderAttributes
|
|
584
594
|
from .marketplace_resources_count_o_item import MarketplaceResourcesCountOItem
|
|
585
595
|
from .marketplace_resources_count_state_item import MarketplaceResourcesCountStateItem
|
|
586
596
|
from .marketplace_resources_details_retrieve_field_item import MarketplaceResourcesDetailsRetrieveFieldItem
|
|
@@ -597,6 +607,9 @@ from .marketplace_screenshots_count_o_item import MarketplaceScreenshotsCountOIt
|
|
|
597
607
|
from .marketplace_screenshots_list_o_item import MarketplaceScreenshotsListOItem
|
|
598
608
|
from .marketplace_service_provider_user import MarketplaceServiceProviderUser
|
|
599
609
|
from .marketplace_service_providers_count_o_item import MarketplaceServiceProvidersCountOItem
|
|
610
|
+
from .marketplace_service_providers_course_accounts_list_o_item import (
|
|
611
|
+
MarketplaceServiceProvidersCourseAccountsListOItem,
|
|
612
|
+
)
|
|
600
613
|
from .marketplace_service_providers_course_accounts_list_state_item import (
|
|
601
614
|
MarketplaceServiceProvidersCourseAccountsListStateItem,
|
|
602
615
|
)
|
|
@@ -690,6 +703,7 @@ from .network_rbac_policy import NetworkRBACPolicy
|
|
|
690
703
|
from .network_rbac_policy_request import NetworkRBACPolicyRequest
|
|
691
704
|
from .node_disk_driver_enum import NodeDiskDriverEnum
|
|
692
705
|
from .notification import Notification
|
|
706
|
+
from .notification_context_fields import NotificationContextFields
|
|
693
707
|
from .notification_request import NotificationRequest
|
|
694
708
|
from .notification_template_detail_serializers import NotificationTemplateDetailSerializers
|
|
695
709
|
from .notification_template_detail_serializers_request import NotificationTemplateDetailSerializersRequest
|
|
@@ -699,6 +713,7 @@ from .oecd_fos_2007_code_enum import OecdFos2007CodeEnum
|
|
|
699
713
|
from .offering import Offering
|
|
700
714
|
from .offering_attributes import OfferingAttributes
|
|
701
715
|
from .offering_backend_metadata_request import OfferingBackendMetadataRequest
|
|
716
|
+
from .offering_compliance_checklist_update_request import OfferingComplianceChecklistUpdateRequest
|
|
702
717
|
from .offering_component import OfferingComponent
|
|
703
718
|
from .offering_component_limit import OfferingComponentLimit
|
|
704
719
|
from .offering_component_limit_request import OfferingComponentLimitRequest
|
|
@@ -924,6 +939,8 @@ from .openstack_volumes_retrieve_field_item import OpenstackVolumesRetrieveField
|
|
|
924
939
|
from .option_field import OptionField
|
|
925
940
|
from .option_field_request import OptionFieldRequest
|
|
926
941
|
from .option_field_type_enum import OptionFieldTypeEnum
|
|
942
|
+
from .order_attachment import OrderAttachment
|
|
943
|
+
from .order_attachment_request import OrderAttachmentRequest
|
|
927
944
|
from .order_create import OrderCreate
|
|
928
945
|
from .order_create_limits import OrderCreateLimits
|
|
929
946
|
from .order_create_request import OrderCreateRequest
|
|
@@ -1186,7 +1203,6 @@ from .provider_offering_costs import ProviderOfferingCosts
|
|
|
1186
1203
|
from .provider_offering_customer import ProviderOfferingCustomer
|
|
1187
1204
|
from .provider_offering_details import ProviderOfferingDetails
|
|
1188
1205
|
from .provider_offering_details_attributes import ProviderOfferingDetailsAttributes
|
|
1189
|
-
from .provider_offering_details_request import ProviderOfferingDetailsRequest
|
|
1190
1206
|
from .provider_offering_details_service_attributes import ProviderOfferingDetailsServiceAttributes
|
|
1191
1207
|
from .provider_plan_details import ProviderPlanDetails
|
|
1192
1208
|
from .provider_plan_details_future_prices import ProviderPlanDetailsFuturePrices
|
|
@@ -1482,6 +1498,8 @@ from .user_agreement_request import UserAgreementRequest
|
|
|
1482
1498
|
from .user_agreements_count_agreement_type import UserAgreementsCountAgreementType
|
|
1483
1499
|
from .user_agreements_list_agreement_type import UserAgreementsListAgreementType
|
|
1484
1500
|
from .user_auth_token import UserAuthToken
|
|
1501
|
+
from .user_checklist_completion import UserChecklistCompletion
|
|
1502
|
+
from .user_consent_info import UserConsentInfo
|
|
1485
1503
|
from .user_email_change_request import UserEmailChangeRequest
|
|
1486
1504
|
from .user_group_invitations_count_o_item import UserGroupInvitationsCountOItem
|
|
1487
1505
|
from .user_group_invitations_list_o_item import UserGroupInvitationsListOItem
|
|
@@ -1847,6 +1865,7 @@ __all__ = (
|
|
|
1847
1865
|
"DecidingEntityEnum",
|
|
1848
1866
|
"DeleteAttachmentsRequest",
|
|
1849
1867
|
"DependencyLogicOperatorEnum",
|
|
1868
|
+
"DeploymentModeEnum",
|
|
1850
1869
|
"DetailState",
|
|
1851
1870
|
"DigitalOceanDroplet",
|
|
1852
1871
|
"DigitalOceanDropletMarketplaceOfferingPluginOptionsType0",
|
|
@@ -2040,7 +2059,9 @@ __all__ = (
|
|
|
2040
2059
|
"MarketplaceComponentUserUsagesListFieldItem",
|
|
2041
2060
|
"MarketplaceComponentUserUsagesListOItem",
|
|
2042
2061
|
"MarketplaceComponentUserUsagesRetrieveFieldItem",
|
|
2062
|
+
"MarketplaceCourseAccountsCountOItem",
|
|
2043
2063
|
"MarketplaceCourseAccountsCountStateItem",
|
|
2064
|
+
"MarketplaceCourseAccountsListOItem",
|
|
2044
2065
|
"MarketplaceCourseAccountsListStateItem",
|
|
2045
2066
|
"MarketplaceCustomerServiceAccountsCountStateItem",
|
|
2046
2067
|
"MarketplaceCustomerServiceAccountsListStateItem",
|
|
@@ -2050,7 +2071,6 @@ __all__ = (
|
|
|
2050
2071
|
"MarketplaceIntegrationStatusesCountStatusItem",
|
|
2051
2072
|
"MarketplaceIntegrationStatusesListOItem",
|
|
2052
2073
|
"MarketplaceIntegrationStatusesListStatusItem",
|
|
2053
|
-
"MarketplaceManagedRancherCreateOrderAttributes",
|
|
2054
2074
|
"MarketplaceOfferingFilesCountOItem",
|
|
2055
2075
|
"MarketplaceOfferingFilesListFieldItem",
|
|
2056
2076
|
"MarketplaceOfferingFilesListOItem",
|
|
@@ -2063,6 +2083,8 @@ __all__ = (
|
|
|
2063
2083
|
"MarketplaceOfferingReferralsListOItem",
|
|
2064
2084
|
"MarketplaceOfferingTermsOfServiceCountOItem",
|
|
2065
2085
|
"MarketplaceOfferingTermsOfServiceListOItem",
|
|
2086
|
+
"MarketplaceOfferingUserChecklistCompletionsCountOItem",
|
|
2087
|
+
"MarketplaceOfferingUserChecklistCompletionsListOItem",
|
|
2066
2088
|
"MarketplaceOfferingUsersCountOItem",
|
|
2067
2089
|
"MarketplaceOfferingUsersCountStateItem",
|
|
2068
2090
|
"MarketplaceOfferingUsersListFieldItem",
|
|
@@ -2095,6 +2117,7 @@ __all__ = (
|
|
|
2095
2117
|
"MarketplaceProviderOfferingsGroupsCountStateItem",
|
|
2096
2118
|
"MarketplaceProviderOfferingsGroupsListOItem",
|
|
2097
2119
|
"MarketplaceProviderOfferingsGroupsListStateItem",
|
|
2120
|
+
"MarketplaceProviderOfferingsListCourseAccountsRetrieveFieldItem",
|
|
2098
2121
|
"MarketplaceProviderOfferingsListCustomerServiceAccountsRetrieveFieldItem",
|
|
2099
2122
|
"MarketplaceProviderOfferingsListFieldItem",
|
|
2100
2123
|
"MarketplaceProviderOfferingsListOItem",
|
|
@@ -2120,7 +2143,6 @@ __all__ = (
|
|
|
2120
2143
|
"MarketplacePublicOfferingsListOItem",
|
|
2121
2144
|
"MarketplacePublicOfferingsListStateItem",
|
|
2122
2145
|
"MarketplacePublicOfferingsRetrieveFieldItem",
|
|
2123
|
-
"MarketplaceRancherCreateOrderAttributes",
|
|
2124
2146
|
"MarketplaceResourcesCountOItem",
|
|
2125
2147
|
"MarketplaceResourcesCountStateItem",
|
|
2126
2148
|
"MarketplaceResourcesDetailsRetrieveFieldItem",
|
|
@@ -2136,6 +2158,7 @@ __all__ = (
|
|
|
2136
2158
|
"MarketplaceScreenshotsCountOItem",
|
|
2137
2159
|
"MarketplaceScreenshotsListOItem",
|
|
2138
2160
|
"MarketplaceServiceProvidersCountOItem",
|
|
2161
|
+
"MarketplaceServiceProvidersCourseAccountsListOItem",
|
|
2139
2162
|
"MarketplaceServiceProvidersCourseAccountsListStateItem",
|
|
2140
2163
|
"MarketplaceServiceProvidersCustomerProjectsListFieldItem",
|
|
2141
2164
|
"MarketplaceServiceProvidersCustomerProjectsListOItem",
|
|
@@ -2216,6 +2239,7 @@ __all__ = (
|
|
|
2216
2239
|
"NetworkRBACPolicyRequest",
|
|
2217
2240
|
"NodeDiskDriverEnum",
|
|
2218
2241
|
"Notification",
|
|
2242
|
+
"NotificationContextFields",
|
|
2219
2243
|
"NotificationRequest",
|
|
2220
2244
|
"NotificationTemplateDetailSerializers",
|
|
2221
2245
|
"NotificationTemplateDetailSerializersRequest",
|
|
@@ -2225,6 +2249,7 @@ __all__ = (
|
|
|
2225
2249
|
"Offering",
|
|
2226
2250
|
"OfferingAttributes",
|
|
2227
2251
|
"OfferingBackendMetadataRequest",
|
|
2252
|
+
"OfferingComplianceChecklistUpdateRequest",
|
|
2228
2253
|
"OfferingComponent",
|
|
2229
2254
|
"OfferingComponentLimit",
|
|
2230
2255
|
"OfferingComponentLimitRequest",
|
|
@@ -2426,6 +2451,8 @@ __all__ = (
|
|
|
2426
2451
|
"OptionField",
|
|
2427
2452
|
"OptionFieldRequest",
|
|
2428
2453
|
"OptionFieldTypeEnum",
|
|
2454
|
+
"OrderAttachment",
|
|
2455
|
+
"OrderAttachmentRequest",
|
|
2429
2456
|
"OrderCreate",
|
|
2430
2457
|
"OrderCreateLimits",
|
|
2431
2458
|
"OrderCreateRequest",
|
|
@@ -2670,7 +2697,6 @@ __all__ = (
|
|
|
2670
2697
|
"ProviderOfferingCustomer",
|
|
2671
2698
|
"ProviderOfferingDetails",
|
|
2672
2699
|
"ProviderOfferingDetailsAttributes",
|
|
2673
|
-
"ProviderOfferingDetailsRequest",
|
|
2674
2700
|
"ProviderOfferingDetailsServiceAttributes",
|
|
2675
2701
|
"ProviderPlanDetails",
|
|
2676
2702
|
"ProviderPlanDetailsFuturePrices",
|
|
@@ -2956,6 +2982,8 @@ __all__ = (
|
|
|
2956
2982
|
"UserAgreementsCountAgreementType",
|
|
2957
2983
|
"UserAgreementsListAgreementType",
|
|
2958
2984
|
"UserAuthToken",
|
|
2985
|
+
"UserChecklistCompletion",
|
|
2986
|
+
"UserConsentInfo",
|
|
2959
2987
|
"UserEmailChangeRequest",
|
|
2960
2988
|
"UserGroupInvitationsCountOItem",
|
|
2961
2989
|
"UserGroupInvitationsListOItem",
|
|
@@ -99,6 +99,8 @@ class BookingResource:
|
|
|
99
99
|
error_message (Union[Unset, str]):
|
|
100
100
|
error_traceback (Union[Unset, str]):
|
|
101
101
|
offering_customer_uuid (Union[Unset, UUID]):
|
|
102
|
+
offering_customer_name (Union[Unset, str]):
|
|
103
|
+
offering_customer_slug (Union[Unset, str]):
|
|
102
104
|
options (Union[Unset, Any]):
|
|
103
105
|
available_actions (Union[Unset, list[str]]):
|
|
104
106
|
last_sync (Union[Unset, datetime.datetime]):
|
|
@@ -186,6 +188,8 @@ class BookingResource:
|
|
|
186
188
|
error_message: Union[Unset, str] = UNSET
|
|
187
189
|
error_traceback: Union[Unset, str] = UNSET
|
|
188
190
|
offering_customer_uuid: Union[Unset, UUID] = UNSET
|
|
191
|
+
offering_customer_name: Union[Unset, str] = UNSET
|
|
192
|
+
offering_customer_slug: Union[Unset, str] = UNSET
|
|
189
193
|
options: Union[Unset, Any] = UNSET
|
|
190
194
|
available_actions: Union[Unset, list[str]] = UNSET
|
|
191
195
|
last_sync: Union[Unset, datetime.datetime] = UNSET
|
|
@@ -433,6 +437,10 @@ class BookingResource:
|
|
|
433
437
|
if not isinstance(self.offering_customer_uuid, Unset):
|
|
434
438
|
offering_customer_uuid = str(self.offering_customer_uuid)
|
|
435
439
|
|
|
440
|
+
offering_customer_name = self.offering_customer_name
|
|
441
|
+
|
|
442
|
+
offering_customer_slug = self.offering_customer_slug
|
|
443
|
+
|
|
436
444
|
options = self.options
|
|
437
445
|
|
|
438
446
|
available_actions: Union[Unset, list[str]] = UNSET
|
|
@@ -623,6 +631,10 @@ class BookingResource:
|
|
|
623
631
|
field_dict["error_traceback"] = error_traceback
|
|
624
632
|
if offering_customer_uuid is not UNSET:
|
|
625
633
|
field_dict["offering_customer_uuid"] = offering_customer_uuid
|
|
634
|
+
if offering_customer_name is not UNSET:
|
|
635
|
+
field_dict["offering_customer_name"] = offering_customer_name
|
|
636
|
+
if offering_customer_slug is not UNSET:
|
|
637
|
+
field_dict["offering_customer_slug"] = offering_customer_slug
|
|
626
638
|
if options is not UNSET:
|
|
627
639
|
field_dict["options"] = options
|
|
628
640
|
if available_actions is not UNSET:
|
|
@@ -1008,6 +1020,10 @@ class BookingResource:
|
|
|
1008
1020
|
else:
|
|
1009
1021
|
offering_customer_uuid = UUID(_offering_customer_uuid)
|
|
1010
1022
|
|
|
1023
|
+
offering_customer_name = d.pop("offering_customer_name", UNSET)
|
|
1024
|
+
|
|
1025
|
+
offering_customer_slug = d.pop("offering_customer_slug", UNSET)
|
|
1026
|
+
|
|
1011
1027
|
options = d.pop("options", UNSET)
|
|
1012
1028
|
|
|
1013
1029
|
available_actions = cast(list[str], d.pop("available_actions", UNSET))
|
|
@@ -1152,6 +1168,8 @@ class BookingResource:
|
|
|
1152
1168
|
error_message=error_message,
|
|
1153
1169
|
error_traceback=error_traceback,
|
|
1154
1170
|
offering_customer_uuid=offering_customer_uuid,
|
|
1171
|
+
offering_customer_name=offering_customer_name,
|
|
1172
|
+
offering_customer_slug=offering_customer_slug,
|
|
1155
1173
|
options=options,
|
|
1156
1174
|
available_actions=available_actions,
|
|
1157
1175
|
last_sync=last_sync,
|
|
@@ -39,6 +39,8 @@ class BookingResourcesListFieldItem(str, Enum):
|
|
|
39
39
|
NAME = "name"
|
|
40
40
|
OFFERING = "offering"
|
|
41
41
|
OFFERING_BILLABLE = "offering_billable"
|
|
42
|
+
OFFERING_CUSTOMER_NAME = "offering_customer_name"
|
|
43
|
+
OFFERING_CUSTOMER_SLUG = "offering_customer_slug"
|
|
42
44
|
OFFERING_CUSTOMER_UUID = "offering_customer_uuid"
|
|
43
45
|
OFFERING_DESCRIPTION = "offering_description"
|
|
44
46
|
OFFERING_IMAGE = "offering_image"
|
|
@@ -39,6 +39,8 @@ class BookingResourcesRetrieveFieldItem(str, Enum):
|
|
|
39
39
|
NAME = "name"
|
|
40
40
|
OFFERING = "offering"
|
|
41
41
|
OFFERING_BILLABLE = "offering_billable"
|
|
42
|
+
OFFERING_CUSTOMER_NAME = "offering_customer_name"
|
|
43
|
+
OFFERING_CUSTOMER_SLUG = "offering_customer_slug"
|
|
42
44
|
OFFERING_CUSTOMER_UUID = "offering_customer_uuid"
|
|
43
45
|
OFFERING_DESCRIPTION = "offering_description"
|
|
44
46
|
OFFERING_IMAGE = "offering_image"
|
|
@@ -2,45 +2,256 @@ from enum import Enum
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
class CountryEnum(str, Enum):
|
|
5
|
+
AD = "AD"
|
|
6
|
+
AE = "AE"
|
|
7
|
+
AF = "AF"
|
|
8
|
+
AG = "AG"
|
|
9
|
+
AI = "AI"
|
|
5
10
|
AL = "AL"
|
|
11
|
+
AM = "AM"
|
|
12
|
+
AO = "AO"
|
|
13
|
+
AQ = "AQ"
|
|
14
|
+
AR = "AR"
|
|
15
|
+
AS = "AS"
|
|
6
16
|
AT = "AT"
|
|
17
|
+
AU = "AU"
|
|
18
|
+
AW = "AW"
|
|
19
|
+
AX = "AX"
|
|
20
|
+
AZ = "AZ"
|
|
7
21
|
BA = "BA"
|
|
22
|
+
BB = "BB"
|
|
23
|
+
BD = "BD"
|
|
8
24
|
BE = "BE"
|
|
25
|
+
BF = "BF"
|
|
9
26
|
BG = "BG"
|
|
27
|
+
BH = "BH"
|
|
28
|
+
BI = "BI"
|
|
29
|
+
BJ = "BJ"
|
|
30
|
+
BL = "BL"
|
|
31
|
+
BM = "BM"
|
|
32
|
+
BN = "BN"
|
|
33
|
+
BO = "BO"
|
|
34
|
+
BQ = "BQ"
|
|
35
|
+
BR = "BR"
|
|
36
|
+
BS = "BS"
|
|
37
|
+
BT = "BT"
|
|
38
|
+
BV = "BV"
|
|
39
|
+
BW = "BW"
|
|
40
|
+
BY = "BY"
|
|
41
|
+
BZ = "BZ"
|
|
42
|
+
CA = "CA"
|
|
43
|
+
CC = "CC"
|
|
44
|
+
CD = "CD"
|
|
45
|
+
CF = "CF"
|
|
46
|
+
CG = "CG"
|
|
10
47
|
CH = "CH"
|
|
48
|
+
CI = "CI"
|
|
49
|
+
CK = "CK"
|
|
50
|
+
CL = "CL"
|
|
51
|
+
CM = "CM"
|
|
52
|
+
CN = "CN"
|
|
53
|
+
CO = "CO"
|
|
54
|
+
CR = "CR"
|
|
55
|
+
CU = "CU"
|
|
56
|
+
CV = "CV"
|
|
57
|
+
CW = "CW"
|
|
58
|
+
CX = "CX"
|
|
11
59
|
CY = "CY"
|
|
12
60
|
CZ = "CZ"
|
|
13
61
|
DE = "DE"
|
|
62
|
+
DJ = "DJ"
|
|
14
63
|
DK = "DK"
|
|
64
|
+
DM = "DM"
|
|
65
|
+
DO = "DO"
|
|
66
|
+
DZ = "DZ"
|
|
67
|
+
EC = "EC"
|
|
15
68
|
EE = "EE"
|
|
69
|
+
EG = "EG"
|
|
70
|
+
EH = "EH"
|
|
71
|
+
ER = "ER"
|
|
16
72
|
ES = "ES"
|
|
73
|
+
ET = "ET"
|
|
17
74
|
EU = "EU"
|
|
18
75
|
FI = "FI"
|
|
76
|
+
FJ = "FJ"
|
|
77
|
+
FK = "FK"
|
|
78
|
+
FM = "FM"
|
|
79
|
+
FO = "FO"
|
|
19
80
|
FR = "FR"
|
|
81
|
+
GA = "GA"
|
|
20
82
|
GB = "GB"
|
|
83
|
+
GD = "GD"
|
|
21
84
|
GE = "GE"
|
|
85
|
+
GF = "GF"
|
|
86
|
+
GG = "GG"
|
|
87
|
+
GH = "GH"
|
|
88
|
+
GI = "GI"
|
|
89
|
+
GL = "GL"
|
|
90
|
+
GM = "GM"
|
|
91
|
+
GN = "GN"
|
|
92
|
+
GP = "GP"
|
|
93
|
+
GQ = "GQ"
|
|
22
94
|
GR = "GR"
|
|
95
|
+
GS = "GS"
|
|
96
|
+
GT = "GT"
|
|
97
|
+
GU = "GU"
|
|
98
|
+
GW = "GW"
|
|
99
|
+
GY = "GY"
|
|
100
|
+
HK = "HK"
|
|
101
|
+
HM = "HM"
|
|
102
|
+
HN = "HN"
|
|
23
103
|
HR = "HR"
|
|
104
|
+
HT = "HT"
|
|
24
105
|
HU = "HU"
|
|
106
|
+
ID = "ID"
|
|
25
107
|
IE = "IE"
|
|
108
|
+
IL = "IL"
|
|
109
|
+
IM = "IM"
|
|
110
|
+
IN = "IN"
|
|
111
|
+
IO = "IO"
|
|
112
|
+
IQ = "IQ"
|
|
113
|
+
IR = "IR"
|
|
26
114
|
IS = "IS"
|
|
27
115
|
IT = "IT"
|
|
116
|
+
JE = "JE"
|
|
117
|
+
JM = "JM"
|
|
118
|
+
JO = "JO"
|
|
119
|
+
JP = "JP"
|
|
120
|
+
KE = "KE"
|
|
121
|
+
KG = "KG"
|
|
122
|
+
KH = "KH"
|
|
123
|
+
KI = "KI"
|
|
124
|
+
KM = "KM"
|
|
125
|
+
KN = "KN"
|
|
126
|
+
KP = "KP"
|
|
127
|
+
KR = "KR"
|
|
128
|
+
KW = "KW"
|
|
129
|
+
KY = "KY"
|
|
130
|
+
KZ = "KZ"
|
|
131
|
+
LA = "LA"
|
|
132
|
+
LB = "LB"
|
|
133
|
+
LC = "LC"
|
|
134
|
+
LI = "LI"
|
|
135
|
+
LK = "LK"
|
|
136
|
+
LR = "LR"
|
|
137
|
+
LS = "LS"
|
|
28
138
|
LT = "LT"
|
|
29
139
|
LU = "LU"
|
|
30
140
|
LV = "LV"
|
|
141
|
+
LY = "LY"
|
|
142
|
+
MA = "MA"
|
|
31
143
|
MC = "MC"
|
|
144
|
+
MD = "MD"
|
|
145
|
+
ME = "ME"
|
|
146
|
+
MF = "MF"
|
|
147
|
+
MG = "MG"
|
|
148
|
+
MH = "MH"
|
|
32
149
|
MK = "MK"
|
|
150
|
+
ML = "ML"
|
|
151
|
+
MM = "MM"
|
|
152
|
+
MN = "MN"
|
|
153
|
+
MO = "MO"
|
|
154
|
+
MP = "MP"
|
|
155
|
+
MQ = "MQ"
|
|
156
|
+
MR = "MR"
|
|
157
|
+
MS = "MS"
|
|
33
158
|
MT = "MT"
|
|
159
|
+
MU = "MU"
|
|
160
|
+
MV = "MV"
|
|
161
|
+
MW = "MW"
|
|
162
|
+
MX = "MX"
|
|
163
|
+
MY = "MY"
|
|
164
|
+
MZ = "MZ"
|
|
165
|
+
NA = "NA"
|
|
166
|
+
NC = "NC"
|
|
167
|
+
NE = "NE"
|
|
168
|
+
NF = "NF"
|
|
169
|
+
NG = "NG"
|
|
170
|
+
NI = "NI"
|
|
34
171
|
NL = "NL"
|
|
35
172
|
NO = "NO"
|
|
173
|
+
NP = "NP"
|
|
174
|
+
NR = "NR"
|
|
175
|
+
NU = "NU"
|
|
176
|
+
NZ = "NZ"
|
|
177
|
+
OM = "OM"
|
|
178
|
+
PA = "PA"
|
|
179
|
+
PE = "PE"
|
|
180
|
+
PF = "PF"
|
|
181
|
+
PG = "PG"
|
|
182
|
+
PH = "PH"
|
|
183
|
+
PK = "PK"
|
|
36
184
|
PL = "PL"
|
|
185
|
+
PM = "PM"
|
|
186
|
+
PN = "PN"
|
|
187
|
+
PR = "PR"
|
|
188
|
+
PS = "PS"
|
|
37
189
|
PT = "PT"
|
|
190
|
+
PW = "PW"
|
|
191
|
+
PY = "PY"
|
|
192
|
+
QA = "QA"
|
|
193
|
+
RE = "RE"
|
|
38
194
|
RO = "RO"
|
|
39
195
|
RS = "RS"
|
|
196
|
+
RU = "RU"
|
|
197
|
+
RW = "RW"
|
|
198
|
+
SA = "SA"
|
|
199
|
+
SB = "SB"
|
|
200
|
+
SC = "SC"
|
|
201
|
+
SD = "SD"
|
|
40
202
|
SE = "SE"
|
|
203
|
+
SG = "SG"
|
|
204
|
+
SH = "SH"
|
|
41
205
|
SI = "SI"
|
|
206
|
+
SJ = "SJ"
|
|
42
207
|
SK = "SK"
|
|
208
|
+
SL = "SL"
|
|
209
|
+
SM = "SM"
|
|
210
|
+
SN = "SN"
|
|
211
|
+
SO = "SO"
|
|
212
|
+
SR = "SR"
|
|
213
|
+
SS = "SS"
|
|
214
|
+
ST = "ST"
|
|
215
|
+
SV = "SV"
|
|
216
|
+
SX = "SX"
|
|
217
|
+
SY = "SY"
|
|
218
|
+
SZ = "SZ"
|
|
219
|
+
TC = "TC"
|
|
220
|
+
TD = "TD"
|
|
221
|
+
TF = "TF"
|
|
222
|
+
TG = "TG"
|
|
223
|
+
TH = "TH"
|
|
224
|
+
TJ = "TJ"
|
|
225
|
+
TK = "TK"
|
|
226
|
+
TL = "TL"
|
|
227
|
+
TM = "TM"
|
|
228
|
+
TN = "TN"
|
|
229
|
+
TO = "TO"
|
|
230
|
+
TR = "TR"
|
|
231
|
+
TT = "TT"
|
|
232
|
+
TV = "TV"
|
|
233
|
+
TW = "TW"
|
|
234
|
+
TZ = "TZ"
|
|
43
235
|
UA = "UA"
|
|
236
|
+
UG = "UG"
|
|
237
|
+
UM = "UM"
|
|
238
|
+
US = "US"
|
|
239
|
+
UY = "UY"
|
|
240
|
+
UZ = "UZ"
|
|
241
|
+
VA = "VA"
|
|
242
|
+
VC = "VC"
|
|
243
|
+
VE = "VE"
|
|
244
|
+
VG = "VG"
|
|
245
|
+
VI = "VI"
|
|
246
|
+
VN = "VN"
|
|
247
|
+
VU = "VU"
|
|
248
|
+
WF = "WF"
|
|
249
|
+
WS = "WS"
|
|
250
|
+
YE = "YE"
|
|
251
|
+
YT = "YT"
|
|
252
|
+
ZA = "ZA"
|
|
253
|
+
ZM = "ZM"
|
|
254
|
+
ZW = "ZW"
|
|
44
255
|
|
|
45
256
|
def __str__(self) -> str:
|
|
46
257
|
return str(self.value)
|
|
@@ -24,6 +24,9 @@ class CourseAccount:
|
|
|
24
24
|
project (UUID):
|
|
25
25
|
project_uuid (UUID):
|
|
26
26
|
project_name (str):
|
|
27
|
+
project_slug (str):
|
|
28
|
+
project_start_date (datetime.date):
|
|
29
|
+
project_end_date (datetime.date):
|
|
27
30
|
user_uuid (UUID):
|
|
28
31
|
username (str):
|
|
29
32
|
customer_uuid (UUID):
|
|
@@ -42,6 +45,9 @@ class CourseAccount:
|
|
|
42
45
|
project: UUID
|
|
43
46
|
project_uuid: UUID
|
|
44
47
|
project_name: str
|
|
48
|
+
project_slug: str
|
|
49
|
+
project_start_date: datetime.date
|
|
50
|
+
project_end_date: datetime.date
|
|
45
51
|
user_uuid: UUID
|
|
46
52
|
username: str
|
|
47
53
|
customer_uuid: UUID
|
|
@@ -68,6 +74,12 @@ class CourseAccount:
|
|
|
68
74
|
|
|
69
75
|
project_name = self.project_name
|
|
70
76
|
|
|
77
|
+
project_slug = self.project_slug
|
|
78
|
+
|
|
79
|
+
project_start_date = self.project_start_date.isoformat()
|
|
80
|
+
|
|
81
|
+
project_end_date = self.project_end_date.isoformat()
|
|
82
|
+
|
|
71
83
|
user_uuid = str(self.user_uuid)
|
|
72
84
|
|
|
73
85
|
username = self.username
|
|
@@ -97,6 +109,9 @@ class CourseAccount:
|
|
|
97
109
|
"project": project,
|
|
98
110
|
"project_uuid": project_uuid,
|
|
99
111
|
"project_name": project_name,
|
|
112
|
+
"project_slug": project_slug,
|
|
113
|
+
"project_start_date": project_start_date,
|
|
114
|
+
"project_end_date": project_end_date,
|
|
100
115
|
"user_uuid": user_uuid,
|
|
101
116
|
"username": username,
|
|
102
117
|
"customer_uuid": customer_uuid,
|
|
@@ -130,6 +145,12 @@ class CourseAccount:
|
|
|
130
145
|
|
|
131
146
|
project_name = d.pop("project_name")
|
|
132
147
|
|
|
148
|
+
project_slug = d.pop("project_slug")
|
|
149
|
+
|
|
150
|
+
project_start_date = isoparse(d.pop("project_start_date")).date()
|
|
151
|
+
|
|
152
|
+
project_end_date = isoparse(d.pop("project_end_date")).date()
|
|
153
|
+
|
|
133
154
|
user_uuid = UUID(d.pop("user_uuid"))
|
|
134
155
|
|
|
135
156
|
username = d.pop("username")
|
|
@@ -156,6 +177,9 @@ class CourseAccount:
|
|
|
156
177
|
project=project,
|
|
157
178
|
project_uuid=project_uuid,
|
|
158
179
|
project_name=project_name,
|
|
180
|
+
project_slug=project_slug,
|
|
181
|
+
project_start_date=project_start_date,
|
|
182
|
+
project_end_date=project_end_date,
|
|
159
183
|
user_uuid=user_uuid,
|
|
160
184
|
username=username,
|
|
161
185
|
customer_uuid=customer_uuid,
|
|
@@ -20,6 +20,7 @@ class CustomerRequest:
|
|
|
20
20
|
name (str):
|
|
21
21
|
backend_id (Union[Unset, str]): Organization identifier in another application.
|
|
22
22
|
image (Union[File, None, Unset]):
|
|
23
|
+
slug (Union[Unset, str]):
|
|
23
24
|
native_name (Union[Unset, str]):
|
|
24
25
|
abbreviation (Union[Unset, str]):
|
|
25
26
|
description (Union[Unset, str]):
|
|
@@ -41,6 +42,7 @@ class CustomerRequest:
|
|
|
41
42
|
name: str
|
|
42
43
|
backend_id: Union[Unset, str] = UNSET
|
|
43
44
|
image: Union[File, None, Unset] = UNSET
|
|
45
|
+
slug: Union[Unset, str] = UNSET
|
|
44
46
|
native_name: Union[Unset, str] = UNSET
|
|
45
47
|
abbreviation: Union[Unset, str] = UNSET
|
|
46
48
|
description: Union[Unset, str] = UNSET
|
|
@@ -73,6 +75,8 @@ class CustomerRequest:
|
|
|
73
75
|
else:
|
|
74
76
|
image = self.image
|
|
75
77
|
|
|
78
|
+
slug = self.slug
|
|
79
|
+
|
|
76
80
|
native_name = self.native_name
|
|
77
81
|
|
|
78
82
|
abbreviation = self.abbreviation
|
|
@@ -130,6 +134,8 @@ class CustomerRequest:
|
|
|
130
134
|
field_dict["backend_id"] = backend_id
|
|
131
135
|
if image is not UNSET:
|
|
132
136
|
field_dict["image"] = image
|
|
137
|
+
if slug is not UNSET:
|
|
138
|
+
field_dict["slug"] = slug
|
|
133
139
|
if native_name is not UNSET:
|
|
134
140
|
field_dict["native_name"] = native_name
|
|
135
141
|
if abbreviation is not UNSET:
|
|
@@ -189,6 +195,8 @@ class CustomerRequest:
|
|
|
189
195
|
|
|
190
196
|
image = _parse_image(d.pop("image", UNSET))
|
|
191
197
|
|
|
198
|
+
slug = d.pop("slug", UNSET)
|
|
199
|
+
|
|
192
200
|
native_name = d.pop("native_name", UNSET)
|
|
193
201
|
|
|
194
202
|
abbreviation = d.pop("abbreviation", UNSET)
|
|
@@ -256,6 +264,7 @@ class CustomerRequest:
|
|
|
256
264
|
name=name,
|
|
257
265
|
backend_id=backend_id,
|
|
258
266
|
image=image,
|
|
267
|
+
slug=slug,
|
|
259
268
|
native_name=native_name,
|
|
260
269
|
abbreviation=abbreviation,
|
|
261
270
|
description=description,
|